Home
last modified time | relevance | path

Searched refs:IEEE80211_RADIOTAP_F_SHORTPRE (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/net80211/
HDieee80211_radiotap.h235 #define IEEE80211_RADIOTAP_F_SHORTPRE 0x02 /* sent/received macro
/NextBSD/contrib/wpa/src/utils/
HDradiotap.h230 #define IEEE80211_RADIOTAP_F_SHORTPRE 0x02 /* sent/received macro
/NextBSD/contrib/tcpdump/
HDprint-802_11.c642 #define IEEE80211_RADIOTAP_F_SHORTPRE 0x02 /* sent/received macro
2711 if (u.u8 & IEEE80211_RADIOTAP_F_SHORTPRE) in print_radiotap_field()
/NextBSD/sys/dev/bwi/
HDif_bwi.c2951 sc->sc_tx_th.wt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in bwi_encap()
3133 sc->sc_tx_th.wt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in bwi_encap_raw()
3744 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in bwi_rx_radiotap()
/NextBSD/sys/dev/ral/
HDrt2860.c1303 tap->wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in rt2860_rx_intr()
1577 tap->wt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in rt2860_tx()
1822 tap->wt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in rt2860_tx_raw()
/NextBSD/sys/dev/otus/
HDif_otus.c1667 tap->wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in otus_sub_rxeof()
/NextBSD/sys/dev/usb/wlan/
HDif_run.c2847 tap->wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in run_rx_frame()
3087 tap->wt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in run_bulk_tx_callbackN()
/NextBSD/sys/dev/iwm/
HDif_iwm.c2361 tap->wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in iwm_mvm_rx_rx_mpdu()
/NextBSD/sys/dev/ath/
HDif_ath.c6046 sc->sc_hwmap[i].txflags |= IEEE80211_RADIOTAP_F_SHORTPRE; in ath_setcurmode()
/NextBSD/sys/dev/wpi/
HDif_wpi.c2023 tap->wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in wpi_rx_done()
/NextBSD/sys/dev/bwn/
HDif_bwn.c9643 sc->sc_tx_th.wt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in bwn_set_txhdr()
10174 sc->sc_rx_th.wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in bwn_rx_radiotap()
/NextBSD/sys/dev/iwn/
HDif_iwn.c3068 tap->wr_flags |= IEEE80211_RADIOTAP_F_SHORTPRE; in iwn_rx_done()