Home
last modified time | relevance | path

Searched refs:IEEE80211_RX_F_MMIC_STRIP (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h572 #define IEEE80211_RX_F_MMIC_STRIP 0x00000400 /* Decrypted; MMIC stripped */ macro
H A Dieee80211_crypto.c728 if (rxs->c_pktflags & IEEE80211_RX_F_MMIC_STRIP) { in ieee80211_crypto_demic()
H A Dieee80211_crypto_ccmp.c300 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_MMIC_STRIP))) in ccmp_decap()
H A Dieee80211_crypto_tkip.c410 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_MMIC_STRIP)) in tkip_demic()