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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_crypto.h82 #define IEEE80211_KEY_SWENCRYPT 0x0010 /* host-based encrypt */ macro
108 (IEEE80211_KEY_SWENCRYPT | IEEE80211_KEY_SWDECRYPT)
H A Dieee80211_crypto_ccmp.c134 if (k->wk_flags & IEEE80211_KEY_SWENCRYPT)
187 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) &&
H A Dieee80211_crypto_wep.c203 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) &&
H A Dieee80211_crypto_tkip.c213 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) &&
H A Dieee80211_output.c1111 if (key->wk_flags & (IEEE80211_KEY_SWENCRYPT|IEEE80211_KEY_SWENMIC)) {

Completed in 108 milliseconds