aboutsummaryrefslogtreecommitdiffstats
path: root/src/rsn_supp
Commit message (Expand)AuthorAgeFilesLines
...
* TDLS: Fix terminology to match with IEEE 802.11zJouni Malinen2011-03-061-105/+100
* TDLS: Move TPK M1 sending to a separate functionJouni Malinen2011-03-061-169/+178
* TDLS: Allow unencrypted network negotiation through wpa_supplicantJouni Malinen2011-03-061-225/+281
* TDLS: Clean up and fix Key Lifetime processingJouni Malinen2011-03-061-150/+115
* TDLS: Add new testing modes for TPK lifetime testingJouni Malinen2011-03-061-0/+24
* TDLS: Clear peer entries on association/disassociationJouni Malinen2011-03-063-12/+45
* TDLS: Add a special testing feature for changing TDLS behaviorJouni Malinen2011-03-061-0/+95
* TDLS: Add initial support for TDLS (IEEE Std 802.11z-2010)Ganesh Prasadh2011-03-065-4/+1745
* Clear PeerKey pointer on deinitJouni Malinen2011-03-061-0/+1
* 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-092-12/+7
* Annotate places depending on strong random numbersJouni Malinen2010-11-243-7/+10
* Share WPA IE parser function for RSN authenticator/supplicantJouni Malinen2010-11-121-138/+0
* wlantest: Parse Key Data KDEs and store GTK and IGTKJouni Malinen2010-11-091-0/+2
* Fix RSN preauth candidate list clearing to avoid segfaultsDaniel Gryniewicz2010-08-141-1/+4
* Fix fallback from failed PMKSA caching into full EAP authenticationJouni Malinen2010-05-011-1/+9
* Remove unnecessary SUBDIRS loops from src/*/MakefileJouni Malinen2010-04-171-1/+0
* FT: Fix wpa_sm_set_ft_params wrapper for non-FT buildJouni Malinen2010-04-111-2/+1
* Fix wpa_sm_has_ptk() no-WPA wrapper locationJouni Malinen2010-04-111-5/+5
* SME: Do not try to use FT over-the-air if PTK is not availableJouni Malinen2010-04-102-0/+14
* 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
* Add more verbose debugging for EAPOL-Key Key Data field IEs/KDEsJouni Malinen2010-04-102-0/+47
* FT: Copy MDIE and FTIE from (Re)Association Response into EAPOL-Key 2/4Jouni Malinen2010-04-103-3/+36
* FT: Clean up wpa_sm_set_ft_params() by using common parseJouni Malinen2010-04-102-48/+56
* FT: Validate protect IE count in FTIE MIC ControlJouni Malinen2010-04-091-1/+7
* FT: Validate SNonce and ANonce values during FT Protocol in supplicantJouni Malinen2010-04-091-0/+28
* FT: Set FT Capability and Policy properly in MDIE during initial MD assocJouni Malinen2010-04-092-2/+7
* FT: Copy FT Capability and Policy to MDIE from target APJouni Malinen2010-04-093-12/+21
* FT: Add R1KH-ID into FT auth seq 3rd message (Reassoc Req)Jouni Malinen2010-04-091-1/+8
* Fix compiler warning on non-802.11r buildJouni Malinen2010-04-081-3/+1
* FT: Fix GTK subelement format in FTIEJouni Malinen2010-04-071-9/+9
* FT: Fix FT 4-Way Handshake to include PMKR1Name in messages 2 and 3Jouni Malinen2010-04-072-7/+63
* Add a drop_sa command to allow 802.11w testingJouni Malinen2010-03-292-0/+16
* MFP: Add MFPR flag into station RSN IE if 802.11w is mandatoryJouni Malinen2010-03-294-2/+9
* FT: Clean EAPOL supp portValid to force re-entry to AUTHENTICATEDJouni Malinen2010-03-131-1/+6
* FT: Add driver op for marking a STA authenticatedJouni Malinen2010-03-133-0/+10
* FT: Add a workaround to set PTK after reassociationJouni Malinen2010-03-132-9/+29
* Use zero address when reporting unknown peer in SMK errorJouni Malinen2010-01-101-0/+2
* Convert RSN pre-authentication to use struct dl_listJouni Malinen2010-01-063-43/+33
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-264-11/+12
* Fix rsn_preauth_scan_result() inline wrapper for no-EAP buildsJouni Malinen2009-12-061-2/+2
* Remove src/crypto from default include pathJouni Malinen2009-11-294-14/+12
* Remove src/common from default header file pathJouni Malinen2009-11-296-9/+9
* Split scan processing for RSN preauthentication into partsJouni Malinen2009-11-292-44/+49
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-231-8/+0
* 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