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

/freebsd-13-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-13-stable/sys/net80211/
H A Dieee80211_phy.c508 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
518 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS;
520 phyTime >>= 1;
522 txTime = CCK_SIFS_TIME + phyTime
/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah.c436 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
453 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS;
455 phyTime >>= 1;
457 txTime = phyTime

Completed in 66 milliseconds