P2P: Use the same Dialog Token value for every GO Negotiation retry
[mech_eap.git] / src / rsn_supp /
2013-01-12 Jouni MalinenTDLS: Use merge_byte_arrays() helper
2012-12-16 Jouni MalinenWNM: Use CONFIG_WNM more consistently
2012-12-16 Jouni MalinenWNM: Fix GTK/IGTK parsing for WNM-Sleep Mode Response...
2012-11-25 Dan WilliamsPMKSA: Clear current cache entry on disassociation
2012-11-25 Dan WilliamsPMKSA: Make deauthentication due to cache entry removal...
2012-11-24 Jouni MalinenIndicate if PMF was negotiated for the connection
2012-11-05 Jouni MalinenRemove unused wpa_supplicant_disassociate()
2012-11-05 Jouni MalinenUse deauthentication instead of disassociation on RSN...
2012-09-30 Jouni MalinenReserve AKM and cipher suite values
2012-09-30 Jouni MalinenAdd initial parts for SAE
2012-08-30 Jouni MalinenMove WPA cipher information into a shared location
2012-08-29 Jouni MalinenAdd support for using GCMP cipher from IEEE 802.11ad
2012-08-10 Jouni MalinenPMKSA: Set cur_pmksa pointer during initial association
2012-08-10 Dan WilliamsPMKSA: Do not evict active cache entry when adding...
2012-08-01 Xi ChenWNM: Add WNM-Sleep Mode for station mode
2012-03-30 Subrat DashTDLS: Add support for TDLS frame RX with bridge interfaces
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-02-11 Antonio QuartulliFix pmksa_cache_get() arguments in !IEEE80211_X_EAPOL...
2012-02-04 Jouni MalinenUse PMKSA cache entries with only a single network...
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
next