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.h651 #define IEEE80211_BPF_SHORTPRE 0x01 /* tx with short preamble */ macro
/freebsd/sys/dev/bwi/
H A Dif_bwi.c3146 if (params->ibp_flags & IEEE80211_BPF_SHORTPRE) in bwi_encap_raw()
3190 } else if (params->ibp_flags & IEEE80211_BPF_SHORTPRE) in bwi_encap_raw()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c2269 if (params->ibp_flags & IEEE80211_BPF_SHORTPRE) in ath_tx_raw_start()
2326 !! (params->ibp_flags & IEEE80211_BPF_SHORTPRE); in ath_tx_raw_start()