Home
last modified time | relevance | path

Searched refs:IEEE80211_RX_F_IV_STRIP (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_crypto_gcmp.c300 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) != 0) in gcmp_decap()
348 if ((rxs == NULL) || (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) == 0) { in gcmp_decap()
360 if ((rxs == NULL) || (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) == 0) { in gcmp_decap()
H A Dieee80211_crypto_ccmp.c320 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) != 0) in ccmp_decap()
367 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in ccmp_decap()
380 if ((rxs == NULL) || (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) == 0) { in ccmp_decap()
H A Dieee80211_crypto_tkip.c300 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in tkip_decap()
363 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in tkip_decap()
H A Dieee80211_crypto_wep.c246 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in wep_decap()
H A D_ieee80211.h590 #define IEEE80211_RX_F_IV_STRIP 0x00000200 /* Decrypted; IV stripped */ macro
H A Dieee80211_crypto.c724 if (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) { in ieee80211_crypto_decap()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6299 rx_stats->c_pktflags |= IEEE80211_RX_F_IV_STRIP;
/freebsd/sys/dev/iwx/
H A Dif_iwx.c4645 rxs.c_pktflags |= IEEE80211_RX_F_IV_STRIP; in iwx_rx_mpdu_mq()