Home
last modified time | relevance | path

Searched refs:chan_list_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
693 chan_list_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()
738 &chan_list_greedy->chanParam[num_greedy_chan], in csr_roam_sort_channel_for_early_stop()
755 &chan_list_greedy->chanParam[i], in csr_roam_sort_channel_for_early_stop()
767 qdf_mem_free(chan_list_greedy); in csr_roam_sort_channel_for_early_stop()