Searched refs:IEEE80211_KEY_SWENCRYPT (Results 1 – 7 of 7) sorted by relevance
83 #define IEEE80211_KEY_SWENCRYPT 0x00000010 /* host-based encrypt */ macro112 (IEEE80211_KEY_SWENCRYPT | IEEE80211_KEY_SWDECRYPT)
190 if (k->wk_flags & IEEE80211_KEY_SWENCRYPT) in gcmp_setkey()258 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in gcmp_encap()
209 if (k->wk_flags & IEEE80211_KEY_SWENCRYPT) in ccmp_setkey()277 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in ccmp_encap()
215 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in wep_encap()
227 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in tkip_encap()
1365 if (key->wk_flags & (IEEE80211_KEY_SWENCRYPT|IEEE80211_KEY_SWENMIC)) { in ieee80211_mbuf_adjust()
2845 if (k != NULL && !(k->wk_flags & IEEE80211_KEY_SWENCRYPT)) { in rsu_tx_start()