Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c291 #define CCK_PREAMBLE_BITS 144 macro
341 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
/freebsd/sys/net80211/
H A Dieee80211_phy.c473 #define CCK_PREAMBLE_BITS 144 macro
516 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h949 #define CCK_PREAMBLE_BITS 144 macro
H A Dah.c451 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath_hal_computetxtime()