aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add wpa_supplicant AP mode STA deauthenticate/disassociate commandsJithu Jance2012-02-252-0/+173
* WPS UPnP: Clean up URL parserJouni Malinen2012-02-191-32/+34
* Android: Extend debug logging to include wpa_dbg and hexdumpJouni Malinen2012-02-182-45/+59
* wext: Filter unexpected interface added/up eventsJouni Malinen2012-02-181-5/+40
* nl80211: Filter unexpected interface added/up eventsJouni Malinen2012-02-181-2/+28
* nl80211: Indicate p2p_probe in debug log as scan parameterJouni Malinen2012-02-181-0/+2
* EAP-SIM/AKA server: Fix re-authentication not to update pseudonymJouni Malinen2012-02-162-14/+14
* EAP-AKA peer: Clean up forgetting-id debug printsJouni Malinen2012-02-161-3/+3
* atheros: Add new IEEE 802.11r driver_opsShan Palanisamy2012-02-161-14/+309
* Clear WEP configuration on interface deinitShan Palanisamy2012-02-161-0/+10
* Split hostapd_cleanup_iface() into two partsShan Palanisamy2012-02-161-7/+13
* Split hostapd_cleanup() into two partsShan Palanisamy2012-02-161-14/+20
* Move hostapd_for_each_interface() and hapd_interfaces into src/apJouni Malinen2012-02-162-1/+26
* hostapd: Make sure ctrl_iface is not initialized multiple timesShan Palanisamy2012-02-161-0/+1
* Add mechanism for disabling radio for testing purposesJouni Malinen2012-02-161-0/+12
* atheros: Reset frame filter on deinitShan Palanisamy2012-02-161-0/+9
* Ignore TX status for Data frames from not associated STAJouni Malinen2012-02-141-1/+1
* WPS: Fix clearing of SetSelectedRegistrar with multiple interfacesJouni Malinen2012-02-133-9/+15
* eloop: Fix allocation failure handling in poll() versionJouni Malinen2012-02-121-21/+31
* IBSS RSN: Support authorizationAntonio Quartulli2012-02-121-0/+8
* eloop: Support poll() in eloopBen Greear2012-02-121-1/+227
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-11352-2816/+704
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-1121-168/+42
* Remove the GPL notification from EAP-pwd implementationJouni Malinen2012-02-114-32/+8
* EAP-pwd: Add support for fragmentationDan Harkins2012-02-113-141/+484
* EAP-pwd: Fix the argument name in compute_keys()Dan Harkins2012-02-111-4/+4
* Fix pmksa_cache_get() arguments in !IEEE80211_X_EAPOL buildsAntonio Quartulli2012-02-111-1/+2
* P2P: Avoid re-starting p2p_search in some corner casesJouni Malinen2012-02-091-0/+14
* P2P: Fix p2p_scan() error processing in p2p_search()Jouni Malinen2012-02-091-1/+1
* WPS: Allow wildcard UUID PIN to be used twiceGanesh Prasadh2012-02-081-3/+11
* P2P: Move p2p_add_device() prototype to correct header fileJouni Malinen2012-02-072-3/+2
* P2P: Allow BSS entry to be fetched based on GO P2P Device AddressJouni Malinen2012-02-072-0/+35
* P2P: Remove unneeded go_neg_peer check from PDJohannes Berg2012-02-051-3/+2
* Use PMKSA cache entries with only a single network contextJouni Malinen2012-02-044-17/+35
* Clear EAPOL authenticator authFail for PMKSA caching/FTJouni Malinen2012-02-041-1/+3
* Ignore TX status for Data frames from not associated STAJouni Malinen2012-02-041-2/+6
* WPS: Disable AP PIN after 10 consecutive failuresJouni Malinen2012-01-304-4/+53
* Support HT capability overridesBen Greear2012-01-293-0/+36
* nl80211: Sync with linux/nl80211.h in wireless-testing.gitJouni Malinen2012-01-291-1/+63
* wpa_auth: Fix race in rejecting 4-way handshake for entropyNicolas Cavallari2012-01-291-8/+9
* nl80211: Subscribe management frames for WPA_IF_AP_BSS typesYogesh Ashok Powar2012-01-291-0/+6
* nl80211: Derive frequency for BSSes other than the firstYogesh Ashok Powar2012-01-291-0/+1
* wpa_debug: Support outputting hexdumps into syslogNicolas Cavallari2012-01-291-0/+32
* EAP-AKA peer: Append realm when learning the pseudonymSimon Baatz2012-01-281-9/+30
* EAP-SIM peer: Append realm when learning the pseudonymSimon Baatz2012-01-281-9/+30
* nl80211: Add IBSS BSSID fixing supportNicolas Cavallari2012-01-281-0/+6
* Support fixing the BSSID in IBSS modeNicolas Cavallari2012-01-281-0/+7
* WPS: Fix an interoperability issue with mixed mode and AP SettingsJouni Malinen2012-01-271-4/+31
* nl80211: Fix send_action on off-channel in P2P GO roleJouni Malinen2012-01-261-15/+42
* Fix ap_sta_disconnect() to clear EAPOL/WPA authenticator stateJouni Malinen2012-01-251-0/+2