aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* P2P: Notify device expiry via P2P-DEVICE-LOST eventJithu Jance2011-10-281-0/+4
* nl80211: Ignore netlink interface down if interface is upJouni Malinen2011-10-283-0/+31
* Fix WPA authenticator configuration to not leave uninitialized fieldsJouni Malinen2011-10-281-0/+1
* TDLS: Do not clear peer data too early for teardownJouni Malinen2011-10-271-5/+6
* TDLS: Disable link on various error casesJouni Malinen2011-10-271-0/+10
* TDLS: Disable previous link to fix renegotiationJouni Malinen2011-10-271-0/+8
* TDLS: Fix concurrent initialization test codeJouni Malinen2011-10-271-0/+13
* TDLS: Fix teardown on renegotiationJouni Malinen2011-10-271-1/+5
* TDLS: Fix long frame test for teardownJouni Malinen2011-10-271-1/+2
* Interworking: Fix Advertisement Protocol element length limitJay Katabathuni2011-10-251-1/+1
* P2P: Append P2P Device Address to AP-STA-CONNECTED eventJithu Jance2011-10-253-3/+40
* P2P: Advertise Persistent Reconnect group capabilityJouni Malinen2011-10-245-16/+59
* TDLS: Make use of wpa_tdls_add_peer to avoid code duplicationArik Nemtsov2011-10-231-11/+2
* TDLS: Support mgmt-frame Tx for ctrl-iface operationsArik Nemtsov2011-10-232-0/+7
* TDLS: Add peer as a STA during link setupArik Nemtsov2011-10-235-9/+71
* TDLS: Collect peer capabilities and supp-rates during link setupArik Nemtsov2011-10-233-23/+77
* TDLS: Implement low-ack event for lost TDLS peersArik Nemtsov2011-10-232-0/+17
* TDLS: Support sending TDLS discovery requestsArik Nemtsov2011-10-232-0/+13
* TDLS: Support sending a teardown frame from usermodeArik Nemtsov2011-10-232-12/+56
* TDLS/nl80211: Support receiving TDLS discovery response framesArik Nemtsov2011-10-231-0/+8
* TDLS: Process discovery requests and send discovery responsesArik Nemtsov2011-10-232-1/+88
* TDLS: Get TDLS related capabilities from driverArik Nemtsov2011-10-233-5/+42
* nl80211: Implement TDLS callback functions and propagate capabilitiesArik Nemtsov2011-10-232-0/+108
* TDLS: Use a valid dialog-token in a setup requestArik Nemtsov2011-10-231-1/+1
* nl80211: Handle special TDLS direct link key index useJouni Malinen2011-10-231-0/+4
* Remove incorrect statement about get_hw_feature_data() driver_opsJouni Malinen2011-10-231-3/+0
* Remove unused driver_ops client MLME functionsJouni Malinen2011-10-233-120/+0
* Allow driver wrappers to indicate whether HT info is knownJouni Malinen2011-10-232-0/+5
* TLS: Validate RSA ClientKeyExchange length fieldJouni Malinen2011-10-231-5/+13
* Remove unused variablesJouni Malinen2011-10-234-17/+21
* Fix hostapd_wpa_auth_send_ether() return valueJouni Malinen2011-10-231-1/+1
* Remove unused variable from os_gmtime()Jouni Malinen2011-10-233-6/+0
* nl80211: Remove some unnecessary ifdef HOSTAPD blocksJouni Malinen2011-10-221-9/+9
* Remove user space client MLMEJouni Malinen2011-10-222-14/+1
* Share a single wpa_scan_results_free() implementationJouni Malinen2011-10-223-28/+13
* Remove unused variable and functionAndrii Bordunov2011-10-221-12/+0
* Fix typo in comment related to EAPOLBen Greear2011-10-221-1/+1
* nl80211: Use one global ioctl socketBen Greear2011-10-221-44/+52
* nl80211: Use a global netlink command objectBen Greear2011-10-221-20/+23
* nl80211: Use global nl_cb templateBen Greear2011-10-221-16/+26
* nl80211: Clean up error path in wpa_driver_nl80211_initBen Greear2011-10-221-12/+7
* nl80211: Abstract handle/cache (de)allocationJohannes Berg2011-10-221-101/+80
* nl80211: Fix hostapd error pathJohannes Berg2011-10-221-12/+3
* nl80211: Use global netlink rtm event objectBen Greear2011-10-221-25/+59
* hostapd: Call global_init/global_deinit driver_opsJouni Malinen2011-10-223-1/+4
* nl80211: Use a wrapper for genlmsg_putJouni Malinen2011-10-221-99/+58
* wext: Do not set SSID on disconnect on AndroidDmitry Shmidt2011-10-211-0/+4
* wext: Clean up the disconnect BSSID/SSID clearingJouni Malinen2011-10-211-11/+16
* Set ANDROID_LOG_NAME depending on applicationDmitry Shmidt2011-10-211-1/+5
* wext: Remove trailing whitespaceJouni Malinen2011-10-211-1/+1