Searched refs:txTime (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/tools/tools/net80211/wlantxtime/ |
| H A D | wlantxtime.c | 333 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local 347 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration() 356 txTime = OFDM_SIFS_TIME in ieee80211_compute_duration() 366 txTime = OFDM_HALF_SIFS_TIME in ieee80211_compute_duration() 376 txTime = OFDM_QUARTER_SIFS_TIME in ieee80211_compute_duration() 387 txTime = TURBO_SIFS_TIME + TURBO_PREAMBLE_TIME in ieee80211_compute_duration() 395 return txTime; in ieee80211_compute_duration() 411 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ieee80211_compute_duration_ht() local 423 txTime = ((numSymbols * 18) + 4) / 5; /* 3.6us */ in ieee80211_compute_duration_ht() 425 txTime = numSymbols * 4; /* 4us */ in ieee80211_compute_duration_ht() [all …]
|
| /freebsd-13.1/sys/net80211/ |
| H A D | ieee80211_phy.c | 508 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local 522 txTime = CCK_SIFS_TIME + phyTime in ieee80211_compute_duration() 531 txTime = OFDM_SIFS_TIME in ieee80211_compute_duration() 541 txTime = OFDM_HALF_SIFS_TIME in ieee80211_compute_duration() 551 txTime = OFDM_QUARTER_SIFS_TIME in ieee80211_compute_duration() 562 txTime = TURBO_SIFS_TIME + TURBO_PREAMBLE_TIME in ieee80211_compute_duration() 569 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 …]
|
| /freebsd-13.1/sys/dev/ath/ath_hal/ |
| H A D | ah.c | 457 txTime = phyTime in ath_hal_computetxtime() 460 txTime += CCK_SIFS_TIME; in ath_hal_computetxtime() 468 txTime = OFDM_PREAMBLE_TIME in ath_hal_computetxtime() 471 txTime += OFDM_SIFS_TIME; in ath_hal_computetxtime() 479 txTime = OFDM_HALF_PREAMBLE_TIME in ath_hal_computetxtime() 482 txTime += OFDM_HALF_SIFS_TIME; in ath_hal_computetxtime() 493 txTime += OFDM_QUARTER_SIFS_TIME; in ath_hal_computetxtime() 501 txTime = TURBO_PREAMBLE_TIME in ath_hal_computetxtime() 504 txTime += TURBO_SIFS_TIME; in ath_hal_computetxtime() 510 txTime = 0; in ath_hal_computetxtime() [all …]
|