]> git.ipfire.org Git - thirdparty/hostap.git/history - wpa_supplicant/ibss_rsn.c
offchannel: Use wpas_get_tx_interface() src parameter more consistently
[thirdparty/hostap.git] / wpa_supplicant / ibss_rsn.c
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