aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* 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
* Automatically include WPS and AP support if P2P is enabledJouni Malinen2011-10-282-0/+4
* P2P: Stop any on-going "p2p_find" on creating an Autonomous GOJithu Jance2011-10-261-0/+4
* P2P: Fix wpa_supplicant crash on P2P WPS PBC overlap caseJithu Jance2011-10-242-10/+16
* P2P: Advertise Persistent Reconnect group capabilityJouni Malinen2011-10-241-1/+11
* TDLS: Support mgmt-frame Tx for ctrl-iface operationsArik Nemtsov2011-10-231-4/+16
* TDLS: Add peer as a STA during link setupArik Nemtsov2011-10-231-0/+22
* TDLS: Implement low-ack event for lost TDLS peersArik Nemtsov2011-10-231-0/+4
* TDLS: Support sending a teardown frame from usermodeArik Nemtsov2011-10-231-3/+2
* TDLS/nl80211: Support receiving TDLS discovery response framesArik Nemtsov2011-10-231-0/+10
* TDLS: Get TDLS related capabilities from driverArik Nemtsov2011-10-233-0/+24
* TDLS: Support setting CONFIG_TDLS_TESTING in .configArik Nemtsov2011-10-232-0/+8
* Remove unused driver_ops client MLME functionsJouni Malinen2011-10-231-47/+0
* wpa_supplicant: Check rate sets before joining BSSChristian Lamparter2011-10-231-0/+112
* wpa_supplicant: Unify hardware feature dataChristian Lamparter2011-10-236-49/+42
* Postpone global_init() call until first driver instance is initializedJouni Malinen2011-10-231-20/+23
* dbus: Removed unused local variableGrant Erickson2011-10-231-8/+0
* Comment out scard initialization code if PCSC_FUNCS is not setJouni Malinen2011-10-231-0/+2