Searched refs:WifiSetCountryCode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_hal_fn.cpp | 84 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 D | hdf_client_test.cpp | 98 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 D | wifi_hal_cmd.c | 212 ret = WifiSetCountryCode(ifName, code, len); in HalCmdSetCountryCode()
|
/ohos5.0/drivers/peripheral/wlan/client/include/ |
H A D | wifi_driver_client.h | 348 int32_t WifiSetCountryCode(const char *ifName, const char *code, uint32_t len);
|
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_cmd_adapter.c | 494 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 D | netlink_cmd_adapter.c | 1368 int32_t WifiSetCountryCode(const char *ifName, const char *code, uint32_t len) in WifiSetCountryCode() function
|