Home
last modified time | relevance | path

Searched refs:maxBitsPerTone (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.cpp2610 int maxBitsPerTone; in WifiMaxThroughput() local
2623 maxBitsPerTone = MAX_BITS_PER_TONE_11ABG; in WifiMaxThroughput()
2634 maxBitsPerTone = MAX_BITS_PER_TONE_11N; in WifiMaxThroughput()
2651 maxBitsPerTone = MAX_BITS_PER_TONE_11AC; in WifiMaxThroughput()
2668 maxBitsPerTone = MAX_BITS_PER_TONE_11AX; in WifiMaxThroughput()
2676 bitPerTone = MIN(bitPerTone, maxBitsPerTone); in WifiMaxThroughput()