Searched refs:IEEE80211_RX_F_FAIL_MMIC (Results 1 – 4 of 4) sorted by relevance
567 #define IEEE80211_RX_F_FAIL_MMIC 0x00000080 /* Failed Michael MIC (MMIC) check */ macro
753 if ((rxs->c_pktflags & IEEE80211_RX_F_FAIL_MMIC) != 0) { in ieee80211_crypto_demic()
398 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_FAIL_MMIC)) { in tkip_demic()
6751 rx_stats->c_pktflags |= IEEE80211_RX_F_FAIL_MMIC;