Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c331 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
345 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
354 txTime = OFDM_SIFS_TIME in ieee80211_compute_duration()
364 txTime = OFDM_HALF_SIFS_TIME in ieee80211_compute_duration()
374 txTime = OFDM_QUARTER_SIFS_TIME in ieee80211_compute_duration()
385 txTime = TURBO_SIFS_TIME + TURBO_PREAMBLE_TIME in ieee80211_compute_duration()
393 return txTime; in ieee80211_compute_duration()
409 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ieee80211_compute_duration_ht() local
421 txTime = ((numSymbols * 18) + 4) / 5; /* 3.6us */ in ieee80211_compute_duration_ht()
423 txTime = numSymbols * 4; /* 4us */ in ieee80211_compute_duration_ht()
[all …]
/freebsd/sys/net80211/
H A Dieee80211_phy.c506 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
520 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
529 txTime = OFDM_SIFS_TIME in ieee80211_compute_duration()
539 txTime = OFDM_HALF_SIFS_TIME in ieee80211_compute_duration()
549 txTime = OFDM_QUARTER_SIFS_TIME in ieee80211_compute_duration()
560 txTime = TURBO_SIFS_TIME + TURBO_PREAMBLE_TIME in ieee80211_compute_duration()
567 return txTime; in ieee80211_compute_duration()
598 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ieee80211_compute_duration_ht() local
610 txTime = ((numSymbols * 18) + 4) / 5; /* 3.6us */ in ieee80211_compute_duration_ht()
612 txTime = numSymbols * 4; /* 4us */ in ieee80211_compute_duration_ht()
[all …]
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c406 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ath_computedur_ht() local
418 txTime = ((numSymbols * 18) + 4) / 5; /* 3.6us */ in ath_computedur_ht()
420 txTime = numSymbols * 4; /* 4us */ in ath_computedur_ht()
421 return txTime + HT_L_STF + HT_L_LTF + in ath_computedur_ht()
434 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
455 txTime = phyTime in ath_hal_computetxtime()
458 txTime += CCK_SIFS_TIME; in ath_hal_computetxtime()
466 txTime = OFDM_PREAMBLE_TIME in ath_hal_computetxtime()
469 txTime += OFDM_SIFS_TIME; in ath_hal_computetxtime()
477 txTime = OFDM_HALF_PREAMBLE_TIME in ath_hal_computetxtime()
[all …]