index
:
external_wpa_supplicant_8_ti.git
master
external wpa supplicant 8 ti
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ap
/
wpa_auth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the GPL notification from files contributed by Jouni Malinen
Jouni Malinen
2012-02-11
1
-8
/
+2
*
wpa_auth: Fix race in rejecting 4-way handshake for entropy
Nicolas Cavallari
2012-01-29
1
-8
/
+9
*
Work around interop issue with WPA type EAPOL-Key 4/4 in WPA2 mode
Jouni Malinen
2012-01-22
1
-1
/
+8
*
Allow SNonce update after sending EAPOL-Key 3/4 if 1/4 was retransmitted
Jouni Malinen
2012-01-02
1
-17
/
+88
*
Remove obsolete comment on removed PTK rekeying operation
Jouni Malinen
2011-12-24
1
-3
/
+0
*
Increase initial group key handshake retransmit timeout to 500 ms
Jouni Malinen
2011-12-24
1
-3
/
+5
*
Drop priority level of the logger message for unexpected replay counter
Jouni Malinen
2011-12-24
1
-1
/
+1
*
AP: Improve disconnect and timeout related logging
Ben Greear
2011-12-10
1
-0
/
+1
*
Fix the debug message in the previous commit
Jouni Malinen
2011-11-17
1
-2
/
+2
*
Set Secure=1 for EAPOL-Key msg 3/4 in WPA conditional on 2/4
Jouni Malinen
2011-11-17
1
-0
/
+18
*
Configure new GTK/IGTK to driver in case of TKIP countermeasures
Yoni Divinsky
2011-10-30
1
-0
/
+1
*
Ignore Michael MIC failure reports if cipher is not TKIP
Jouni Malinen
2011-10-30
1
-3
/
+14
*
Move Michael MIC error report processing into separate function
Jouni Malinen
2011-10-30
1
-11
/
+23
*
AP: Reorder WPA/Beacon initialization
Jouni Malinen
2011-08-09
1
-6
/
+25
*
Allow PMKSA caching to be disabled on Authenticator
Jouni Malinen
2011-07-05
1
-1
/
+2
*
Fix a typo in a MIB variable in hostapd ctrl_interface
Jouni Malinen
2011-04-05
1
-1
/
+1
*
Work around SNonce updates on EAPOL-Key 1/4 retransmission
Jouni Malinen
2011-03-29
1
-1
/
+39
*
Make GKeyDoneStations counting able to recover from mismatches
Jouni Malinen
2011-03-23
1
-7
/
+16
*
Decrement GKeyDoneStations in WPA authenticator when STA is freed
Jouni Malinen
2011-03-23
1
-0
/
+4
*
Avoid preprocessor directives in macro arguments
Iain Hibbert
2011-02-27
1
-5
/
+7
*
Add more wpa_auth debugging messages
Ben Greear
2011-02-24
1
-1
/
+13
*
WPA: Add more info for EAPOL-Key Nonce/MIC debugging
Jouni Malinen
2011-01-15
1
-0
/
+7
*
Use set_key addr to distinguish default and multicast keys
Jouni Malinen
2011-01-09
1
-3
/
+3
*
Use key=NULL when clearing PTK with set_key
Jouni Malinen
2011-01-09
1
-2
/
+1
*
hostapd: Verify availability of random data when using WPA/WPA2
Jouni Malinen
2010-11-24
1
-0
/
+30
*
Maintain internal entropy pool for augmenting random number generation
Jouni Malinen
2010-11-24
1
-0
/
+1
*
Annotate places depending on strong random numbers
Jouni Malinen
2010-11-24
1
-4
/
+5
*
Re-initialize GMK and Key Counter on first station connection
Jouni Malinen
2010-11-24
1
-21
/
+79
*
Report errors from key derivation/configuration
Jouni Malinen
2010-11-23
1
-23
/
+36
*
Mix in more data to GTK/IGTK derivation
Jouni Malinen
2010-11-23
1
-19
/
+32
*
Fix WPA state machine initialization on WPA_REAUTH if needed
Jouni Malinen
2010-04-23
1
-0
/
+18
*
FT: Validate MDIE and FTIE in FT 4-way handshake message 2/4
Jouni Malinen
2010-04-10
1
-13
/
+56
*
FT: Add FTIE, TIE[ReassocDeadline], TIE[KeyLifetime] to EAPOL-Key 3/4
Jouni Malinen
2010-04-10
1
-3
/
+41
*
Parse EAPOL-Key msg 2/4 Key Data IEs/KDEs before checking RSN/WPA IE
Jouni Malinen
2010-04-10
1
-4
/
+20
*
FT: Fix FT 4-Way Handshake to include PMKR1Name in messages 2 and 3
Jouni Malinen
2010-04-07
1
-2
/
+59
*
FT: Re-set PTK on reassociation
Jouni Malinen
2010-04-04
1
-5
/
+4
*
FT: Force key configuration after association in FT-over-DS
Jouni Malinen
2010-04-04
1
-1
/
+1
*
Fix Windows compilation issues with AP mode code
Jouni Malinen
2010-04-04
1
-4
/
+0
*
MFP: Fix IGTK PN in group rekeying
Jouni Malinen
2010-03-29
1
-1
/
+2
*
FT: Fix PTK configuration in authenticator
Jouni Malinen
2010-03-13
1
-0
/
+5
*
IBSS RSN: Check explicitly that WPA auth sm assoc call succeeded
Jouni Malinen
2010-01-10
1
-12
/
+11
*
Avoid a theoretical use-after-free in WPA auth sm init
Jouni Malinen
2010-01-10
1
-5
/
+8
*
Share the same enum for MFP configuration
Jouni Malinen
2010-01-03
1
-2
/
+2
*
Get rid of unnecessary typedefs for enums.
Jouni Malinen
2009-12-26
1
-3
/
+3
*
Include header files explicitly in *.c, not via header files
Jouni Malinen
2009-12-26
1
-0
/
+1
*
Rename some src/ap files to avoid duplicate file names
Jouni Malinen
2009-12-26
1
-0
/
+2475