summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto.h
AgeCommit message (Expand)Author
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