Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_wlan/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()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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()