Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_manager_service_ipc_interface_code.h105WIFI_SVR_CMD_GET_VALID_CHANNELS = 0x110F, /* get current valid channels associated with the… enumerator
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_proxy.cpp614 …Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_VALID_CHANNELS), in GetValidChannels()
618 static_cast<int32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_VALID_CHANNELS)); in GetValidChannels()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/
H A Dwifihotspotstub_fuzzer.cpp209 …OnRemoteRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_VALID_CHANNELS), data… in OnGetValidChannelsFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp78 handleFuncMap[static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_VALID_CHANNELS)] = in InitHandleMap()