Searched refs:symDurationNs (Results 1 – 1 of 1) sorted by relevance
2609 int symDurationNs; in WifiMaxThroughput() local2624 symDurationNs = SYM_DURATION_11ABG_NS; in WifiMaxThroughput()2635 symDurationNs = SYM_DURATION_11N_NS; in WifiMaxThroughput()2652 symDurationNs = SYM_DURATION_11AC_NS; in WifiMaxThroughput()2669 symDurationNs = SYM_DURATION_11AX_NS; in WifiMaxThroughput()2680 …long phyRateMbps = static_cast<int>(((numBitPerSym * MICRO_TO_NANO_RATIO) / (symDurationNs * BIT_P… in WifiMaxThroughput()