]> git.ipfire.org Git - thirdparty/hostap.git/history - src/ap/wpa_auth_ie.c
OWE: Remove check for unexpected DH Parameter IE use with other AKMs
[thirdparty/hostap.git] / src / ap / wpa_auth_ie.c
2020-04-03  Jouni MalinenOWE: Remove check for unexpected DH Parameter IE use...
2020-03-28  Jouni MalinenDPP2: Allow AP to require or reject PFS
2020-03-28  Jouni MalinenReturn an enum from wpa_validate_wpa_ie()
2020-03-23  Alexander WetzelAP: Support Extended Key ID
2019-10-18  Jouni MalinenMerge wpa_supplicant and hostapd EAPOL-Key KDE parsers
2019-10-17  Jouni MalinenAdd RSNXE into AP KDE parser
2019-10-17  Jouni MalinenStore a copy of Association Request RSNXE in AP mode...
2019-10-15  Jouni MalinenSAE: Advertise Extended RSN Capabilities when H2E is...
2019-09-08  Jouni MalinenRemove CONFIG_IEEE80211W build parameter
2019-05-22  Jouni MalinenFILS: Add RSNE into (Re)Association Response frame
2019-03-17  Jouni MalinenOWE: Allow Diffie-Hellman Parameter element to be inclu...
2019-03-13  Jouni MalinenFILS+FT: AP mode processing of PMKR1Name in initial...
2019-02-21  Lior DavidFix cipher suite selector default value in RSNE for DMG
2019-01-06  Janusz Dziedzichostapd: Work around an interop connection issue in...
2018-12-16  Mathy VanhoefOCV: Parse all types of OCI information elements
2018-12-16  Mathy VanhoefOCV: Track STA OCV capability in AP mode
2018-12-16  Mathy VanhoefOCV: Advertise OCV capability in RSN capabilities (AP)
2018-12-02  Jouni MalinenOWE: Fix association rejection behavior
2018-11-27  Jouni MalinenOWE: Fix a compiler warning in non-testing build
2018-10-14  Hauke MehrtensSAE: Do not ignore option sae_require_mfp
2018-06-04  Jouni MalinenFT: SHA384-based AKM in RSNE processing
2018-05-29  Jouni MalinenHS 2.0: Allow OSEN connection to be enabled in an RSN BSS
2018-03-19  Ashok PonnaiahOWE: Clean up pointer check in a testing code path
2018-02-12  Ashok PonnaiahOWE: Add testing RSNE for OWE assoc response with drive...
2018-02-07  Ashok PonnaiahSAE: Reject request with mismatching PMKID (no PMKSA...
2017-12-27  Jouni MalinenFix MFP-enabled test for disallowed TKIP
2017-12-27  Jouni MalinenSAE: Add option to require MFP for SAE associations
2017-10-15  Jouni MalinenRemove all PeerKey functionality
2017-10-09  Jouni MalinenOWE: PMKSA caching in AP mode
2017-10-08  Jouni MalinenOWE: Include RSNE in (Re)Association Response frame
2017-06-19  Jouni MalinenDPP: Add new AKM
2017-03-12  Jouni MalinenOWE: Process Diffie-Hellman Parameter element in AP...
2017-03-12  Jouni MalinenOWE: Define and parse OWE AKM selector
2016-11-26  Will GlynnFT: Explicitly check for MDE not present in non-FT...
2016-10-29  Ilan PeerFT: Differentiate between FT for station and for AP...
2016-10-10  Jouni MalinenFILS: Allow hostapd to select FILS AKM for connection
2016-10-10  Jouni MalinenFILS: Add AKM definitions
2016-02-17  Michael Braunradius: Add tagged VLAN parsing
2016-02-17  Michael BraunVLAN: Separate station grouping and uplink configuration
2015-10-25  Jouni MalinenRSN auth: Avoid undefined behavior in pointer arithmetic
2015-08-08  Jouni Malinenhostapd: Add testing option to override own WPA/RSN...
2015-08-06  Jouni MalinenFT: Remove optional fields from RSNE when using PMF
2015-01-26  Jouni MalinenAdd Suite B 192-bit AKM
2014-11-16  Jouni MalinenSuite B: Add AKM 00-0F-AC:11
2014-04-29  Jouni MalinenMake PMKID check easier for static analyzers
2014-03-14  Jouni MalinenAllow management group cipher to be configured
2014-02-25  Jouni MalinenHS 2.0R2 AP: Add OSEN implementation
2014-01-27  Jouni MalinenP2P: Add support for IP address assignment in 4-way...
2013-01-13  Jouni MalinenMove cipher suite selection into common helper functions
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-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2011-11-24  Jouni MalinenUse wpa_key_mgmt_*() helpers
2011-03-21  Jouni Malinenhostapd: Add testing mode for RSN element extensions
2010-11-12  Jouni MalinenShare WPA IE parser function for RSN authenticator...
2010-04-10  Jouni MalinenFT: Validate MDIE and FTIE in FT 4-way handshake messag...
2010-01-03  Jouni MalinenShare the same enum for MFP configuration
2009-12-25  Jouni MalinenInclude header files explicitly in *.c, not via header...
2009-12-25  Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-24  Jouni MalinenMove generic AP functionality implementation into src/ap