Home
last modified time | relevance | path

Searched refs:random_chan_freq_list (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/ !
H A Ddfs_random_chan_sel.c1361 uint16_t *random_chan_freq_list, in dfs_apply_rules_for_freq() argument
1515 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() local
1574 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 …]