aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move AP events for STA connected/disconnected into one functionJouni Malinen2011-11-034-34/+21
* Fix some recent wpa_msg() calls in hostapd use correct contextJouni Malinen2011-11-032-12/+14
* hostapd: Send an event when an inactive station is removedNicolas Cavallari2011-11-031-0/+4
* ndis: Work around lack of C99 designated initializers in MSVCJouni Malinen2011-11-031-111/+30
* Include time.h to fix Windows buildsJouni Malinen2011-11-031-0/+1
* Update version number to 2.0-develJouni Malinen2011-11-031-1/+1
* Configure new GTK/IGTK to driver in case of TKIP countermeasuresYoni Divinsky2011-10-301-0/+1
* WPS: Send the credential when learning AP params in registrar roleOlivier Sobrie2011-10-301-0/+43
* random: Improve error messages about writing to entropy filePavel Roskin2011-10-301-4/+4
* Prefer 5 GHz networks over 2.4 GHz networksGary Morain2011-10-301-2/+77
* Ignore Michael MIC failure reports if cipher is not TKIPJouni Malinen2011-10-301-3/+14
* Move Michael MIC error report processing into separate functionJouni Malinen2011-10-301-11/+23
* Fix TKIP countermeasures stopping in deinit pathsJouni Malinen2011-10-303-2/+10
* Add wpa_supplicant_ctrl_req_from_string()Dan Williams2011-10-301-0/+1
* Use an enum for EAP SM requestsDan Williams2011-10-305-36/+33
* EAP-TTLS peer: Fix user input during implicit identity requestJouni Malinen2011-10-301-0/+15
* nl80211: Disable IEEE 802.11b rates only for P2P iftypesJouni Malinen2011-10-291-17/+16
* Remove disable_11b_rates() driver_opsJouni Malinen2011-10-293-24/+11
* nl80211: Fix re-enabling of 802.11b ratesJouni Malinen2011-10-291-3/+7
* nl80211: disable_11b_rates on interface mode changeEliad Peller2011-10-291-0/+3
* Add no_cck parameter for send_action() driver_opsJouni Malinen2011-10-293-12/+21
* nl80211: Add support to disable CCK rate for P2P framesRajkumar Manoharan2011-10-291-0/+4
* Remove unused valid_bss_mask driver_opsJouni Malinen2011-10-296-43/+0
* Remove unconfigurable cts_protection_typeJouni Malinen2011-10-292-23/+5
* For MS-CHAP, convert the password from UTF-8 to UCS-2Evan Broder2011-10-291-26/+80
* dl_list: Add DEFINE_DL_LISTJohannes Berg2011-10-281-0/+3
* 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