Home
last modified time | relevance | path

Searched refs:WPAS_MAX_SCAN_SSIDS (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c724 if (max_ssids > WPAS_MAX_SCAN_SSIDS) in wpa_supplicant_scan()
725 max_ssids = WPAS_MAX_SCAN_SSIDS; in wpa_supplicant_scan()
1203 if (wpa_s->max_sched_scan_ssids > WPAS_MAX_SCAN_SSIDS) in wpa_supplicant_req_sched_scan()
1204 max_sched_scan_ssids = WPAS_MAX_SCAN_SSIDS; in wpa_supplicant_req_sched_scan()
2342 if (wpa_s->max_sched_scan_ssids > WPAS_MAX_SCAN_SSIDS) in wpas_start_pno()
2343 max_sched_scan_ssids = WPAS_MAX_SCAN_SSIDS; in wpas_start_pno()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h293 #define WPAS_MAX_SCAN_SSIDS 16 macro
315 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS];
4497 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS];
Ddriver_nl80211_event.c1050 if (info->num_ssids == WPAS_MAX_SCAN_SSIDS) in send_scan_event()
1798 if (info->num_ssids == WPAS_MAX_SCAN_SSIDS) in send_vendor_scan_event()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c1031 if (ssids_num >= WPAS_MAX_SCAN_SSIDS) { in wpas_dbus_get_scan_ssids()
1391 for (i = 0; i < WPAS_MAX_SCAN_SSIDS; i++) in wpas_dbus_handler_scan()