Searched refs:IEEE80211_RX_F_IV_STRIP (Results 1 – 5 of 5) sorted by relevance
246 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in ccmp_decap()291 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in ccmp_decap()306 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in ccmp_decap()
571 #define IEEE80211_RX_F_IV_STRIP 0x00000200 /* Decrypted; IV stripped */ macro
251 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in wep_decap()
302 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP)) in tkip_decap()365 if (! ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP))) { in tkip_decap()
629 if (rxs->c_pktflags & IEEE80211_RX_F_IV_STRIP) { in ieee80211_crypto_decap()