Lines Matching refs:freqs
5083 * Don't optimize next scan freqs since a new ESS has been
6620 unsigned int wpas_get_bands(struct wpa_supplicant *wpa_s, const int *freqs)
6625 if (freqs) {
6626 /* freqs are specified for the radio work */
6627 for (i = 0; freqs[i]; i++)
6628 band |= wpas_freq_to_band(freqs[i]);
6631 * freqs are not specified, implies all
6632 * the supported freqs by HW
7029 ctx)->freqs);
8318 void add_freq(int *freqs, int *num_freqs, int freq)
8323 if (freqs[i] == freq)
8327 freqs[*num_freqs] = freq;
8336 int *freqs;
8339 freqs = os_calloc(max_freqs + 1, sizeof(int));
8340 if (freqs == NULL)
8351 add_freq(freqs, &num_freqs, bss->freq);
8358 os_free(freqs);
8359 freqs = NULL;
8362 return freqs;
8371 int *freqs = NULL;
8415 freqs = get_bss_freqs_in_ess(wpa_s);
8416 if (freqs) {
8426 wpa_s->next_scan_freqs = freqs;
9041 /* Hold only distinct freqs */