HomeSort by relevance Sort by last modified time
    Searched refs:wifi_set_country_code (Results 1 - 6 of 6) 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 211 wifi_error (* wifi_set_country_code)(wifi_interface_handle, const char *); member in struct:__anon25002
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfig.cpp 108 wifi_error wifi_set_country_code(wifi_interface_handle iface, function
118 ALOGD("wifi_set_country_code(): Enter");
139 ALOGE("wifi_set_country_code: failed to create NL msg. Error:%d", ret);
144 ALOGE("wifi_set_country_code: put country code failed. Error:%d", ret);
152 ALOGE("wifi_set_country_code(): requestEvent Error:%d", ret);
wifi_hal.cpp 271 fn->wifi_set_country_code = wifi_set_country_code;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 143 fn->wifi_set_country_code = wifi_set_country_code;
999 wifi_error wifi_set_country_code(wifi_interface_handle handle, const char *country_code) function
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 77 hal_fn->wifi_set_country_code = wifi_set_country_code_stub;
    [all...]

Completed in 501 milliseconds