Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto.h84 #define IEEE80211_KEY_SWDECRYPT 0x00000020 /* host-based decrypt */ macro
113 (IEEE80211_KEY_SWENCRYPT | IEEE80211_KEY_SWDECRYPT)
H A Dieee80211_crypto_wep.c254 if ((k->wk_flags & IEEE80211_KEY_SWDECRYPT) && in wep_decap()
H A Dieee80211_crypto_gcmp.c340 if ((k->wk_flags & IEEE80211_KEY_SWDECRYPT) && in gcmp_decap()
H A Dieee80211_crypto_ccmp.c359 if ((k->wk_flags & IEEE80211_KEY_SWDECRYPT) && in ccmp_decap()
H A Dieee80211_crypto_tkip.c353 if ((k->wk_flags & IEEE80211_KEY_SWDECRYPT) && in tkip_decap()