Home
last modified time | relevance | path

Searched refs:IEEE80211_BPF_SHORTPRE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_freebsd.h681 #define IEEE80211_BPF_SHORTPRE 0x01 /* tx with short preamble */ macro
/freebsd/sys/dev/bwi/
H A Dif_bwi.c3150 if (params->ibp_flags & IEEE80211_BPF_SHORTPRE) in bwi_encap_raw()
3194 } else if (params->ibp_flags & IEEE80211_BPF_SHORTPRE) in bwi_encap_raw()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c2285 if (params->ibp_flags & IEEE80211_BPF_SHORTPRE) in ath_tx_raw_start()
2342 !! (params->ibp_flags & IEEE80211_BPF_SHORTPRE); in ath_tx_raw_start()