Searched refs:new_freqs (Results 1 – 1 of 1) sorted by relevance
524 int *freqs = NULL, *new_freqs; in wpas_channel_report_freqs() local567 new_freqs = wpas_add_channels(op, mode, active, pos, left); in wpas_channel_report_freqs()568 if (new_freqs) in wpas_channel_report_freqs()569 int_array_concat(&freqs, new_freqs); in wpas_channel_report_freqs()571 os_free(new_freqs); in wpas_channel_report_freqs()