Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h107 int WifiMaxThroughput(int wifiStandard, bool is11bMode,
H A Dscan_service.cpp699 bool is11bMode = scanInfo.IsWifi11bMode(); in GetWifiMaxSupportedMaxSpeed() local
701 return WifiMaxThroughput(wifiStandard, is11bMode, scanInfo.channelWidth, in GetWifiMaxSupportedMaxSpeed()
2604 int WifiMaxThroughput(int wifiStandard, bool is11bMode, WifiChannelWidth channelWidth, int rssiDbm, in WifiMaxThroughput() argument
2683 if (is11bMode) { in WifiMaxThroughput()