index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wpa_supplicant
/
events.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix CONFIG_NO_SCAN_PROCESSING=y build
Jouni Malinen
2012-02-11
1
-24/+24
*
P2P: Do not expire peer entry if we are connected to the peer
Jouni Malinen
2012-01-25
1
-0/+3
*
Stop sched_scan in number of cases where it should not be running
Jouni Malinen
2012-01-23
1
-0/+1
*
Update WPA/RSN IE properly for driver based BSS selection
Sujith Manoharan
2012-01-23
1
-6/+56
*
Do not trigger fast reconnection on locally generated deauth/disassoc
Jouni Malinen
2012-01-01
1
-7/+19
*
Add BSSID into blacklist and do not clean blacklist during countermeasures
Bartosz Markowski
2011-12-25
1
-1/+5
*
Process EVENT_SCHED_SCAN_STOPPED partially if interface is disabled
Jouni Malinen
2011-12-21
1
-1/+5
*
Ignore disassociation event in wpa_supplicant AP mode
Jouni Malinen
2011-12-21
1
-0/+10
*
Lower RX_MGMT driver event debug level for Beacon frames
Jouni Malinen
2011-12-18
1
-1/+18
*
Fix compiler warning with CONFIG_NO_SCAN_PROCESSING=y
Jouni Malinen
2011-12-11
1
-0/+2
*
P2P: Add group ifname to P2P-PROV-DISC-* events
Jouni Malinen
2011-12-06
1
-1/+2
*
Try to reconnect to the same BSS on recoverable disconnection
Jouni Malinen
2011-12-04
1
-3/+34
*
Update internal MAC address on EVENT_INTERFACE_ENABLED events
Jouni Malinen
2011-12-03
1
-0/+1
*
Call wpas_connection_failed() only if actually trying to connect
Jouni Malinen
2011-12-01
1
-1/+2
*
Make reconnect-on-disassoc debug prints somewhat more helpful
Jouni Malinen
2011-12-01
1
-2/+6
*
Use wpa_key_mgmt_*() helpers
Jouni Malinen
2011-11-24
1
-5/+1
*
AP: Add explicit EAPOL TX status event
Johannes Berg
2011-11-19
1
-0/+6
*
P2P: Wait until ongoing scan completes before starting P2P find
Jouni Malinen
2011-11-15
1
-0/+12
*
Print human readable driver event names
Ben Greear
2011-11-13
1
-4/+5
*
Process RSN pre-authentication candidates when skipping roam
hostap-1-bp
Jouni Malinen
2011-10-30
1
-1/+3
*
Fix TKIP countermeasures stopping in deinit paths
Jouni Malinen
2011-10-30
1
-4/+2
*
Skip rate set matching if BSS frequency is not known
Jouni Malinen
2011-10-30
1
-0/+3
*
P2P: Fix wpa_supplicant crash on P2P WPS PBC overlap case
Jithu Jance
2011-10-24
1
-7/+13
*
TDLS: Implement low-ack event for lost TDLS peers
Arik Nemtsov
2011-10-23
1
-0/+4
*
TDLS: Support sending a teardown frame from usermode
Arik Nemtsov
2011-10-23
1
-3/+2
*
TDLS/nl80211: Support receiving TDLS discovery response frames
Arik Nemtsov
2011-10-23
1
-0/+10
*
wpa_supplicant: Check rate sets before joining BSS
Christian Lamparter
2011-10-23
1
-0/+112
*
Comment out scard initialization code if PCSC_FUNCS is not set
Jouni Malinen
2011-10-23
1
-0/+2
*
Remove user space client MLME
Jouni Malinen
2011-10-22
1
-18/+2
*
AP: Pass only bssid/addr/wds to EVENT_RX_FROM_UNKNOWN
Johannes Berg
2011-10-20
1
-2/+2
*
AP: Do station poll in driver wrapper
Johannes Berg
2011-10-20
1
-0/+3
*
WNM: Add BSS Transition Management Request for ESS Disassoc Imminent
Jouni Malinen
2011-10-16
1
-0/+48
*
Allow drivers to indicate WPS push button in station mode
Gurumoorthi Gnanasambandhan
2011-10-16
1
-0/+5
*
Use sched_scan in driver init
Luciano Coelho
2011-10-15
1
-2/+6
*
Add scheduled scan driver operations
Luciano Coelho
2011-10-15
1
-0/+11
*
Allow wildcard SSID to be used with WPA-PSK if bssid is set
Zhi Chen
2011-09-30
1
-0/+4
*
GAS: Use off-channel operations for requests
Jouni Malinen
2011-09-29
1
-12/+30
*
GAS: Add a generic GAS query module
Jouni Malinen
2011-09-29
1
-0/+9
*
Support driver-based BSS selection in ap_scan=1 mode
Jouni Malinen
2011-09-26
1
-1/+5
*
P2P: Filter Probe Request frames based on DA and BSSID in Listen state
Jouni Malinen
2011-07-15
1
-1/+6
*
nl80211: Support GTK rekey offload
Johannes Berg
2011-07-12
1
-0/+9
*
FT: Clear SME ft_used/ft_ies when disconnecting
Hong Wu
2011-07-05
1
-0/+7
*
wpa_supplicant AP: Disable AP mode on disassoc paths
Jouni Malinen
2011-07-05
1
-0/+4
*
Fix AP selection to check privacy mismatch and IBSS with WPA/RSN IE
Jouni Malinen
2011-06-23
1
-2/+5
*
Fix regression in RSN pre-authentication candidate list generation
Jouni Malinen
2011-05-19
1
-11/+8
*
Update BSS table entry if roaming event indicates frequency change
Jouni Malinen
2011-05-16
1
-0/+8
*
WPS: Use strict validation of (Re)AssocResp only if IEs are known
Jouni Malinen
2011-04-13
1
-1/+1
*
Add sanity checks to EVENT_RX_PROBE_REQ event data
Jouni Malinen
2011-04-13
1
-0/+3
*
Make scan interval configurable
Dmitry Shmidt
2011-04-11
1
-1/+1
*
Return NULL instead of 0 as the pointer on error case
Jouni Malinen
2011-04-08
1
-3/+3
[next]