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

  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 728 if (max_ssids > WPAS_MAX_SCAN_SSIDS)
729 max_ssids = WPAS_MAX_SCAN_SSIDS;
1180 if (wpa_s->max_sched_scan_ssids > WPAS_MAX_SCAN_SSIDS)
1181 max_sched_scan_ssids = WPAS_MAX_SCAN_SSIDS;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 284 #define WPAS_MAX_SCAN_SSIDS 16
305 } ssids[WPAS_MAX_SCAN_SSIDS];
    [all...]
driver_nl80211_event.c 1002 if (info->num_ssids == WPAS_MAX_SCAN_SSIDS)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 1028 if (ssids_num >= WPAS_MAX_SCAN_SSIDS) {
    [all...]

Completed in 33 milliseconds