Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dprivsep_commands.h37 u8 ssids[WPAS_MAX_SCAN_SSIDS][32];
38 u8 ssid_lens[WPAS_MAX_SCAN_SSIDS];
/hostap-latest/wpa_supplicant/
Dscan.c1151 if (max_ssids > WPAS_MAX_SCAN_SSIDS) in wpa_supplicant_scan()
1152 max_ssids = WPAS_MAX_SCAN_SSIDS; in wpa_supplicant_scan()
1713 if (wpa_s->max_sched_scan_ssids > WPAS_MAX_SCAN_SSIDS) in wpa_supplicant_req_sched_scan()
1714 max_sched_scan_ssids = WPAS_MAX_SCAN_SSIDS; in wpa_supplicant_req_sched_scan()
3442 if (wpa_s->max_sched_scan_ssids > WPAS_MAX_SCAN_SSIDS) in wpas_start_pno()
3443 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()
/hostap-latest/src/drivers/
Ddriver.h428 #define WPAS_MAX_SCAN_SSIDS 16 macro
462 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS];
6468 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS];
Ddriver_nl80211_event.c2002 if (info->num_ssids == WPAS_MAX_SCAN_SSIDS) in send_scan_event()
2993 if (info->num_ssids == WPAS_MAX_SCAN_SSIDS) in send_vendor_scan_event()
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c1389 if (ssids_num >= WPAS_MAX_SCAN_SSIDS) { in wpas_dbus_get_scan_ssids()
1775 for (i = 0; i < WPAS_MAX_SCAN_SSIDS; i++) in wpas_dbus_handler_scan()