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