aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* Add implementation of TLS v1.2 PRF (P_SHA256)Jouni Malinen2011-11-271-0/+3
* wpa_cli: Add action script call on P2P-GO-NEG-FAILURE eventsDmitry Shmidt2011-11-251-0/+2
* P2P: Send STA connected/disconnected events to parent ctrl_ifaceDmitry Shmidt2011-11-251-0/+1
* Fix sched_scan filter setting for max_match_sets == 0Jouni Malinen2011-11-251-1/+2
* Use wpa_key_mgmt_*() helpersJouni Malinen2011-11-245-36/+9
* Do not save an invalid network block in wpa_supplicant.confJouni Malinen2011-11-241-0/+3
* Do not write all zeros device_typeJouni Malinen2011-11-241-1/+2
* Add 'get country' commandDmitry Shmidt2011-11-241-5/+9
* wpa_cli: Correct return value of wpa_cli_cmd_p2p_peersDavid Spinadel2011-11-241-2/+2
* 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