aboutsummaryrefslogtreecommitdiffstats
path: root/src/rsn_supp/wpa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Use PMKSA cache entries with only a single network contextJouni Malinen2012-02-041-3/+5
* Check wpa_supplicant_parse_ies() return value more consistentlyJouni Malinen2011-12-041-3/+6
* Fix typos found by codespellPavel Roskin2011-09-221-1/+1
* Flush PMKSA cache entries and invalidate EAP state on network changesJouni Malinen2011-09-071-2/+8
* nl80211: Support GTK rekey offloadJohannes Berg2011-07-121-0/+10
* FT: Disable PMKSA cache for FT-IEEE8021XHong Wu2011-07-051-2/+4
* Avoid theoretical NULL pointer dereference from debug codeJouni Malinen2011-04-141-1/+4
* TDLS: Clear peer entries on association/disassociationJouni Malinen2011-03-061-0/+7
* Use wpa_msg() instead of wpa_printf()Ben Greear2011-02-101-227/+293
* WPA: Add more info for EAPOL-Key Nonce/MIC debuggingJouni Malinen2011-01-151-0/+4
* Use set_key addr to distinguish default and multicast keysJouni Malinen2011-01-091-6/+3
* Annotate places depending on strong random numbersJouni Malinen2010-11-241-1/+2
* Fix fallback from failed PMKSA caching into full EAP authenticationJouni Malinen2010-05-011-1/+9
* SME: Do not try to use FT over-the-air if PTK is not availableJouni Malinen2010-04-101-0/+8
* FT: Verify that MDIE and FTIE matches between AssocResp and EAPOL-Key 3/4Jouni Malinen2010-04-101-5/+62
* Split EAPOL-Key msg 3/4 Key Data validation into helper functionsJouni Malinen2010-04-101-41/+75
* FT: Copy MDIE and FTIE from (Re)Association Response into EAPOL-Key 2/4Jouni Malinen2010-04-101-3/+16
* FT: Copy FT Capability and Policy to MDIE from target APJouni Malinen2010-04-091-2/+2
* Fix compiler warning on non-802.11r buildJouni Malinen2010-04-081-3/+1
* FT: Fix FT 4-Way Handshake to include PMKR1Name in messages 2 and 3Jouni Malinen2010-04-071-3/+59
* Add a drop_sa command to allow 802.11w testingJouni Malinen2010-03-291-0/+11
* MFP: Add MFPR flag into station RSN IE if 802.11w is mandatoryJouni Malinen2010-03-291-0/+3
* FT: Clean EAPOL supp portValid to force re-entry to AUTHENTICATEDJouni Malinen2010-03-131-1/+6
* Convert RSN pre-authentication to use struct dl_listJouni Malinen2010-01-061-0/+1
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-3/+4
* Remove src/crypto from default include pathJouni Malinen2009-11-291-4/+4
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+1
* Add AP mode WPA status into ctrl_ifaceJouni Malinen2009-10-161-61/+0
* Verify that EAPOL-Key MIC generation succeedsJouni Malinen2009-08-161-2/+7
* Verify that RC4 operation succeedsJouni Malinen2009-08-161-2/+8
* Move RC4 into crypto.h as a replaceable crypto functionJouni Malinen2009-08-161-1/+1
* Disconnect if 4-way handshake processing failsJouni Malinen2009-04-201-18/+38
* Fix SHA-256-based KDF when using CCMP as the pairwise cipherJouni Malinen2009-04-011-2/+3
* Allow SHA256-based key handshake to be used without 802.11rJouni Malinen2009-02-191-2/+2
* Added a separate ctx pointer for wpa_msg() calls in WPA suppJouni Malinen2009-01-171-7/+8
* Removed wpa_sm dereference from pmksa_cache_list()Jouni Malinen2009-01-131-0/+10
* Moved proto == RSN validation from pmksa_cache.c into the callerJouni Malinen2009-01-131-3/+5
* Fixed canceling of PMKSA caching with driver generated RSN IEJouni Malinen2008-11-211-1/+1
* Added support for enforcing frequent PTK rekeyingJouni Malinen2008-11-061-1/+18
* Added support for using SHA256-based stronger key derivation for WPA2Jouni Malinen2008-08-311-22/+35
* Fixed opportunistic key caching (OKC)Jouni Malinen2008-08-031-1/+2
* Make proactive key caching working againMichael Bernhard2008-07-061-1/+2
* Fixed race condition between disassociation event and group key handshakeJouni Malinen2008-06-091-3/+0
* Introduced new helper function is_zero_ether_addr()Jouni Malinen2008-06-031-2/+1
* Delete PTK SA on (re)association if this is not part of a Fast BSSJouni Malinen2008-03-121-3/+15
* Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 releaseJouni Malinen2008-02-271-0/+2347