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

/freebsd-10-stable/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c338 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
348 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS;
350 phyTime >>= 1;
352 txTime = CCK_SIFS_TIME + phyTime
/freebsd-10-stable/sys/net80211/
H A Dieee80211_phy.c502 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
512 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS;
514 phyTime >>= 1;
516 txTime = CCK_SIFS_TIME + phyTime
/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah.c352 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
369 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS;
371 phyTime >>= 1;
373 txTime = CCK_SIFS_TIME + phyTime

Completed in 95 milliseconds