Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net80211/
HD_ieee80211.h567 #define IEEE80211_RX_F_FAIL_MMIC 0x00000080 /* Failed Michael MIC (MMIC) check */ macro
HDieee80211_crypto.c753 if ((rxs->c_pktflags & IEEE80211_RX_F_FAIL_MMIC) != 0) { in ieee80211_crypto_demic()
HDieee80211_crypto_tkip.c398 if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_FAIL_MMIC)) { in tkip_demic()
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.c6751 rx_stats->c_pktflags |= IEEE80211_RX_F_FAIL_MMIC;