Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c302 #define OFDM_HALF_SYMBOL_TIME 8 macro
359 bitsPerSymbol = (kbps * OFDM_HALF_SYMBOL_TIME) / 1000; in ieee80211_compute_duration()
366 + (numSymbols * OFDM_HALF_SYMBOL_TIME); in ieee80211_compute_duration()
/freebsd/sys/net80211/
H A Dieee80211_phy.c484 #define OFDM_HALF_SYMBOL_TIME 8 macro
534 bitsPerSymbol = (kbps * OFDM_HALF_SYMBOL_TIME) / 1000; in ieee80211_compute_duration()
541 + (numSymbols * OFDM_HALF_SYMBOL_TIME); in ieee80211_compute_duration()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c472 bitsPerSymbol = (kbps * OFDM_HALF_SYMBOL_TIME) / 1000; in ath_hal_computetxtime()
478 + (numSymbols * OFDM_HALF_SYMBOL_TIME); in ath_hal_computetxtime()
H A Dah_internal.h960 #define OFDM_HALF_SYMBOL_TIME 8 macro