index
:
hostap-history
master
hostapd/wpa_supplicant history start-0.6.3
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hostapd
/
wpa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added EAPOL-Key Request handler:
Jouni Malinen
2004-05-03
1
-6/+67
*
Added STADisconnect() function for WPA. Added couple of previously
Jouni Malinen
2004-05-03
1
-7/+16
*
Added separate replay counter space for EAPOL-Key Requests and verify
Jouni Malinen
2004-05-03
1
-3/+31
*
Fixed PMKSA cache notification to use AUTHENTICATING, not
Jouni Malinen
2004-04-11
1
-1/+2
*
Fixed struct l2_ethhdr to be packed to fix problems on many non-x86
Jouni Malinen
2004-04-11
1
-1/+1
*
Fixed couple of memleaks in WPA/RSN code.
Jouni Malinen
2004-04-08
1
-0/+1
*
Fixed GInit use to initialize the global authenticator state machine only
Jouni Malinen
2004-04-08
1
-2/+7
*
Removed unnecessary GTK key setting from GTK_INIT since it will be done in
Jouni Malinen
2004-04-08
1
-2/+0
*
Set Secure=0 for WPA in msg 3/4, it is 1 only with RSN.
Jouni Malinen
2004-04-08
1
-1/+3
*
Fixed a memory leak on error recovery path.
Jouni Malinen
2004-04-08
1
-1/+3
*
Removed GKeyReady since it is not used anymore in new IEEE 802.11i draft.
Jouni Malinen
2004-04-08
1
-3/+1
*
Update Authenticator state machines to new draft, IEEE
Jouni Malinen
2004-04-07
1
-77/+107
*
Fixed a bug in preauth interface deinitialization (this caused a
Jouni Malinen
2004-04-07
1
-2/+2
*
Fixed silly operator bugs, < vs <<.
Jouni Malinen
2004-04-07
1
-3/+3
*
Fixed pmksa_cache_free_entry() to remove PMKSA cache entry from the main
Jouni Malinen
2004-04-05
1
-0/+14
*
Added support for IEEE 802.11i/RSN pre-authentication:
Jouni Malinen
2004-04-04
1
-4/+246
*
Fixed PMKID/PMKSA cache processing:
Jouni Malinen
2004-04-01
1
-13/+27
*
Fixed interaction between EAPOL and WPA Authenticator state machines
Jouni Malinen
2004-03-31
1
-6/+23
*
The card crash when sending disassociation frame after 4-Way Handshake
Jouni Malinen
2004-03-31
1
-5/+2
*
Started to use distinct EAPOL-Key Key Descriptor for RSN (2 instead of
Jouni Malinen
2004-03-30
1
-1/+2
*
Added preliminary (untested) implementation of PMKSA caching.
Jouni Malinen
2004-03-30
1
-8/+265
*
Changed ntohs() into htons() for cases where host byte order is being
Jouni Malinen
2004-03-28
1
-3/+3
*
Added preliminary implementation of IEEE 802.11i/RSN (WPA2):
Jouni Malinen
2004-03-26
1
-57/+390
*
sta->wpa was already used to record WPA version (WPA vs. full IEEE
Jouni Malinen
2004-03-22
1
-5/+7
*
Fixed EAPOL-Key replay counter verification to actually stop
Jouni Malinen
2004-03-22
1
-0/+1
*
Added PInitAKeys variable from IEEE 802.11i/D3.0 to trigger Group Key
Jouni Malinen
2004-03-22
1
-2/+9
*
Clear PTK when STA reauthenticates to accept the following 2/4 msg of
Jouni Malinen
2004-03-22
1
-0/+2
*
Fixed WPA IE generation to support multiple pairwise cipher and key
Jouni Malinen
2004-03-04
1
-17/+41
*
Added support for rekeying GMK and GTK.
Jouni Malinen
2004-02-21
1
-2/+66
*
Allow PTK Group Key state machine to be used only when PTK state
Jouni Malinen
2004-02-21
1
-0/+7
*
Changed state machine step function to use a separate changed flag
Jouni Malinen
2004-02-21
1
-9/+8
*
Set port authorization flag in WPA state machines when using WPA-PSK.
Jouni Malinen
2004-02-21
1
-0/+5
*
Fixed Group Key message sender to set install bit to !Pair (= 0), not
Jouni Malinen
2004-02-21
1
-1/+2
*
Use correct key index (GN, not GN-1) when configuring, reading, and
Jouni Malinen
2004-02-21
1
-4/+4
*
Use wpa_group_state WPA_GROUP_NOT_YET_INITIALIZED instead of separate
Jouni Malinen
2004-02-21
1
-2/+3
*
Added keyRun and keyDone variables for the EAPOL state machines from
Jouni Malinen
2004-02-17
1
-7/+30
*
Added preliminary implementation of WPA Authenticator state machines:
Jouni Malinen
2004-02-17
1
-2/+992
*
Added preliminary code for WPA:
Jouni Malinen
2004-02-15
1
-0/+318