Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_config.h23 wifi_error wifi_set_country_code(wifi_interface_handle iface, const char* country_code);
Drtt.h265 char country_code[2]; // country code member
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwificonfig.cpp118 const char* country_code) in wifi_set_country_code() argument
126 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()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp750 SetCountryCodeCommand(wifi_interface_handle handle, const char *country_code) in SetCountryCodeCommand() argument
752 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() argument
1285 SetCountryCodeCommand command(handle, country_code); in wifi_set_country_code()
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp2535 CHECK(hidl_info.countryCode.size() == sizeof(legacy_info->country_code)); in convertHidlRttLcrInformationToLegacy()
2536 memcpy(legacy_info->country_code, hidl_info.countryCode.data(), in convertHidlRttLcrInformationToLegacy()