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

  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 618 if (max_ssids > WPAS_MAX_SCAN_SSIDS)
619 max_ssids = WPAS_MAX_SCAN_SSIDS;
985 if (wpa_s->max_sched_scan_ssids > WPAS_MAX_SCAN_SSIDS)
986 max_sched_scan_ssids = WPAS_MAX_SCAN_SSIDS;
    [all...]
ctrl_iface.c 81 if (num_ssid > WPAS_MAX_SCAN_SSIDS) {
83 "%u", WPAS_MAX_SCAN_SSIDS, (unsigned int) num_ssid);
84 num_ssid = WPAS_MAX_SCAN_SSIDS;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 244 #define WPAS_MAX_SCAN_SSIDS 16
265 } ssids[WPAS_MAX_SCAN_SSIDS];
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 1014 if (ssids_num >= WPAS_MAX_SCAN_SSIDS) {
    [all...]

Completed in 70 milliseconds