Home
last modified time | relevance | path

Searched refs:scan_id_count (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dscan.c774 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()
H A Dctrl_iface.c8295 unsigned int *scan_id_count, int scan_id[]) in scan_id_list_parse() argument
8302 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() local
8378 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()
H A Dwpa_supplicant_i.h709 unsigned int scan_id_count; member