Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_phy.c508 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
518 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
520 phyTime >>= 1; in ieee80211_compute_duration()
522 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()