Home
last modified time | relevance | path

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

/device/generic/goldfish/wifi/
Dsimulated_hostapd.conf111 country_code=US
/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp263 const char *country_code) { in wifi_set_country_code() argument
268 return asInterface(handle)->setCountryCode(country_code); in wifi_set_country_code()
/device/linaro/poplar/wifi/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()