Searched refs:IEEE80211_RX_F_IV_STRIP (Results 1 – 8 of 8) sorted by relevance
300 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()
320 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()
300 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()
246 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in wep_decap()
590 #define IEEE80211_RX_F_IV_STRIP 0x00000200 /* Decrypted; IV stripped */ macro
724 if (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) { in ieee80211_crypto_decap()
6299 rx_stats->c_pktflags |= IEEE80211_RX_F_IV_STRIP;
4645 rxs.c_pktflags |= IEEE80211_RX_F_IV_STRIP; in iwx_rx_mpdu_mq()