Searched refs:scan_id_count (Results 1 – 3 of 3) sorted by relevance
774 for (i = 0; i < wpa_s->scan_id_count; i++) { in wpa_set_scan_ssids()788 wpa_s->scan_id_count = 0; in wpa_set_scan_ssids()1071 if (wpa_s->scan_id_count && in wpa_supplicant_scan()
8295 unsigned int *scan_id_count, int scan_id[]) in scan_id_list_parse() argument8302 if (*scan_id_count == MAX_SCAN_ID) in scan_id_list_parse()8304 scan_id[(*scan_id_count)++] = atoi(pos); in scan_id_list_parse()8322 unsigned int scan_id_count = 0; in wpas_ctrl_scan() local8378 if (pos && scan_id_list_parse(wpa_s, pos + 8, &scan_id_count, in wpas_ctrl_scan()8465 wpa_s->scan_id_count = scan_id_count; in wpas_ctrl_scan()8466 os_memcpy(wpa_s->scan_id, scan_id, scan_id_count * sizeof(int)); in wpas_ctrl_scan()8488 wpa_s->scan_id_count = scan_id_count; in wpas_ctrl_scan()8489 os_memcpy(wpa_s->scan_id, scan_id, scan_id_count * sizeof(int)); in wpas_ctrl_scan()
709 unsigned int scan_id_count; member