Searched refs:new_freqs (Results 1 – 1 of 1) sorted by relevance
592 int *freqs = NULL, *new_freqs; in wpas_channel_report_freqs() local636 new_freqs = wpas_add_channels(op, mode, active, pos, left); in wpas_channel_report_freqs()637 if (new_freqs) in wpas_channel_report_freqs()638 int_array_concat(&freqs, new_freqs); in wpas_channel_report_freqs()640 os_free(new_freqs); in wpas_channel_report_freqs()