aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/events.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CONFIG_NO_SCAN_PROCESSING=y buildJouni Malinen2012-02-111-24/+24
* P2P: Do not expire peer entry if we are connected to the peerJouni Malinen2012-01-251-0/+3
* Stop sched_scan in number of cases where it should not be runningJouni Malinen2012-01-231-0/+1
* Update WPA/RSN IE properly for driver based BSS selectionSujith Manoharan2012-01-231-6/+56
* Do not trigger fast reconnection on locally generated deauth/disassocJouni Malinen2012-01-011-7/+19
* Add BSSID into blacklist and do not clean blacklist during countermeasuresBartosz Markowski2011-12-251-1/+5
* Process EVENT_SCHED_SCAN_STOPPED partially if interface is disabledJouni Malinen2011-12-211-1/+5
* Ignore disassociation event in wpa_supplicant AP modeJouni Malinen2011-12-211-0/+10
* Lower RX_MGMT driver event debug level for Beacon framesJouni Malinen2011-12-181-1/+18
* Fix compiler warning with CONFIG_NO_SCAN_PROCESSING=yJouni Malinen2011-12-111-0/+2
* P2P: Add group ifname to P2P-PROV-DISC-* eventsJouni Malinen2011-12-061-1/+2
* Try to reconnect to the same BSS on recoverable disconnectionJouni Malinen2011-12-041-3/+34
* Update internal MAC address on EVENT_INTERFACE_ENABLED eventsJouni Malinen2011-12-031-0/+1
* Call wpas_connection_failed() only if actually trying to connectJouni Malinen2011-12-011-1/+2
* Make reconnect-on-disassoc debug prints somewhat more helpfulJouni Malinen2011-12-011-2/+6
* Use wpa_key_mgmt_*() helpersJouni Malinen2011-11-241-5/+1
* AP: Add explicit EAPOL TX status eventJohannes Berg2011-11-191-0/+6
* P2P: Wait until ongoing scan completes before starting P2P findJouni Malinen2011-11-151-0/+12
* Print human readable driver event namesBen Greear2011-11-131-4/+5
* Process RSN pre-authentication candidates when skipping roamJouni Malinen2011-10-301-1/+3
* Fix TKIP countermeasures stopping in deinit pathsJouni Malinen2011-10-301-4/+2
* Skip rate set matching if BSS frequency is not knownJouni Malinen2011-10-301-0/+3
* P2P: Fix wpa_supplicant crash on P2P WPS PBC overlap caseJithu Jance2011-10-241-7/+13
* TDLS: Implement low-ack event for lost TDLS peersArik Nemtsov2011-10-231-0/+4
* TDLS: Support sending a teardown frame from usermodeArik Nemtsov2011-10-231-3/+2
* TDLS/nl80211: Support receiving TDLS discovery response framesArik Nemtsov2011-10-231-0/+10
* wpa_supplicant: Check rate sets before joining BSSChristian Lamparter2011-10-231-0/+112
* Comment out scard initialization code if PCSC_FUNCS is not setJouni Malinen2011-10-231-0/+2
* Remove user space client MLMEJouni Malinen2011-10-221-18/+2
* AP: Pass only bssid/addr/wds to EVENT_RX_FROM_UNKNOWNJohannes Berg2011-10-201-2/+2
* AP: Do station poll in driver wrapperJohannes Berg2011-10-201-0/+3
* WNM: Add BSS Transition Management Request for ESS Disassoc ImminentJouni Malinen2011-10-161-0/+48
* Allow drivers to indicate WPS push button in station modeGurumoorthi Gnanasambandhan2011-10-161-0/+5
* Use sched_scan in driver initLuciano Coelho2011-10-151-2/+6
* Add scheduled scan driver operationsLuciano Coelho2011-10-151-0/+11
* Allow wildcard SSID to be used with WPA-PSK if bssid is setZhi Chen2011-09-301-0/+4
* GAS: Use off-channel operations for requestsJouni Malinen2011-09-291-12/+30
* GAS: Add a generic GAS query moduleJouni Malinen2011-09-291-0/+9
* Support driver-based BSS selection in ap_scan=1 modeJouni Malinen2011-09-261-1/+5
* P2P: Filter Probe Request frames based on DA and BSSID in Listen stateJouni Malinen2011-07-151-1/+6
* nl80211: Support GTK rekey offloadJohannes Berg2011-07-121-0/+9
* FT: Clear SME ft_used/ft_ies when disconnectingHong Wu2011-07-051-0/+7
* wpa_supplicant AP: Disable AP mode on disassoc pathsJouni Malinen2011-07-051-0/+4
* Fix AP selection to check privacy mismatch and IBSS with WPA/RSN IEJouni Malinen2011-06-231-2/+5
* Fix regression in RSN pre-authentication candidate list generationJouni Malinen2011-05-191-11/+8
* Update BSS table entry if roaming event indicates frequency changeJouni Malinen2011-05-161-0/+8
* WPS: Use strict validation of (Re)AssocResp only if IEs are knownJouni Malinen2011-04-141-1/+1
* Add sanity checks to EVENT_RX_PROBE_REQ event dataJouni Malinen2011-04-141-0/+3
* Make scan interval configurableDmitry Shmidt2011-04-111-1/+1
* Return NULL instead of 0 as the pointer on error caseJouni Malinen2011-04-081-3/+3