Searched refs:throughputMbps (Results 1 – 1 of 1) sorted by relevance
2682 int throughputMbps = (phyRateMbps * airTimeFraction) / MAX_CHANNEL_UTILIZATION; in WifiMaxThroughput() local2684 throughputMbps = MIN(throughputMbps, B_MODE_MAX_MBPS); in WifiMaxThroughput()2686 return throughputMbps; in WifiMaxThroughput()