Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:freqs

981 	int *freqs;
994 freqs = os_calloc(wpa_s->wnm_num_neighbor_report + 1, sizeof(int));
995 if (freqs == NULL)
1007 os_free(freqs);
1011 add_freq(freqs, &num_freqs, nei->freq);
1015 os_free(freqs);
1022 wpa_s->next_scan_freqs = freqs;