Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal_stubs.cpp61 PopulateStubFor(&halFn->wifiSetCountryCode); in InitHalFuncTableWithStubs()
H A Dwifi_hal.h111 WifiError (*wifiSetCountryCode)(wifiInterfaceHandle handle, const char *); member
H A Dwifi_vendor_hal.cpp297 return globalFuncTable_.wifiSetCountryCode(GetIfaceHandle(ifaceName), code.c_str()); in SetCountryCode()
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_hal_fn.cpp208 fn->wifiSetCountryCode = WifiSetCountryCode; in InitWifiHalFuncTable()