HomeSort by relevance Sort by last modified time
    Searched refs:country_code (Results 1 - 13 of 13) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_config.h 23 wifi_error wifi_set_country_code(wifi_interface_handle iface, const char* country_code);
rtt.h 263 char country_code[2]; // country code member in struct:__anon41505
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfig.cpp 108 const char* country_code)
114 ALOGV("%s: %s", __FUNCTION__, country_code);
138 if (wifiConfigCommand->put_string(NL80211_ATTR_REG_ALPHA2, country_code)) {
  /system/connectivity/wificond/
server.cpp 289 void Server::OnRegDomainChanged(std::string& country_code) {
290 if (country_code.empty()) {
293 LOG(INFO) << "Regulatory domain changed to country: " << country_code;
server.h 100 void OnRegDomainChanged(std::string& country_code);
  /system/connectivity/wificond/net/
netlink_manager.cpp 542 string country_code; local
546 if (!packet->GetAttributeValue(NL80211_ATTR_REG_ALPHA2, &country_code)) {
560 country_code = "";
572 handler->second(country_code);
netlink_manager.h 79 // |country_code| will be set accordingly.
81 // |country_code| will be an empty string. This could be a world regulatory
85 std::string& country_code)> OnRegDomainChangedHandler;
  /system/bt/stack/hid/
hidd_api.cc 266 const uint8_t country_code = 0x21; local
285 1, (uint8_t*)&country_code);
  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 152 embed uint16 country_code
390 embed uint16 country_code
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 702 SetCountryCodeCommand(wifi_interface_handle handle, const char *country_code)
704 mCountryCode = country_code;
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /hardware/interfaces/wifi/1.0/default/
hidl_struct_util.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 474 milliseconds