Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_ch_select.c1746 uint32_t i = 0, j = 0, min_weight_index = 0; in sap_sort_chl_weight() local
1750 min_weight_index = i; in sap_sort_chl_weight()
1753 ch_info[min_weight_index].weight) { in sap_sort_chl_weight()
1754 min_weight_index = j; in sap_sort_chl_weight()
1756 ch_info[min_weight_index].weight) { in sap_sort_chl_weight()
1758 ch_info[min_weight_index].bss_count) in sap_sort_chl_weight()
1759 min_weight_index = j; in sap_sort_chl_weight()
1762 if (min_weight_index != i) { in sap_sort_chl_weight()
1763 qdf_mem_copy(&temp, &ch_info[min_weight_index], in sap_sort_chl_weight()
1765 qdf_mem_copy(&ch_info[min_weight_index], &ch_info[i], in sap_sort_chl_weight()