Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c331 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
341 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
343 phyTime >>= 1; in ieee80211_compute_duration()
345 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
/freebsd/sys/net80211/
H A Dieee80211_phy.c506 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
516 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
518 phyTime >>= 1; in ieee80211_compute_duration()
520 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c434 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
451 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath_hal_computetxtime()
453 phyTime >>= 1; in ath_hal_computetxtime()
455 txTime = phyTime in ath_hal_computetxtime()