summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto.h
AgeCommit message (Expand)Author
2017-08-18Clear WPA group keys from memory before initiating a key exchangeStefan Sperling
2016-12-17Complete our half-done implementation of TKIP countermeasures in hostap mode.Stefan Sperling
2015-12-05Keep kernel definitions under _KERNEL to unbreak security/wpa_supplicantMartin Pieuchot
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2008-09-27Initial implementation of PMKSA caching and pre-authentication.Damien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-12new SHA-256 based AKMPs.Damien Bergamini
2008-08-12add new IEEE80211_CIPHER_AES128_CMAC cipher and new key flagDamien Bergamini
2008-08-12Welcome BIP: the Broadcast/Multicast Integrity Protocol definedDamien Bergamini
2008-08-12add replay counter for management frames.Damien Bergamini
2008-08-12get rid of the map_ptk()/map_gtk() functions, just inline themDamien Bergamini
2008-08-12simplify ieee80211_derive_ptk() prototype.Damien Bergamini
2008-04-21move ieee80211_auth_open() to ieee80211_proto.cDamien Bergamini
2008-04-21- do not process ethernet PAE frames if RSN is not enabledDamien Bergamini
2008-04-18extend the if_ethersubr.c crc functions to support updating a runningDamien Miller
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2007-08-23add pseudo-header definition for TKIP MIC computation.Damien Bergamini
2007-08-22add a ieee80211_get_txkey() function to determine the key to use forDamien Bergamini
2007-08-22- add k_rxmic and k_txmic fields to struct ieee80211_key to store theDamien Bergamini
2007-08-01add generic ieee80211_encrypt() and ieee80211_decrypt() functions thatDamien Bergamini
2007-08-01add a TSC field to the key structure. it will be used to store theDamien Bergamini
2007-07-28extend the ieee80211_key structure with a key identifier, a flags fieldDamien Bergamini
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-06-06The license permits us to redistribute this code under the BSD or the GPLv2.Damien Bergamini
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller