aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/events.c
Commit message (Expand)AuthorAgeFilesLines
* wpa_s: restart sched scan on channel list changeVictor Goldenshtein2012-11-131-0/+7
* Avoid sched scan flood in case of mismatched security (UPSTREAM)Eyal Shapira2012-11-121-2/+13
* P2P: speed up scans when connecting to persistent GO (UPSTREAM)Eyal Shapira2012-10-291-1/+2
* wpa_s: fix bss selection on identical SSIDs with WEP+AES/TKIPVictor Goldenshtein2012-10-291-1/+1
* hostap: add channel switch ability to AP & GO (INTERNAL)Victor Goldenshtein2012-09-131-0/+6
* Fix wpa_s crash and kickstart sched scan (INTERNAL-SQ)Eyal Shapira2012-08-091-1/+2
* P2P: Improve scan results handling (BRCM)Eyal Shapira2012-08-021-7/+38
* P2P: Start blocked p2p find even if scan was on another interface (BRCM)Eyal Shapira2012-08-021-0/+4
* Set ap_scan to default in case of disassociationDmitry Shmidt2012-08-021-1/+2
* add set/cancel_priority callsEliad Peller2012-08-021-0/+1
* Disconnect if we can't roam following beacon lossEyal Shapira2012-08-021-0/+18
* Prevent roaming to a different ESS while connectedEyal Shapira2012-08-021-0/+8
* Ignore a deauth from a different BSS than the current oneEyal Shapira2012-08-021-3/+13
* Roam back to the origin AP when assoc/auth times outEyal Shapira2012-08-021-4/+37
* initiate roaming on beacon_lossEliad Peller2012-08-021-0/+16
* wpa_s: don't reschedule the sched scan on each scan complete eventVictor Goldenshtein2012-08-021-1/+2
* Initiate a periodic normal scan in addition to sched scanEyal Shapira2012-08-021-3/+3
* increase the eapol pending timer to 500msEliad Peller2012-08-021-1/+1
* wpa_s: add API to disable or enable roamingEyal Shapira2012-08-021-14/+2
* wpa_s: Disable bgscan and roaming when driver support is limitedEyal Shapira2012-08-021-0/+23
* sched scan: Avoid changing state to SCANNINGEyal Shapira2012-08-021-1/+0
* sched scan: Logic changesEyal Shapira2012-08-021-2/+7
* Do not share special scan results with virtual interfacesJouni Malinen2012-06-301-2/+3
* Export disconnect reason code to dbusGary Morain2012-06-301-0/+5
* Add automatic scanning supportTomasz Bursztyka2012-06-261-0/+6
* nl80211: Handle CH_SWITCH eventThomas Pedersen2012-06-251-0/+15
* P2P: Do not use reassociation after getting disassociatedJouni Malinen2012-06-101-0/+3
* WNM: Send empty IPv4 packet as keep-alive for nowJouni Malinen2012-05-281-3/+5
* WNM: Fix build without CONFIG_SME=yJouni Malinen2012-05-271-0/+2
* WNM: Add advertisement of BSS max idle periodJouni Malinen2012-05-271-0/+78
* Validate WEP key lengths based on driver capabilitiesJouni Malinen2012-05-101-5/+5
* P2P: Allow older scan results to improve p2p_connect-auto robustnessJouni Malinen2012-05-081-0/+3
* Ignore network blocks that have invalid WEP key lengthJouni Malinen2012-05-071-3/+3
* Fix SIM/USIM determination to support EAP-AKA'Jouni Malinen2012-05-051-2/+5
* Add handling of OBSS scan requests and 20/40 BSS coex reportsRajkumar Manoharan2012-05-031-0/+5
* Remove unnecessary EVENT_RX_MGMT data validationJouni Malinen2012-04-211-2/+1
* P2P: Remove client group on Deauthentication reason code 3Jouni Malinen2012-04-031-8/+11
* Fix Probe Request processing in wpa_supplicant AP modeJouni Malinen2012-04-011-1/+0
* DBus: Add ability to report probe requestsJohannes Berg2012-04-011-7/+24
* Pass signal strength through, fix unitsJohannes Berg2012-04-011-4/+8
* Fix processing of channel list update eventsJouni Malinen2012-03-011-0/+5
* Fix CTRL-EVENT-DISCONNECTED event for locally generated disconnectionJouni Malinen2012-03-011-3/+7
* Allow PC/SC reader to be selected and initialized at startJouni Malinen2012-02-261-1/+1
* Add CONFIG_NO_ROAMING optionDmitry Shmidt2012-02-251-0/+4
* Use WPA_INTERFACE_DISABLED with interface removed eventsJouni Malinen2012-02-181-0/+2
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* 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