Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp47 int bestChannel = AP_CHANNEL_INVALID; in UpdateApChannelConfig()
60 if (bestChannel == AP_CHANNEL_INVALID) { in UpdateApChannelConfig()
79 return AP_CHANNEL_INVALID; in GetBestChannelFor2G()
100 return AP_CHANNEL_INVALID; in GetBestChannelFor5G()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h25 #define AP_CHANNEL_INVALID (-1) macro