Searched refs:phyTime (Results 1 – 3 of 3) sorted by relevance
| /trueos/tools/tools/net80211/wlantxtime/ |
| HD | wlantxtime.c | 338 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/ |
| HD | ieee80211_phy.c | 502 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/ |
| HD | ah.c | 352 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()
|