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

/freebsd-11-stable/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c333 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
343 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS;
345 phyTime >>= 1;
347 txTime = CCK_SIFS_TIME + phyTime
/freebsd-11-stable/sys/net80211/
H A Dieee80211_phy.c506 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
516 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS;
518 phyTime >>= 1;
520 txTime = CCK_SIFS_TIME + phyTime
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c355 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
372 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS;
374 phyTime >>= 1;
376 txTime = CCK_SIFS_TIME + phyTime

Completed in 70 milliseconds