Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp2682 int throughputMbps = (phyRateMbps * airTimeFraction) / MAX_CHANNEL_UTILIZATION; in WifiMaxThroughput() local
2684 throughputMbps = MIN(throughputMbps, B_MODE_MAX_MBPS); in WifiMaxThroughput()
2686 return throughputMbps; in WifiMaxThroughput()