aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* Maintain internal copy of Probe Response offload capabilitiesArik Nemtsov2011-12-103-0/+9
* P2P: Clean up group formation on network block removalJouni Malinen2011-12-103-0/+19
* P2P: Add group ifname to P2P-PROV-DISC-* eventsJouni Malinen2011-12-063-6/+25
* P2P: Skip duplicated provision discovery on joinJithu Jance2011-12-061-0/+33
* P2P: Add optional "join" argument for p2p_prov_disc commandJithu Jance2011-12-067-21/+32
* Remove documentation for label option in p2p_connectJouni Malinen2011-12-061-5/+4
* SME: Fix processing of Authentication timeoutJouni Malinen2011-12-041-0/+1
* Try to reconnect to the same BSS on recoverable disconnectionJouni Malinen2011-12-041-3/+34
* SME: Fix processing of Authentication request failureJouni Malinen2011-12-041-1/+2
* Update internal MAC address on EVENT_INTERFACE_ENABLED eventsJouni Malinen2011-12-033-12/+24
* Update RSN supplicant MAC address on driver reinitializationJohan Hedlund2011-12-031-2/+1
* Fix generated WPS PIN values to use zero-paddingSzymon Bigos2011-12-021-2/+2
* Add example WPS AP mode UI for wpa_supplicantJouni Malinen2011-12-011-0/+78
* wpa_supplicant AP: Allows passphrase to be fetchedJouni Malinen2011-12-012-3/+18
* WPS: Disable WPS(v2) in WPA/TKIP-only configurationJouni Malinen2011-12-011-0/+6
* 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
* P2P: Clear show_group_started on GO startJouni Malinen2011-12-011-0/+2
* Set ht_capab from based on driver capabilities when in P2P GO modeArik Nemtsov2011-11-291-3/+17
* Increase min sched_scan interval from 2 to 10 secondsJouni Malinen2011-11-291-1/+1
* Fix pno_start() to initialize SSID list properlyDmitry Shmidt2011-11-291-0/+1
* Use normal scan before sched_scan if that can speed up connectionJouni Malinen2011-11-284-9/+37
* Add broadcast SSID for sched_scan for scan_ssid=0 networksJouni Malinen2011-11-281-0/+18
* Use common code for disabled network case in sched_scanJouni Malinen2011-11-281-5/+3
* Drop sched_scan filter if not enough match sets supportedJouni Malinen2011-11-281-2/+7
* Make sched_scan debug clearer on timeout useJouni Malinen2011-11-281-3/+9
* Stop sched_scan on DISCONNECT commandJouni Malinen2011-11-281-0/+1
* Add preferred network offload (PNO) functionalityJouni Malinen2011-11-282-0/+76
* Fix sched_scan filter_ssids setting for no filters caseJouni Malinen2011-11-281-0/+5
* Interworking: Verify that BSS information includes SSIDJouni Malinen2011-11-271-0/+2
* wpa_passphrase: Include SHA256 objects to fix some build combinationsJouni Malinen2011-11-271-0/+1
* TLS: Add build configuration for TLS v1.2 supportJouni Malinen2011-11-272-0/+15
* 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