Home
last modified time | relevance | path

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

/trueos/tools/tools/net80211/wlantxtime/
HDwlantxtime.c338 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
352 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
361 txTime = OFDM_SIFS_TIME in ieee80211_compute_duration()
371 txTime = OFDM_HALF_SIFS_TIME in ieee80211_compute_duration()
381 txTime = OFDM_QUARTER_SIFS_TIME in ieee80211_compute_duration()
392 txTime = TURBO_SIFS_TIME + TURBO_PREAMBLE_TIME in ieee80211_compute_duration()
400 return txTime; in ieee80211_compute_duration()
416 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ieee80211_compute_duration_ht() local
428 txTime = ((numSymbols * 18) + 4) / 5; /* 3.6us */ in ieee80211_compute_duration_ht()
430 txTime = numSymbols * 4; /* 4us */ in ieee80211_compute_duration_ht()
[all …]
/trueos/sys/net80211/
HDieee80211_phy.c502 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
516 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration()
525 txTime = OFDM_SIFS_TIME in ieee80211_compute_duration()
535 txTime = OFDM_HALF_SIFS_TIME in ieee80211_compute_duration()
545 txTime = OFDM_QUARTER_SIFS_TIME in ieee80211_compute_duration()
556 txTime = TURBO_SIFS_TIME + TURBO_PREAMBLE_TIME in ieee80211_compute_duration()
564 return txTime; in ieee80211_compute_duration()
600 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ieee80211_compute_duration_ht() local
612 txTime = ((numSymbols * 18) + 4) / 5; /* 3.6us */ in ieee80211_compute_duration_ht()
614 txTime = numSymbols * 4; /* 4us */ in ieee80211_compute_duration_ht()
[all …]
/trueos/sys/dev/ath/ath_hal/
HDah.c324 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ath_computedur_ht() local
336 txTime = ((numSymbols * 18) + 4) / 5; /* 3.6us */ in ath_computedur_ht()
338 txTime = numSymbols * 4; /* 4us */ in ath_computedur_ht()
339 return txTime + HT_L_STF + HT_L_LTF + in ath_computedur_ht()
352 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
373 txTime = CCK_SIFS_TIME + phyTime in ath_hal_computetxtime()
382 txTime = OFDM_SIFS_TIME in ath_hal_computetxtime()
392 txTime = OFDM_HALF_SIFS_TIME in ath_hal_computetxtime()
402 txTime = OFDM_QUARTER_SIFS_TIME in ath_hal_computetxtime()
412 txTime = TURBO_SIFS_TIME in ath_hal_computetxtime()
[all …]