Home
last modified time | relevance | path

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

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