aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove user space client MLMEJouni Malinen2011-10-2212-3538/+20
* Add CONFIG_WPS_REG_DISABLE_OPEN to defconfigAndrii Bordunov2011-10-221-0/+3
* WPS: Use ifdef blocks consistently for CONFIG_WPS_REG_DISABLE_OPENAndrii Bordunov2011-10-221-0/+4
* wpa_priv: Link in trace.o to fix CONFIG_WPA_TRACE buildAndrii Bordunov2011-10-221-0/+1
* wpa_priv: Link in ieee802_11_common.o if driver_nl80211 is usedJouni Malinen2011-10-221-0/+3
* wpa_priv: Update function arguments to fix compilationAndrii Bordunov2011-10-221-2/+2
* Share a single wpa_scan_results_free() implementationJouni Malinen2011-10-222-15/+0
* Prevent ap_scan change during associationDmitry Shmidt2011-10-211-0/+10
* Set ANDROID_LOG_NAME depending on applicationDmitry Shmidt2011-10-211-0/+3
* Add blacklist commandDmitry Shmidt2011-10-212-0/+88