Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_core.c5136 for (i = 0; i < pm_ctx->sap_mandatory_channels_len; i++) { in policy_mgr_add_sap_mandatory_chan()
5140 if (pm_ctx->sap_mandatory_channels_len >= NUM_CHANNELS) { in policy_mgr_add_sap_mandatory_chan()
5147 pm_ctx->sap_mandatory_channels[pm_ctx->sap_mandatory_channels_len++] in policy_mgr_add_sap_mandatory_chan()
5162 return pm_ctx->sap_mandatory_channels_len; in policy_mgr_get_sap_mandatory_chan_list_len()
5200 (pm_ctx->sap_mandatory_channels_len < NUM_CHANNELS); i++) { in policy_mgr_add_sap_mandatory_6ghz_chan()
5213 pm_ctx->sap_mandatory_channels_len++] = in policy_mgr_add_sap_mandatory_6ghz_chan()
5256 pm_ctx->sap_mandatory_channels_len = 0; in policy_mgr_init_sap_mandatory_chan_by_band()
5262 pm_ctx->sap_mandatory_channels_len++] = in policy_mgr_init_sap_mandatory_chan_by_band()
5309 if (pm_ctx->sap_mandatory_channels_len >= NUM_CHANNELS) { in policy_mgr_remove_sap_mandatory_chan()
5311 pm_ctx->sap_mandatory_channels_len); in policy_mgr_remove_sap_mandatory_chan()
[all …]
H A Dwlan_policy_mgr_pcl.c3985 pm_ctx->sap_mandatory_channels_len); in policy_mgr_set_sap_mandatory_channels()
3992 pm_ctx->sap_mandatory_channels_len = len; in policy_mgr_set_sap_mandatory_channels()
4007 if (pm_ctx->sap_mandatory_channels_len) in policy_mgr_is_sap_mandatory_channel_set()
4067 if (!pm_ctx->sap_mandatory_channels_len) in policy_mgr_modify_sap_pcl_based_on_mandatory_channel()
4071 pm_ctx->sap_mandatory_channels_len)) { in policy_mgr_modify_sap_pcl_based_on_mandatory_channel()
4077 for (i = 0; i < pm_ctx->sap_mandatory_channels_len; i++) in policy_mgr_modify_sap_pcl_based_on_mandatory_channel()
4134 for (j = 0; j < pm_ctx->sap_mandatory_channels_len; j++) { in policy_mgr_modify_sap_pcl_based_on_mandatory_channel()
H A Dwlan_policy_mgr_i.h401 uint32_t sap_mandatory_channels_len; member
H A Dwlan_policy_mgr_get_set_utils.c12898 pm_ctx->sap_mandatory_channels_len = 0; in policy_mgr_reset_sap_mandatory_channels()