aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/wpa_auth.c
Commit message (Expand)AuthorAgeFilesLines
* Generate random ANonce instead of one based on CounterJouni Malinen2012-02-261-2/+15
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* wpa_auth: Fix race in rejecting 4-way handshake for entropyNicolas Cavallari2012-01-291-8/+9
* Work around interop issue with WPA type EAPOL-Key 4/4 in WPA2 modeJouni Malinen2012-01-221-1/+8
* Allow SNonce update after sending EAPOL-Key 3/4 if 1/4 was retransmittedJouni Malinen2012-01-021-17/+88
* Remove obsolete comment on removed PTK rekeying operationJouni Malinen2011-12-241-3/+0
* Increase initial group key handshake retransmit timeout to 500 msJouni Malinen2011-12-241-3/+5
* Drop priority level of the logger message for unexpected replay counterJouni Malinen2011-12-241-1/+1
* AP: Improve disconnect and timeout related loggingBen Greear2011-12-101-0/+1
* Fix the debug message in the previous commitJouni Malinen2011-11-171-2/+2
* Set Secure=1 for EAPOL-Key msg 3/4 in WPA conditional on 2/4Jouni Malinen2011-11-171-0/+18
* Configure new GTK/IGTK to driver in case of TKIP countermeasuresYoni Divinsky2011-10-301-0/+1
* 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
* AP: Reorder WPA/Beacon initializationJouni Malinen2011-08-091-6/+25
* Allow PMKSA caching to be disabled on AuthenticatorJouni Malinen2011-07-051-1/+2
* Fix a typo in a MIB variable in hostapd ctrl_interfaceJouni Malinen2011-04-051-1/+1
* Work around SNonce updates on EAPOL-Key 1/4 retransmissionJouni Malinen2011-03-291-1/+39
* Make GKeyDoneStations counting able to recover from mismatchesJouni Malinen2011-03-231-7/+16
* Decrement GKeyDoneStations in WPA authenticator when STA is freedJouni Malinen2011-03-231-0/+4
* Avoid preprocessor directives in macro argumentsIain Hibbert2011-02-271-5/+7
* Add more wpa_auth debugging messagesBen Greear2011-02-241-1/+13
* WPA: Add more info for EAPOL-Key Nonce/MIC debuggingJouni Malinen2011-01-151-0/+7
* Use set_key addr to distinguish default and multicast keysJouni Malinen2011-01-091-3/+3
* Use key=NULL when clearing PTK with set_keyJouni Malinen2011-01-091-2/+1
* hostapd: Verify availability of random data when using WPA/WPA2Jouni Malinen2010-11-241-0/+30
* Maintain internal entropy pool for augmenting random number generationJouni Malinen2010-11-241-0/+1
* Annotate places depending on strong random numbersJouni Malinen2010-11-241-4/+5
* Re-initialize GMK and Key Counter on first station connectionJouni Malinen2010-11-241-21/+79
* Report errors from key derivation/configurationJouni Malinen2010-11-231-23/+36
* Mix in more data to GTK/IGTK derivationJouni Malinen2010-11-231-19/+32
* Fix WPA state machine initialization on WPA_REAUTH if neededJouni Malinen2010-04-231-0/+18
* FT: Validate MDIE and FTIE in FT 4-way handshake message 2/4Jouni Malinen2010-04-101-13/+56
* FT: Add FTIE, TIE[ReassocDeadline], TIE[KeyLifetime] to EAPOL-Key 3/4Jouni Malinen2010-04-101-3/+41
* Parse EAPOL-Key msg 2/4 Key Data IEs/KDEs before checking RSN/WPA IEJouni Malinen2010-04-101-4/+20
* FT: Fix FT 4-Way Handshake to include PMKR1Name in messages 2 and 3Jouni Malinen2010-04-071-2/+59
* FT: Re-set PTK on reassociationJouni Malinen2010-04-041-5/+4
* FT: Force key configuration after association in FT-over-DSJouni Malinen2010-04-041-1/+1
* Fix Windows compilation issues with AP mode codeJouni Malinen2010-04-041-4/+0
* MFP: Fix IGTK PN in group rekeyingJouni Malinen2010-03-291-1/+2
* FT: Fix PTK configuration in authenticatorJouni Malinen2010-03-131-0/+5
* IBSS RSN: Check explicitly that WPA auth sm assoc call succeededJouni Malinen2010-01-101-12/+11
* Avoid a theoretical use-after-free in WPA auth sm initJouni Malinen2010-01-101-5/+8
* Share the same enum for MFP configurationJouni Malinen2010-01-031-2/+2
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-3/+3
* Include header files explicitly in *.c, not via header filesJouni Malinen2009-12-261-0/+1
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-261-0/+2475