Searched refs:random_chan_freq_list (Results 1 – 1 of 1) sorted by relevance
1361 uint16_t *random_chan_freq_list, in dfs_apply_rules_for_freq() argument1515 random_chan_freq_list[*random_chan_cnt] = chan->dfs_ch_freq; in dfs_apply_rules_for_freq()1553 uint16_t *random_chan_freq_list = NULL; in dfs_prepare_random_channel_for_freq() local1574 random_chan_freq_list = in dfs_prepare_random_channel_for_freq()1575 qdf_mem_malloc(chan_cnt * sizeof(*random_chan_freq_list)); in dfs_prepare_random_channel_for_freq()1576 if (!random_chan_freq_list) in dfs_prepare_random_channel_for_freq()1579 dfs_apply_rules_for_freq(dfs, flags, random_chan_freq_list, in dfs_prepare_random_channel_for_freq()1591 qdf_mem_free(random_chan_freq_list); in dfs_prepare_random_channel_for_freq()1599 random_chan_freq_list, in dfs_prepare_random_channel_for_freq()1604 qdf_mem_copy(leakage_adjusted_lst, random_chan_freq_list, in dfs_prepare_random_channel_for_freq()[all …]