Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_hal_fn.cpp84 static WifiError WifiSetCountryCode(wifiInterfaceHandle handle, const char *countryCode) in WifiSetCountryCode() function
208 fn->wifiSetCountryCode = WifiSetCountryCode; in InitWifiHalFuncTable()
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp98 ret = WifiSetCountryCode(ifNameInvalid, code, len);
100 ret = WifiSetCountryCode(WLAN_IFNAME, code, len);
102 ret = WifiSetCountryCode(WLAN_IFNAME, codeDigital, len);
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_cmd.c212 ret = WifiSetCountryCode(ifName, code, len); in HalCmdSetCountryCode()
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h348 int32_t WifiSetCountryCode(const char *ifName, const char *code, uint32_t len);
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c494 int32_t WifiSetCountryCode(const char *ifName, const char *code, uint32_t len) in WifiSetCountryCode() function
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1368 int32_t WifiSetCountryCode(const char *ifName, const char *code, uint32_t len) in WifiSetCountryCode() function