Searched refs:scan_id_count (Results 1 – 3 of 3) sorted by relevance
641 for (i = 0; i < wpa_s->scan_id_count; i++) { in wpa_set_scan_ssids()671 wpa_s->scan_id_count = 0; in wpa_set_scan_ssids()943 if (wpa_s->scan_id_count && in wpa_supplicant_scan()
7832 unsigned int *scan_id_count, int scan_id[]) in scan_id_list_parse() argument7839 if (*scan_id_count == MAX_SCAN_ID) in scan_id_list_parse()7841 scan_id[(*scan_id_count)++] = atoi(pos); in scan_id_list_parse()7859 unsigned int scan_id_count = 0; in wpas_ctrl_scan() local7915 if (pos && scan_id_list_parse(wpa_s, pos + 8, &scan_id_count, in wpas_ctrl_scan()7989 wpa_s->scan_id_count = scan_id_count; in wpas_ctrl_scan()7990 os_memcpy(wpa_s->scan_id, scan_id, scan_id_count * sizeof(int)); in wpas_ctrl_scan()8012 wpa_s->scan_id_count = scan_id_count; in wpas_ctrl_scan()8013 os_memcpy(wpa_s->scan_id, scan_id, scan_id_count * sizeof(int)); in wpas_ctrl_scan()
689 unsigned int scan_id_count; member