index
:
external_wpa_supplicant_8_ti.git
master
external wpa supplicant 8 ti
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
P2P: Remove forgotten TODO comment
Jouni Malinen
2011-12-10
1
-2
/
+0
*
P2P: Clean up group formation on network block removal
Jouni Malinen
2011-12-10
3
-0
/
+19
*
P2P: Append P2P Device Address to AP-STA-DISCONNECTED event
Jithu Jance
2011-12-10
1
-8
/
+20
*
nl80211: Store own address in BSS
Johannes Berg
2011-12-10
1
-17
/
+12
*
Add MSK dump mechanism into hostapd RADIUS server for testing
Jouni Malinen
2011-12-09
6
-2
/
+52
*
wlantest: Allow MSK/PMK list to be read from a text file
Jouni Malinen
2011-12-09
1
-3
/
+42
*
P2P: Add group ifname to P2P-PROV-DISC-* events
Jouni Malinen
2011-12-06
6
-10
/
+33
*
P2P: Skip duplicated provision discovery on join
Jithu Jance
2011-12-06
5
-0
/
+98
*
P2P: Add optional "join" argument for p2p_prov_disc command
Jithu Jance
2011-12-06
8
-22
/
+33
*
Remove documentation for label option in p2p_connect
Jouni Malinen
2011-12-06
1
-5
/
+4
*
nl80211: Remove unnecessary struct nl80211_handles wrapper
Jouni Malinen
2011-12-06
1
-65
/
+59
*
nl80211: Listen to unexpected 4addr events
Johannes Berg
2011-12-06
1
-3
/
+7
*
nl80211: Use global event socket for multicast events
Johannes Berg
2011-12-06
1
-72
/
+120
*
nl80211: Register for Beacon frames in AP mode
Johannes Berg
2011-12-06
1
-0
/
+241
*
nl80211: Subscribe to spurious class3 frame events
Johannes Berg
2011-12-06
1
-0
/
+57
*
nl80211: Use nl80211 for mgmt TX/RX in AP mode
Johannes Berg
2011-12-06
1
-61
/
+186
*
EAP server: Force identity request after eapRestart for passthrough
Jouni Malinen
2011-12-06
1
-0
/
+8
*
Revert "EAP server: Force identity request after INITIALIZE for passthrough"
Jouni Malinen
2011-12-06
1
-7
/
+7
*
nl80211: Use driver event to indicate failure on authentication retry
Jouni Malinen
2011-12-04
1
-0
/
+13
*
SME: Fix processing of Authentication timeout
Jouni Malinen
2011-12-04
1
-0
/
+1
*
Try to reconnect to the same BSS on recoverable disconnection
Jouni Malinen
2011-12-04
1
-3
/
+34
*
nl80211: Recover from auth req ENOENT with a scan
Jouni Malinen
2011-12-04
1
-0
/
+149
*
SME: Fix processing of Authentication request failure
Jouni Malinen
2011-12-04
1
-1
/
+2
*
EAP-AKA peer: Keep pseudonym identity across EAP exchanges
Jouni Malinen
2011-12-04
1
-9
/
+8
*
EAP-SIM peer: Only log the identities that we actually forget
Simon Baatz
2011-12-04
1
-7
/
+6
*
EAP-SIM: Keep pseudonym identity
Simon Baatz
2011-12-04
1
-5
/
+5
*
Use explicit type casting to avoid sign extensions
Jouni Malinen
2011-12-04
1
-1
/
+2
*
Check nt_password_hash() return code
Jouni Malinen
2011-12-04
1
-3
/
+6
*
Check wpa_supplicant_parse_ies() return value more consistently
Jouni Malinen
2011-12-04
1
-3
/
+6
*
Fix basic_rates copying
Jouni Malinen
2011-12-04
1
-2
/
+2
*
Fix no-NEED_AP_MLME build
Jouni Malinen
2011-12-04
1
-1
/
+1
*
Allow Action frames with unknown BSSID in GO mode
Arik Nemtsov
2011-12-04
1
-0
/
+5
*
nl80211: Do not encrypt IEEE 802.1X WEP EAPOL
Johannes Berg
2011-12-03
1
-0
/
+4
*
nl80211: Allocate nl CB for BSS RX
Johannes Berg
2011-12-03
1
-0
/
+49
*
nl80211: Rename process_event
Johannes Berg
2011-12-03
1
-2
/
+3
*
nl80211: Pass cb to eloop function
Johannes Berg
2011-12-03
1
-4
/
+4
*
nl80211: Use one CB for driver event RX
Johannes Berg
2011-12-03
1
-8
/
+13
*
nl80211: Store frequency in bss struct
Johannes Berg
2011-12-03
1
-11
/
+12
*
nl80211: Move AP SME setup to mode change
Johannes Berg
2011-12-03
1
-23
/
+53
*
nl80211: Use socket error queue for EAPOL TX status
Johannes Berg
2011-12-03
1
-13
/
+113
*
EAP server: Force identity request after INITIALIZE for passthrough
Jouni Malinen
2011-12-03
1
-7
/
+7
*
Update internal MAC address on EVENT_INTERFACE_ENABLED events
Jouni Malinen
2011-12-03
3
-12
/
+24
*
nl80211: Ignore interface up event if interface is down
Jouni Malinen
2011-12-03
1
-5
/
+13
*
Update RSN supplicant MAC address on driver reinitialization
Johan Hedlund
2011-12-03
1
-2
/
+1
*
nl80211: Use binary hexdump for scan IEs instead of text
Jouni Malinen
2011-12-03
1
-2
/
+2
*
Convert hostapd_prepare_rates() to use struct hostapd_iface
Jouni Malinen
2011-12-03
3
-23
/
+23
*
Merge set_rate_sets() driver_ops into set_ap()
Jouni Malinen
2011-12-03
8
-52
/
+36
*
Remove unused parameters from set_rate_sets()
Jouni Malinen
2011-12-03
5
-15
/
+7
*
hostapd: Show driver event names in debug log
Jouni Malinen
2011-12-03
1
-0
/
+3
*
nl80211: Merge ap_isolate configuration into nl80211_set_bss()
Jouni Malinen
2011-12-03
1
-30
/
+5
[next]