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

  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 156 wifi_error wifi_stop_gscan(wifi_request_id id, wifi_interface_handle iface);
wifi_hal.h 187 wifi_error (* wifi_stop_gscan)(wifi_request_id, wifi_interface_handle); member in struct:__anon25002
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 128 fn->wifi_stop_gscan = wifi_stop_gscan;
gscan.cpp 756 wifi_error wifi_stop_gscan(wifi_request_id id, wifi_interface_handle iface) function
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 254 fn->wifi_stop_gscan = wifi_stop_gscan;
    [all...]
gscan.cpp 422 wifi_error wifi_stop_gscan(wifi_request_id id, function
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 61 hal_fn->wifi_stop_gscan = wifi_stop_gscan_stub;
578 return hal_fn.wifi_stop_gscan(id, handle) == WIFI_SUCCESS;
    [all...]

Completed in 108 milliseconds