aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* pcsc: Fix compiler warning on signed vs. unsigned comparisonJouni Malinen2012-01-251-1/+1
* P2P: Do not expire peer entry if we are connected to the peerJouni Malinen2012-01-252-0/+21
* P2P: Do not expire peer entry if peer is connected as a clientJouni Malinen2012-01-253-0/+36
* nl80211: P2P: Pass cookie parameter in send action frameDeepthi Gowri2012-01-231-1/+2
* Add preliminary MNC length determination based on IMSIJouni Malinen2012-01-221-0/+22
* Avoid unnecessary memory allocation in building of SIM realmJouni Malinen2012-01-221-28/+24
* EAP-SIM/EAP-AKA peer: Support realms according to 3GPP TS 23.003Simon Baatz2012-01-221-1/+53
* Reject too short IMSI in EAP-SIM/AKA identity generationJouni Malinen2012-01-221-0/+5
* SIM/USIM: Add function to get the MNC length from the SIM/USIMSimon Baatz2012-01-222-0/+57
* P2P: Notify upper framework on stopping the p2p_find(SEARCH)Jithu Jance2012-01-222-0/+4
* Work around interop issue with WPA type EAPOL-Key 4/4 in WPA2 modeJouni Malinen2012-01-221-1/+8
* P2P: Use Device ID attribute to filter Probe Request frames as GOJouni Malinen2012-01-083-0/+42
* P2P: Allow Device ID to be specified for p2p_find commandJouni Malinen2012-01-084-13/+29
* Allow SNonce update after sending EAPOL-Key 3/4 if 1/4 was retransmittedJouni Malinen2012-01-022-19/+92