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

  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 197 wifi_error wifi_stop_gscan(wifi_request_id id, wifi_interface_handle iface);
wifi_hal.h 237 wifi_error (* wifi_stop_gscan)(wifi_request_id, wifi_interface_handle); member in struct:__anon31074
  /frameworks/opt/net/wifi/service/lib/
wifi_hal_stub.cpp 406 hal_fn->wifi_stop_gscan = wifi_stop_gscan_stub;
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 144 fn->wifi_stop_gscan = wifi_stop_gscan;
    [all...]
gscan.cpp 703 wifi_error wifi_stop_gscan(wifi_request_id id, wifi_interface_handle iface) function
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 281 fn->wifi_stop_gscan = wifi_stop_gscan;
    [all...]
gscan.cpp 500 wifi_error wifi_stop_gscan(wifi_request_id id, function
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 535 return hal_fn.wifi_stop_gscan(id, handle) == WIFI_SUCCESS;
    [all...]

Completed in 747 milliseconds