Searched refs:country_code (Results 1 – 5 of 5) sorted by relevance
23 wifi_error wifi_set_country_code(wifi_interface_handle iface, const char* country_code);
265 char country_code[2]; // country code member
118 const char* country_code) in wifi_set_country_code() argument126 ALOGV("%s: %s", __FUNCTION__, country_code); in wifi_set_country_code()150 ret = wifiConfigCommand->put_string(NL80211_ATTR_REG_ALPHA2, country_code); in wifi_set_country_code()
750 SetCountryCodeCommand(wifi_interface_handle handle, const char *country_code) in SetCountryCodeCommand() argument752 mCountryCode = country_code; in SetCountryCodeCommand()1283 wifi_error wifi_set_country_code(wifi_interface_handle handle, const char *country_code) in wifi_set_country_code() argument1285 SetCountryCodeCommand command(handle, country_code); in wifi_set_country_code()
2535 CHECK(hidl_info.countryCode.size() == sizeof(legacy_info->country_code)); in convertHidlRttLcrInformationToLegacy()2536 memcpy(legacy_info->country_code, hidl_info.countryCode.data(), in convertHidlRttLcrInformationToLegacy()