]> git.ipfire.org Git - thirdparty/hostap.git/history - src/rsn_supp
Work around interop issue with WPA type EAPOL-Key 4/4 in WPA2 mode
[thirdparty/hostap.git] / src / rsn_supp /
2011-12-04  Jouni MalinenCheck wpa_supplicant_parse_ies() return value more...
2011-11-20  Jouni MalinenMove wpa_sm_remove_pmkid() call to PMKSA cache entry...
2011-11-13  Jouni MalinenRemove unnecessary include file inclusion
2011-10-27  Jouni MalinenTDLS: Do not clear peer data too early for teardown
2011-10-27  Jouni MalinenTDLS: Disable link on various error cases
2011-10-27  Jouni MalinenTDLS: Disable previous link to fix renegotiation
2011-10-27  Jouni MalinenTDLS: Fix concurrent initialization test code
2011-10-27  Jouni MalinenTDLS: Fix teardown on renegotiation
2011-10-27  Jouni MalinenTDLS: Fix long frame test for teardown
2011-10-23  Arik NemtsovTDLS: Make use of wpa_tdls_add_peer to avoid code dupli...
2011-10-23  Arik NemtsovTDLS: Support mgmt-frame Tx for ctrl-iface operations
2011-10-23  Arik NemtsovTDLS: Add peer as a STA during link setup
2011-10-23  Arik NemtsovTDLS: Collect peer capabilities and supp-rates during...
2011-10-23  Arik NemtsovTDLS: Implement low-ack event for lost TDLS peers
2011-10-23  Arik NemtsovTDLS: Support sending TDLS discovery requests
2011-10-23  Arik NemtsovTDLS: Support sending a teardown frame from usermode
2011-10-23  Arik NemtsovTDLS: Process discovery requests and send discovery...
2011-10-23  Arik NemtsovTDLS: Get TDLS related capabilities from driver
2011-10-23  Arik NemtsovTDLS: Use a valid dialog-token in a setup request
2011-10-02  Jouni MalinenClear OKC-based PMKSA caching entries if PMK is changed
2011-09-21  Pavel RoskinFix typos found by codespell
2011-09-16  Jouni MalinenRSN: Add a debug message when considing addition of...
2011-09-07  Jouni MalinenFlush PMKSA cache entries and invalidate EAP state...
2011-09-07  Jouni MalinenClear driver PMKSA cache entry on PMKSA cache expiration
2011-07-16  Jouni MalinenFT: Share IE parser implementation for Authenticator...
2011-07-16  Jouni MalinenFT: Fix FT IE parser to not count TIE as protected IE
2011-07-16  Hong WuFT: Fix the calculation of MIC Control field in FTIE
2011-07-12  Johannes Bergnl80211: Support GTK rekey offload
2011-07-05  Hong WuFT: Disable PMKSA cache for FT-IEEE8021X
2011-04-13  Jouni MalinenAvoid theoretical NULL pointer dereference from debug...
2011-04-13  Jouni MalinenTDLS: Validate FTIE length before processing it
2011-04-07  Jouni MalinenTDLS: Disable teardown MIC validation workaround
2011-03-24  Jouni MalinenTDLS: Allow TDLS to be disabled at runtime for testing...
2011-03-06  Jouni MalinenTDLS: Add tdls_testing 0x400 for ignoring AP prohibit...
2011-03-06  Jouni MalinenTDLS: Do not allow setup to be started if AP prohibits...
2011-03-06  Jouni MalinenTDLS: Add tdls_testing 0x200 for declining TDLS Setup...
2011-03-06  Jouni MalinenTDLS: Allow wpa_cli tdls_setup to start renegotiation
2011-03-06  Jouni MalinenTDLS: Add testing mode for disabling TPK expiration
2011-03-06  Jouni MalinenTDLS: Add testing code for concurrent initiation
2011-03-06  Jouni MalinenTDLS: Fix higher/lower MAC address check for concurrent...
2011-03-06  Jouni MalinenTDLS: Tear down old link when receiving TDLS Setup...
2011-03-06  Jouni MalinenTDLS: Add tdls_testing flag (bit 6) for testing long...
2011-03-06  Jouni MalinenTDLS: Use more thorough validation of TPK handshake
2011-03-06  Jouni MalinenTDLS: Replace os_memset() of all peer data with safer...
2011-03-06  Jouni MalinenTDLS: Remove unnecessary storing of Link ID IE in peer...
2011-03-06  Jouni MalinenTDLS: Fix terminology to match with IEEE 802.11z
2011-03-06  Jouni MalinenTDLS: Move TPK M1 sending to a separate function
2011-03-06  Jouni MalinenTDLS: Allow unencrypted network negotiation through...
2011-03-06  Jouni MalinenTDLS: Clean up and fix Key Lifetime processing
2011-03-06  Jouni MalinenTDLS: Add new testing modes for TPK lifetime testing
2011-03-06  Jouni MalinenTDLS: Clear peer entries on association/disassociation
2011-03-06  Jouni MalinenTDLS: Add a special testing feature for changing TDLS...
2011-03-06  Ganesh PrasadhTDLS: Add initial support for TDLS (IEEE Std 802.11z...
2011-03-06  Jouni MalinenClear PeerKey pointer on deinit
2011-02-10  Ben GreearUse wpa_msg() instead of wpa_printf()
2011-01-15  Jouni MalinenWPA: Add more info for EAPOL-Key Nonce/MIC debugging
2011-01-09  Jouni MalinenUse set_key addr to distinguish default and multicast...
2010-11-23  Jouni MalinenAnnotate places depending on strong random numbers
2010-11-12  Jouni MalinenShare WPA IE parser function for RSN authenticator...
2010-11-09  Jouni Malinenwlantest: Parse Key Data KDEs and store GTK and IGTK
2010-08-14  Daniel GryniewiczFix RSN preauth candidate list clearing to avoid segfaults
2010-05-01  Jouni MalinenFix fallback from failed PMKSA caching into full EAP...
2010-04-17  Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2010-04-11  Jouni MalinenFT: Fix wpa_sm_set_ft_params wrapper for non-FT build
2010-04-11  Jouni MalinenFix wpa_sm_has_ptk() no-WPA wrapper location
2010-04-10  Jouni MalinenSME: Do not try to use FT over-the-air if PTK is not...
2010-04-10  Jouni MalinenFT: Verify that MDIE and FTIE matches between AssocResp...
2010-04-10  Jouni MalinenSplit EAPOL-Key msg 3/4 Key Data validation into helper...
2010-04-10  Jouni MalinenAdd more verbose debugging for EAPOL-Key Key Data field...
2010-04-10  Jouni MalinenFT: Copy MDIE and FTIE from (Re)Association Response...
2010-04-10  Jouni MalinenFT: Clean up wpa_sm_set_ft_params() by using common...
2010-04-09  Jouni MalinenFT: Validate protect IE count in FTIE MIC Control
2010-04-09  Jouni MalinenFT: Validate SNonce and ANonce values during FT Protoco...
2010-04-09  Jouni MalinenFT: Set FT Capability and Policy properly in MDIE durin...
2010-04-09  Jouni MalinenFT: Copy FT Capability and Policy to MDIE from target AP
2010-04-09  Jouni MalinenFT: Add R1KH-ID into FT auth seq 3rd message (Reassoc...
2010-04-08  Jouni MalinenFix compiler warning on non-802.11r build
2010-04-07  Jouni MalinenFT: Fix GTK subelement format in FTIE
2010-04-07  Jouni MalinenFT: Fix FT 4-Way Handshake to include PMKR1Name in...
2010-03-29  Jouni MalinenAdd a drop_sa command to allow 802.11w testing
2010-03-29  Jouni MalinenMFP: Add MFPR flag into station RSN IE if 802.11w is...
2010-03-13  Jouni MalinenFT: Clean EAPOL supp portValid to force re-entry to...
2010-03-13  Jouni MalinenFT: Add driver op for marking a STA authenticated
2010-03-13  Jouni MalinenFT: Add a workaround to set PTK after reassociation
2010-01-10  Jouni MalinenUse zero address when reporting unknown peer in SMK...
2010-01-06  Jouni MalinenConvert RSN pre-authentication to use struct dl_list
2009-12-26  Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-06  Jouni MalinenFix rsn_preauth_scan_result() inline wrapper for no...
2009-11-29  Jouni MalinenRemove src/crypto from default include path
2009-11-29  Jouni MalinenRemove src/common from default header file path
2009-11-29  Jouni MalinenSplit scan processing for RSN preauthentication into...
2009-11-23  Jouni MalinenMove definitions away from hostapd_defs.h
2009-10-16  Jouni MalinenAdd AP mode WPA status into ctrl_iface
2009-08-16  Jouni MalinenVerify that EAPOL-Key MIC generation succeeds
2009-08-16  Jouni MalinenVerify that RC4 operation succeeds
2009-08-16  Jouni MalinenMove RC4 into crypto.h as a replaceable crypto function
2009-06-29  Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-04-20  Jouni MalinenDisconnect if 4-way handshake processing fails
2009-04-01  Jouni MalinenFix SHA-256-based KDF when using CCMP as the pairwise...
2009-03-09  Jouni MalinenFT: Add RIC Request processing and RIC Response generation
next