Searched refs:scan_id_count (Results 1 – 4 of 4) sorted by relevance
1010 for (i = 0; i < wpa_s->scan_id_count; i++) { in wpa_set_scan_ssids()1024 wpa_s->scan_id_count = 0; in wpa_set_scan_ssids()1317 if (wpa_s->scan_id_count && in wpa_supplicant_scan()
9210 unsigned int *scan_id_count, int scan_id[]) in scan_id_list_parse() argument9217 if (*scan_id_count == MAX_SCAN_ID) in scan_id_list_parse()9219 scan_id[(*scan_id_count)++] = atoi(pos); in scan_id_list_parse()9237 unsigned int scan_id_count = 0; in wpas_ctrl_scan() local9294 if (pos && scan_id_list_parse(wpa_s, pos + 8, &scan_id_count, in wpas_ctrl_scan()9388 wpa_s->scan_id_count = scan_id_count; in wpas_ctrl_scan()9390 os_memcpy(wpa_s->scan_id, scan_id, scan_id_count * sizeof(int)); in wpas_ctrl_scan()9412 wpa_s->scan_id_count = scan_id_count; in wpas_ctrl_scan()9414 os_memcpy(wpa_s->scan_id, scan_id, scan_id_count * sizeof(int)); in wpas_ctrl_scan()12171 wpa_s->scan_id_count = 0; in wpas_ctrl_ml_probe()
905 unsigned int scan_id_count; member
1953 wpa_s->scan_id_count = 0; in wpa_supplicant_connect_ml_missing()