Home
last modified time | relevance | path

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

/freebsd-12.1/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c333 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
343 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
345 phyTime >>= 1; in ieee80211_compute_duration()
347 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
/freebsd-12.1/sys/net80211/
H A Dieee80211_phy.c508 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
518 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
520 phyTime >>= 1; in ieee80211_compute_duration()
522 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah.c436 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
453 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath_hal_computetxtime()
455 phyTime >>= 1; in ath_hal_computetxtime()
457 txTime = phyTime in ath_hal_computetxtime()