Searched refs:wifiSetCountryCode (Results 1 – 4 of 4) sorted by relevance
61 PopulateStubFor(&halFn->wifiSetCountryCode); in InitHalFuncTableWithStubs()
111 WifiError (*wifiSetCountryCode)(wifiInterfaceHandle handle, const char *); member
297 return globalFuncTable_.wifiSetCountryCode(GetIfaceHandle(ifaceName), code.c_str()); in SetCountryCode()
208 fn->wifiSetCountryCode = WifiSetCountryCode; in InitWifiHalFuncTable()