Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dprivsep_commands.h37 u8 ssids[WPAS_MAX_SCAN_SSIDS][32];
38 u8 ssid_lens[WPAS_MAX_SCAN_SSIDS];
/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c977 if (max_ssids > WPAS_MAX_SCAN_SSIDS) in wpa_supplicant_scan()
978 max_ssids = WPAS_MAX_SCAN_SSIDS; in wpa_supplicant_scan()
1516 if (wpa_s->max_sched_scan_ssids > WPAS_MAX_SCAN_SSIDS) in wpa_supplicant_req_sched_scan()
1517 max_sched_scan_ssids = WPAS_MAX_SCAN_SSIDS; in wpa_supplicant_req_sched_scan()
2719 if (wpa_s->max_sched_scan_ssids > WPAS_MAX_SCAN_SSIDS) in wpas_start_pno()
2720 max_sched_scan_ssids = WPAS_MAX_SCAN_SSIDS; in wpas_start_pno()
Dwpa_priv.c155 if (scan->num_ssids > WPAS_MAX_SCAN_SSIDS) { in wpa_priv_cmd_scan()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h407 #define WPAS_MAX_SCAN_SSIDS 16 macro
429 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS];
5678 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS];
Ddriver_nl80211_event.c1330 if (info->num_ssids == WPAS_MAX_SCAN_SSIDS) in send_scan_event()
2330 if (info->num_ssids == WPAS_MAX_SCAN_SSIDS) in send_vendor_scan_event()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c1130 if (ssids_num >= WPAS_MAX_SCAN_SSIDS) { in wpas_dbus_get_scan_ssids()
1489 for (i = 0; i < WPAS_MAX_SCAN_SSIDS; i++) in wpas_dbus_handler_scan()