Searched refs:phyRateMbps (Results 1 – 1 of 1) sorted by relevance
2680 …long phyRateMbps = static_cast<int>(((numBitPerSym * MICRO_TO_NANO_RATIO) / (symDurationNs * BIT_P… in WifiMaxThroughput() local2682 int throughputMbps = (phyRateMbps * airTimeFraction) / MAX_CHANNEL_UTILIZATION; in WifiMaxThroughput()