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

  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 123 wifi_error wifi_start_gscan(wifi_request_id id, wifi_interface_handle iface,
  /frameworks/opt/net/wifi/service/lib/
wifi_hal.cpp 60 wifi_error wifi_start_gscan(wifi_request_id id, wifi_interface_handle iface, function
  /frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp 394 return wifi_start_gscan(scanCmdId, wlan0Handle, params, handler) == WIFI_SUCCESS;
458 if (wifi_start_gscan(scanCmdId, wlan0Handle, params, handler) == WIFI_SUCCESS) {
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 407 return wifi_start_gscan(id, handle, params, handler) == WIFI_SUCCESS;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 687 wifi_error wifi_start_gscan( function
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan.cpp 216 wifi_error wifi_start_gscan(wifi_request_id id, function
238 ALOGE("wifi_start_gscan(): GSCAN Start for request Id %d is still "
242 ALOGE("wifi_start_gscan(): GSCAN Start for a different request "
254 ALOGE("wifi_start_gscan(): Error GScanCommand NULL");
362 ALOGE("wifi_start_gscan(): Failed to allocate memory to the response "
380 ALOGE("wifi_start_gscan(): Error GScanStartCmdEventHandler NULL");
388 ALOGE("wifi_start_gscan(): requestEvent Error:%d", ret);
400 ALOGI("wifi_start_gscan(): Delete object.");
404 ALOGI("wifi_start_gscan(): Error ret:%d, delete event handler object.",
    [all...]

Completed in 858 milliseconds