HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_SCAN_RESULTS (Results 1 - 25 of 42) sorted by null

1 2

  /system/core/nexus/
SupplicantScanResultsEvent.cpp 24 SupplicantEvent(SupplicantEvent::EVENT_SCAN_RESULTS,
29 SupplicantEvent(SupplicantEvent::EVENT_SCAN_RESULTS, -1) {
SupplicantEvent.h 38 static const int EVENT_SCAN_RESULTS = 10;
SupplicantListener.cpp 77 else if (evt->getType() == SupplicantEvent::EVENT_SCAN_RESULTS)
  /external/wpa_supplicant/
wpa_supplicant.h 62 * EVENT_SCAN_RESULTS - Scan results available
69 * EVENT_SCAN_RESULTS call. If such event is not available from the
71 * timeout to generate EVENT_SCAN_RESULTS call after the time that the
74 EVENT_SCAN_RESULTS,
driver_broadcom.c 392 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
events.c 866 case EVENT_SCAN_RESULTS:
driver_bsd.c 514 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL);
driver_test.c 61 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
  /external/wpa_supplicant_6/wpa_supplicant/
scan.c 179 wpa_supplicant_event(wpa_s, EVENT_SCAN_RESULTS, NULL);
events.c 1153 case EVENT_SCAN_RESULTS:
wpa_priv.c 994 case EVENT_SCAN_RESULTS:
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_osx.m 110 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
driver.h     [all...]
driver_iphone.m 107 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
driver_broadcom.c 397 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
driver_nl80211.c 993 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL);
1003 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL);
    [all...]
driver_bsd.c 517 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL);
driver_privsep.c 501 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL);
  /external/wpa_supplicant_8/src/drivers/
driver_iphone.m 107 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
driver_osx.m 111 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
driver_broadcom.c 395 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
driver_privsep.c 480 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL);
driver.h     [all...]
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 505 case EVENT_SCAN_RESULTS:
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 860 case EVENT_SCAN_RESULTS:

Completed in 128 milliseconds

1 2