Home
last modified time | relevance | path

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

/trueos/tools/tools/net80211/wlantxtime/
HDwlantxtime.c338 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
348 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
350 phyTime >>= 1; in ieee80211_compute_duration()
352 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
/trueos/sys/net80211/
HDieee80211_phy.c502 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
512 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
514 phyTime >>= 1; in ieee80211_compute_duration()
516 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
/trueos/sys/dev/ath/ath_hal/
HDah.c352 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
369 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath_hal_computetxtime()
371 phyTime >>= 1; in ath_hal_computetxtime()
373 txTime = CCK_SIFS_TIME + phyTime in ath_hal_computetxtime()