Searched refs:IEEE80211_RADIOTAP_F_BADFCS (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dradiotap.h245 #define IEEE80211_RADIOTAP_F_BADFCS 0x40 /* frame failed FCS check */ macro
/freebsd-13-stable/sys/net80211/
H A Dieee80211_radiotap.h277 #define IEEE80211_RADIOTAP_F_BADFCS 0x40 /* does not pass FCS check */ macro
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-802_11.c2423 #define IEEE80211_RADIOTAP_F_BADFCS 0x40 /* does not pass FCS check */ macro
2595 if (flagsval & IEEE80211_RADIOTAP_F_BADFCS)
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_rx.c622 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_BADFCS;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_zyd.c2202 tap->wr_flags |= IEEE80211_RADIOTAP_F_BADFCS;
2205 tap->wr_flags |= IEEE80211_RADIOTAP_F_BADFCS;
H A Dif_uath.c2688 tap->wr_flags |= IEEE80211_RADIOTAP_F_BADFCS;

Completed in 187 milliseconds