Searched refs:IEEE80211_KEY_SWENCRYPT (Results 1 – 5 of 5) sorted by relevance
85 #define IEEE80211_KEY_SWENCRYPT 0x00000010 /* host-based encrypt */ macro114 (IEEE80211_KEY_SWENCRYPT | IEEE80211_KEY_SWDECRYPT)
136 if (k->wk_flags & IEEE80211_KEY_SWENCRYPT) in ccmp_setkey()204 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in ccmp_encap()
217 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in wep_encap()
229 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in tkip_encap()
1354 if (key->wk_flags & (IEEE80211_KEY_SWENCRYPT|IEEE80211_KEY_SWENMIC)) { in ieee80211_mbuf_adjust()