HomeSort by relevance Sort by last modified time
    Searched refs:wifi_set_country_code (Results 1 - 9 of 9) 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);
wifi_hal.h 328 wifi_error (* wifi_set_country_code)(wifi_interface_handle, const char *); member in struct:__anon48460
  /device/generic/goldfish/wifi/wifi_hal/
wifi_hal.cpp 265 wifi_error wifi_set_country_code(wifi_interface_handle handle, function
397 fn->wifi_set_country_code = wifi_set_country_code;
  /hardware/interfaces/wifi/1.2/default/
wifi_legacy_hal_stubs.cpp 83 populateStubFor(&hal_fn->wifi_set_country_code);
wifi_legacy_hal.cpp     [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 191 fn->wifi_set_country_code = wifi_set_country_code;
1280 wifi_error wifi_set_country_code(wifi_interface_handle handle, const char *country_code) function
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfig.cpp 109 wifi_error wifi_set_country_code(wifi_interface_handle iface, function
137 ALOGE("wifi_set_country_code: failed to create NL msg. Error:%d", ret);
143 ALOGE("wifi_set_country_code: put country code failed. Error:%d", ret);
151 ALOGE("wifi_set_country_code(): requestEvent Error:%d", ret);
wifi_hal.cpp 370 fn->wifi_set_country_code = wifi_set_country_code;
    [all...]
  /frameworks/opt/net/wifi/libwifi_hal/
hal_tool.cpp 502 hal_fn->wifi_set_country_code = wifi_set_country_code_stub;

Completed in 431 milliseconds