aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
...
* P2P: Reject p2p_group_add if forced frequency is not acceptableNeeraj Kumar Garg2011-12-271-5/+16
* P2P: Use global->p2p_dev_addr instead of parent->own_addrJouni Malinen2011-12-251-5/+5
* Add BSSID into blacklist and do not clean blacklist during countermeasuresBartosz Markowski2011-12-251-1/+5
* P2P: Maintain a list of P2P Clients for persistent group on GOJouni Malinen2011-12-228-9/+198
* P2P: Show persistent group info on P2P_PEER dataJouni Malinen2011-12-223-1/+27
* P2P: Move public P2P_PEER info generation into ctrl_ifaceJouni Malinen2011-12-221-3/+44
* P2P: Replace p2p_get_peer_info with p2p_peer_known when applicableJouni Malinen2011-12-222-8/+7
* P2P: Send D-Bus ServiceDiscoveryRequest signal for external SD processing윤민홍2011-12-221-1/+4
* 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
* P2P: Fix GO start on interface that has active station connectionJouni Malinen2011-12-211-2/+6
* Add AP-STA-CONNECTED and DISCONNECTED events to wpa_cli -aNeeraj Kumar Garg2011-12-201-0/+4
* P2P: Use hardcoded idle timeout of 10 seconds in P2P client roleJouni Malinen2011-12-182-7/+33
* P2P: Fix disconnect event not to increase idle timeoutJouni Malinen2011-12-181-1/+3
* Lower RX_MGMT driver event debug level for Beacon framesJouni Malinen2011-12-181-1/+18
* P2P: Fix Provision Discovery channel for some join-GO casesJouni Malinen2011-12-181-3/+3
* wpa_supplicant/dbus AP: Add support for WPS Internal RegistrarGustavo Sverzut Barbieri2011-12-181-5/+67
* P2P: Make GO negotiation peer and group information available over D-BusReinette Chatre2011-12-185-17/+103
* Fix CONFIG_NO_SCAN_PROCESSING=y build with ctrl_ifaceJouni Malinen2011-12-171-0/+4
* ctrl_iface: Check for IEEE8021X_EAPOL definitionAntonio Quartulli2011-12-171-0/+5
* IBSS: fix RSN key initialisationJohannes Berg2011-12-111-0/+2
* Disassociate when starting WPS searchJouni Malinen2011-12-111-0/+4
* Fix compiler warning with CONFIG_NO_STDOUT_DEBUG=yJouni Malinen2011-12-111-0/+2
* Fix compiler warning with CONFIG_NO_SCAN_PROCESSING=yJouni Malinen2011-12-111-0/+2
* Fix compiler warning with CONFIG_NO_STDOUT_DEBUG=yJouni Malinen2011-12-111-0/+2
* P2P: Fix 32-bit compiler warnings on service discovery referenceJouni Malinen2011-12-114-26/+26
* P2P: Fix Provision Discovery name in debug messagesJouni Malinen2011-12-111-1/+1
* Skip WPS PBC overlap detection if P2P address is the sameVitaly Wool2011-12-111-1/+1
* 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