Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:WPAS_MAX_SCAN_SSIDS

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;
2309 if (num_ssid > WPAS_MAX_SCAN_SSIDS) {
2311 "%u", WPAS_MAX_SCAN_SSIDS, (unsigned int) num_ssid);
2312 num_ssid = WPAS_MAX_SCAN_SSIDS;