index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rsn_supp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use wpa_msg() instead of wpa_printf()
Ben Greear
2011-02-10
1
-227/+293
*
WPA: Add more info for EAPOL-Key Nonce/MIC debugging
Jouni Malinen
2011-01-15
1
-0/+4
*
Use set_key addr to distinguish default and multicast keys
Jouni Malinen
2011-01-09
2
-12/+7
*
Annotate places depending on strong random numbers
Jouni Malinen
2010-11-23
3
-7/+10
*
Share WPA IE parser function for RSN authenticator/supplicant
Jouni Malinen
2010-11-12
1
-138/+0
*
wlantest: Parse Key Data KDEs and store GTK and IGTK
Jouni Malinen
2010-11-09
1
-0/+2
*
Fix RSN preauth candidate list clearing to avoid segfaults
Daniel Gryniewicz
2010-08-14
1
-1/+4
*
Fix fallback from failed PMKSA caching into full EAP authentication
Jouni Malinen
2010-05-01
1
-1/+9
*
Remove unnecessary SUBDIRS loops from src/*/Makefile
Jouni Malinen
2010-04-17
1
-1/+0
*
FT: Fix wpa_sm_set_ft_params wrapper for non-FT build
Jouni Malinen
2010-04-11
1
-2/+1
*
Fix wpa_sm_has_ptk() no-WPA wrapper location
Jouni Malinen
2010-04-11
1
-5/+5
*
SME: Do not try to use FT over-the-air if PTK is not available
Jouni Malinen
2010-04-10
2
-0/+14
*
FT: Verify that MDIE and FTIE matches between AssocResp and EAPOL-Key 3/4
Jouni Malinen
2010-04-10
1
-5/+62
*
Split EAPOL-Key msg 3/4 Key Data validation into helper functions
Jouni Malinen
2010-04-10
1
-41/+75
*
Add more verbose debugging for EAPOL-Key Key Data field IEs/KDEs
Jouni Malinen
2010-04-10
2
-0/+47
*
FT: Copy MDIE and FTIE from (Re)Association Response into EAPOL-Key 2/4
Jouni Malinen
2010-04-10
3
-3/+36
*
FT: Clean up wpa_sm_set_ft_params() by using common parse
Jouni Malinen
2010-04-10
2
-48/+56
*
FT: Validate protect IE count in FTIE MIC Control
Jouni Malinen
2010-04-09
1
-1/+7
*
FT: Validate SNonce and ANonce values during FT Protocol in supplicant
Jouni Malinen
2010-04-09
1
-0/+28
*
FT: Set FT Capability and Policy properly in MDIE during initial MD assoc
Jouni Malinen
2010-04-09
2
-2/+7
*
FT: Copy FT Capability and Policy to MDIE from target AP
Jouni Malinen
2010-04-09
3
-12/+21
*
FT: Add R1KH-ID into FT auth seq 3rd message (Reassoc Req)
Jouni Malinen
2010-04-09
1
-1/+8
*
Fix compiler warning on non-802.11r build
Jouni Malinen
2010-04-08
1
-3/+1
*
FT: Fix GTK subelement format in FTIE
Jouni Malinen
2010-04-07
1
-9/+9
*
FT: Fix FT 4-Way Handshake to include PMKR1Name in messages 2 and 3
Jouni Malinen
2010-04-07
2
-7/+63
*
Add a drop_sa command to allow 802.11w testing
Jouni Malinen
2010-03-29
2
-0/+16
*
MFP: Add MFPR flag into station RSN IE if 802.11w is mandatory
Jouni Malinen
2010-03-29
4
-2/+9
*
FT: Clean EAPOL supp portValid to force re-entry to AUTHENTICATED
Jouni Malinen
2010-03-13
1
-1/+6
*
FT: Add driver op for marking a STA authenticated
Jouni Malinen
2010-03-13
3
-0/+10
*
FT: Add a workaround to set PTK after reassociation
Jouni Malinen
2010-03-13
2
-9/+29
*
Use zero address when reporting unknown peer in SMK error
Jouni Malinen
2010-01-10
1
-0/+2
*
Convert RSN pre-authentication to use struct dl_list
Jouni Malinen
2010-01-06
3
-43/+33
*
Get rid of unnecessary typedefs for enums.
Jouni Malinen
2009-12-26
4
-11/+12
*
Fix rsn_preauth_scan_result() inline wrapper for no-EAP builds
Jouni Malinen
2009-12-06
1
-2/+2
*
Remove src/crypto from default include path
Jouni Malinen
2009-11-29
4
-14/+12
*
Remove src/common from default header file path
Jouni Malinen
2009-11-29
6
-9/+9
*
Split scan processing for RSN preauthentication into parts
Jouni Malinen
2009-11-29
2
-44/+49
*
Move definitions away from hostapd_defs.h
Jouni Malinen
2009-11-23
1
-8/+0
*
Add AP mode WPA status into ctrl_iface
Jouni Malinen
2009-10-16
1
-61/+0
*
Verify that EAPOL-Key MIC generation succeeds
Jouni Malinen
2009-08-16
1
-2/+7
*
Verify that RC4 operation succeeds
Jouni Malinen
2009-08-16
1
-2/+8
*
Move RC4 into crypto.h as a replaceable crypto function
Jouni Malinen
2009-08-16
1
-1/+1
*
Add root .gitignore file to cleanup ignore lists
Jouni Malinen
2009-06-29
1
-1/+0
*
Disconnect if 4-way handshake processing fails
Jouni Malinen
2009-04-20
1
-18/+38
*
Fix SHA-256-based KDF when using CCMP as the pairwise cipher
Jouni Malinen
2009-04-01
3
-9/+11
*
FT: Add RIC Request processing and RIC Response generation
Jouni Malinen
2009-03-09
1
-7/+60
*
FT: Add RIC Request generation and validation (but not processing)
Jouni Malinen
2009-03-09
2
-12/+28
*
Allow SHA256-based key handshake to be used without 802.11r
Jouni Malinen
2009-02-19
1
-2/+2
*
Improved 'make install' (use BINDIR/LIBDIR, install shared objects)
Daniel Mierswa
2009-02-15
1
-0/+3
*
Added a separate ctx pointer for wpa_msg() calls in WPA supp
Jouni Malinen
2009-01-17
4
-28/+30
[next]