Home
last modified time | relevance | path

Searched refs:IEEE80211_KEY_SWENCRYPT (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_crypto.h85 #define IEEE80211_KEY_SWENCRYPT 0x00000010 /* host-based encrypt */ macro
114 (IEEE80211_KEY_SWENCRYPT | IEEE80211_KEY_SWDECRYPT)
H A Dieee80211_crypto_ccmp.c136 if (k->wk_flags & IEEE80211_KEY_SWENCRYPT) in ccmp_setkey()
204 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in ccmp_encap()
H A Dieee80211_crypto_wep.c217 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in wep_encap()
H A Dieee80211_crypto_tkip.c229 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in tkip_encap()
H A Dieee80211_output.c1354 if (key->wk_flags & (IEEE80211_KEY_SWENCRYPT|IEEE80211_KEY_SWENMIC)) { in ieee80211_mbuf_adjust()