Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_pcl.c611 uint32_t safe_channel_count = 0, current_channel_count = 0; in policy_mgr_update_with_safe_channel_list() local
672 pcl_channels[safe_channel_count] = in policy_mgr_update_with_safe_channel_list()
674 if (safe_channel_count < weight_len) in policy_mgr_update_with_safe_channel_list()
675 weight_list[safe_channel_count] = in policy_mgr_update_with_safe_channel_list()
677 safe_channel_count++; in policy_mgr_update_with_safe_channel_list()
680 *len = safe_channel_count; in policy_mgr_update_with_safe_channel_list()