Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c678 tSirUpdateChanList *chan_list_greedy, *chan_list_non_greedy; in csr_roam_sort_channel_for_early_stop() local
694 chan_list_non_greedy = qdf_mem_malloc(buf_size); in csr_roam_sort_channel_for_early_stop()
695 if (!chan_list_greedy || !chan_list_non_greedy) in csr_roam_sort_channel_for_early_stop()
720 &chan_list_non_greedy->chanParam[num_non_greedy_chan], in csr_roam_sort_channel_for_early_stop()
761 &chan_list_non_greedy->chanParam[j], in csr_roam_sort_channel_for_early_stop()
768 qdf_mem_free(chan_list_non_greedy); in csr_roam_sort_channel_for_early_stop()