aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* Android: Move WPA_BUILD check in Android.mkDmitry Shmidt2011-11-231-2/+2
* Android: Remove the simulator target from all makefilesJeff Brown2011-11-231-5/+3
* wpa_gui-qt4: Improve scan results signal displayKel Modderman2011-11-194-1/+103
* P2P: Send Listen state Probe Response frames without retriesJouni Malinen2011-11-192-3/+3
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-191-1/+1
* Do not try to add wildcard SSID into active sched_scanJouni Malinen2011-11-191-2/+3
* AP: Add explicit EAPOL TX status eventJohannes Berg2011-11-193-0/+18
* wpa_supplicant: Make objects depend on the .config fileAlan T. DeKok2011-11-191-3/+5
* P2P: Simplify code in wpas_p2p_connect()Johannes Berg2011-11-181-29/+20
* sched scan: Fix passive scanningEyal Shapira2011-11-181-6/+7
* Mark local functions staticJouni Malinen2011-11-184-7/+7
* Include wpa_supplicant_i.h to verify function prototype matchJouni Malinen2011-11-181-0/+1
* P2P: Cancel previous operation before starting new p2p_listenJouni Malinen2011-11-171-0/+8
* wpa_supplicant: Set configured auth_algs for AP modeVasanthakumar Thiagarajan2011-11-161-0/+3
* P2P: Wait until ongoing scan completes before starting P2P findJouni Malinen2011-11-153-1/+23
* Android: Update libnl use to match with Android ICSJouni Malinen2011-11-151-2/+2
* Android: Fix D-Bus P2P interface location in Android.mkJouni Malinen2011-11-151-3/+3
* Do not add P2P IE into Beacon/Probe Response if P2P is disabledJouni Malinen2011-11-141-0/+6
* AP: Only enable WPS for open and WPA/WPA2-Personal configurationJouni Malinen2011-11-141-2/+7
* Remove unnecessary include file inclusionJouni Malinen2011-11-135-7/+0
* dbus: Remove unused default string for bridge_ifnameJouni Malinen2011-11-131-3/+1
* Add REAUTHENTICATE ctrl_iface commandJouni Malinen2011-11-132-0/+11
* Print human readable driver event namesBen Greear2011-11-131-4/+5
* Move wpa_scan_results_free() into shared C fileJouni Malinen2011-11-136-1/+17
* Correct a spelling mistakeFu Yingang2011-11-131-1/+1
* Remove station functionality from hostap and madwifi driver wrappersJouni Malinen2011-11-131-31/+8
* Remove unmaintained driver wrappersJouni Malinen2011-11-132-533/+0
* ndis: Work around lack of C99 designated initializers in MSVCJouni Malinen2011-11-031-0/+7
* wpa_cli: Fix compiler warnings on unused functionsJouni Malinen2011-11-031-0/+4
* Remove obsoleted Qt3-based wpa_guiJouni Malinen2011-11-0316-3042/+2
* dbus: Fix some build combination without new D-Bus interfaceJouni Malinen2011-11-021-2/+1
* Fix Android library configuration with OpenSSL buildJouni Malinen2011-11-011-1/+1
* Process RSN pre-authentication candidates when skipping roamJouni Malinen2011-10-301-1/+3
* Clean up debug dump for scan results sortingJouni Malinen2011-10-301-9/+30
* Prefer 5 GHz networks over 2.4 GHz networksGary Morain2011-10-301-5/+41
* Fix TKIP countermeasures stopping in deinit pathsJouni Malinen2011-10-303-4/+9
* Implement control request replies for the D-Bus interfaceDan Williams2011-10-304-1/+78
* Make control response processing available to other control interfacesDan Williams2011-10-302-46/+83
* Add wpa_supplicant_ctrl_req_from_string()Dan Williams2011-10-302-0/+22
* dbus: Implement EAP SM control request signalsDan Williams2011-10-306-1/+97
* Use an enum for EAP SM requestsDan Williams2011-10-302-3/+62
* Skip rate set matching if BSS frequency is not knownJouni Malinen2011-10-301-0/+3
* P2P: Indicate scan during group formation as P2P probeJouni Malinen2011-10-291-0/+10
* Remove disable_11b_rates() driver_opsJouni Malinen2011-10-292-14/+0
* Add no_cck parameter for send_action() driver_opsJouni Malinen2011-10-297-14/+21
* dbus: Raise PropertiesChanged on org.freedesktop.DBus.PropertiesDaniel Drake2011-10-292-4/+83
* wpa_cli: Argument completion for p2p_group_removeJouni Malinen2011-10-281-0/+71
* wpa_cli: Add completion functions for P2P peers and BSSesJouni Malinen2011-10-283-0/+238
* P2P: Fix frequency in the P2P_EVENT_GROUP_STARTED eventJithu Jance2011-10-281-2/+5
* P2P: Notify device expiry via P2P-DEVICE-LOST eventJithu Jance2011-10-281-0/+3