]> git.ipfire.org Git - thirdparty/hostap.git/history - wpa_supplicant/ibss_rsn.c
Introduce and add key_flag
[thirdparty/hostap.git] / wpa_supplicant / ibss_rsn.c
2020-01-09  Alexander WetzelIntroduce and add key_flag
2020-01-06  Markus TheilRSN IBSS: Fix EAPOL TX using control port
2020-01-05  Markus TheilAdd no_encrypt flag for control port TX
2020-01-05  Brendan Jackmanwpa_supplicant: Send EAPOL frames over nl80211 where...
2020-01-03  Jouni MalinenIBSS RSN: Use send_mlme() instead of send_frame() for...
2019-10-17  Jouni MalinenStore a copy of Association Request RSNXE in AP mode...
2019-10-15  Jouni MalinenRSN: Verify RSNXE match between Beacon/ProbeResp and...
2019-04-22  Jouni MalinenReplace int status/reason_code with u16 variable
2019-02-21  Lior DavidFix cipher suite selector default value in RSNE for DMG
2019-02-14  Jouni MalinenVLAN assignment based on used WPA/WPA2 passphrase/PSK
2017-10-08  Jouni MalinenOWE: Support DH groups 20 (NIST P-384) and 21 (NIST...
2017-03-12  Jouni MalinenOWE: Process Diffie-Hellman Parameter element in AP...
2017-03-07  Johannes BergUse os_memdup()
2017-02-06  Günther KelleterAdd hostapd options wpa_group_update_count and wpa_pair...
2017-01-29  Johannes Bergwpa_auth: Make struct wpa_auth_callbacks const
2017-01-14  Jouni MalinenRSN IBSS: Fix TK clearing on Authentication frame RX
2016-08-13  Jouni MalinenIBSS: Fix a memory leak on RSN error path
2016-08-13  Jouni MalinenAdd group_rekey parameter for IBSS
2016-02-18  Masashi HonmaSAE: Fix PMKID calculation for PMKSA cache
2015-09-05  Jouni MalinenRSN IBSS: Fix segfault on error path
2015-05-03  Eduardo AbinaderIBSS: Check ibss_rsn init before starting new IBSS...
2014-12-11  Jouni MalinenRemove unused send_eapol() driver op
2014-10-18  Jouni MalinenSAE: Add support for PMKSA caching on the station side
2013-12-24  Johannes BergIBSS RSN: Use monotonic time for reinit detection
2013-09-01  Jouni MalinenP2P: Select PSK based on Device Address instead of...
2013-09-01  Jouni MalinenP2P: Make peer's P2P Device Address available to authen...
2013-08-27  Jouni MalinenIBSS RSN: Add a timeout for Authentication frame exchange
2013-08-26  Jouni MalinenIBSS RSN: Work around Data RX vs. Authentication RX...
2013-08-25  Jouni MalinenIBSS RSN: Add IBSS-RSN-COMPLETED event message
2013-07-21  Antonio QuartulliIBSS RSN: Add peer restart detection
2013-06-07  Bharat BhushanIBSS RSN: Implement disconnect() callback using sta_dea...
2012-02-12  Antonio QuartulliIBSS RSN: Support authorization
2012-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2012-01-29  Antonio QuartulliIBSS RSN: Provide ibss_rsn_get_peer() helper function
2011-12-11  Johannes BergIBSS: fix RSN key initialisation
2011-11-18  Jouni MalinenMark local functions static
2011-04-14  Jouni MalinenIBSS RSN: peer->addr is an array so it cannot be NULL
2011-03-23  Jouni MalinenRSN IBSS: Restart IBSS state machines for each new...
2011-03-18  Xi ChenIBSS RSN: Clear IBSS RSN peers based on peer lost events
2011-03-16  Xi ChenIBSS RSN: Enable group rekeying every 10 minutes
2011-03-16  Xi ChenIBSS RSN: Add for_each_sta handler for authenticator
2011-03-16  Xi ChenIBSS RSN: Add supp_get_state handler
2011-01-15  Jouni MalinenIBSS RSN: Do not start multiple Auth/Supp for same...
2011-01-15  Jouni MalinenIBSS RSN: Delay setting of the initial TX GTK
2010-12-05  Jouni MalinenRSN IBSS: RX GTK configuration with nl80211
2010-01-10  Jouni MalinenIBSS RSN: Explicitly check addr != NULL before passing...
2010-01-10  Jouni MalinenIBSS RSN: Check explicitly that WPA auth sm assoc call...
2009-12-26  Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-24  Jouni MalinenMove generic AP functionality implementation into src/ap
2009-12-04  Jouni MalinenIBSS RSN: Add more verbose debug info for key setup
2009-11-29  Jouni MalinenFix IBSS RSN build
2009-11-29  Jouni MalinenRemove src/rsn_supp from default header path
2009-01-17  Jouni MalinenIBSS RSN: Added key configuration
2009-01-17  Jouni MalinenAdded a separate ctx pointer for wpa_msg() calls in...
2009-01-17  Jouni MalinenIBSS RSN: Set the PSK based on network configuration
2009-01-17  Jouni MalinenIBSS RSN: Set more hardcoded RSN IEs for now
2009-01-17  Jouni MalinenIBSS RSN: Added couple of required WPA supplicant callb...
2009-01-17  Jouni MalinenProcess received EAPOL frames in IBSS RSN code if in...
2009-01-15  Jouni MalinenFixed auth_send_eapol() to use correct ctx structure
2009-01-15  Jouni MalinenUse a hardcoded RSN IE for testing to start Authenticator
2009-01-15  Jouni MalinenImplement EAPOL sending callbacks for IBSS RSN
2009-01-14  Jouni MalinenAdded initial step for IBSS RSN support