Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_api_link_cntl.c1502 uint32_t ch_index; in sap_mark_freq_as_clean() local
1503 ch_index = wlan_reg_get_chan_enum_for_freq(freq); in sap_mark_freq_as_clean()
1504 if (ch_index >= INVALID_CHANNEL) in sap_mark_freq_as_clean()
1506 clean_channel_array[ch_index] = true; in sap_mark_freq_as_clean()
H A Dsap_module.c3279 size_t ch_index; in wlansap_filter_ch_based_acs() local
3296 for (ch_index = 0; ch_index < *ch_cnt; ch_index++) { in wlansap_filter_ch_based_acs()
3298 ch_freq_list[ch_index], in wlansap_filter_ch_based_acs()
3301 ch_freq_list[target_ch_cnt++] = ch_freq_list[ch_index]; in wlansap_filter_ch_based_acs()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_pcl.c4684 size_t ch_index; in policy_mgr_filter_passive_ch() local
4692 for (ch_index = 0; ch_index < *ch_cnt; ch_index++) { in policy_mgr_filter_passive_ch()
4694 ch_freq_list[ch_index])) { in policy_mgr_filter_passive_ch()
4696 ch_freq_list[ch_index]); in policy_mgr_filter_passive_ch()
4699 ch_freq_list[target_ch_cnt++] = ch_freq_list[ch_index]; in policy_mgr_filter_passive_ch()