Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto.h83 #define IEEE80211_KEY_SWENCRYPT 0x00000010 /* host-based encrypt */ macro
112 (IEEE80211_KEY_SWENCRYPT | IEEE80211_KEY_SWDECRYPT)
H A Dieee80211_crypto_ccmp.c134 if (k->wk_flags & IEEE80211_KEY_SWENCRYPT) in ccmp_setkey()
202 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in ccmp_encap()
H A Dieee80211_crypto_wep.c215 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in wep_encap()
H A Dieee80211_crypto_tkip.c227 if ((k->wk_flags & IEEE80211_KEY_SWENCRYPT) && in tkip_encap()
H A Dieee80211_output.c1366 if (key->wk_flags & (IEEE80211_KEY_SWENCRYPT|IEEE80211_KEY_SWENMIC)) { in ieee80211_mbuf_adjust()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c2845 if (k != NULL && !(k->wk_flags & IEEE80211_KEY_SWENCRYPT)) { in rsu_tx_start()