Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/interface_mgr/src/
H A Dwlan_if_mgr_roam.c438 uint8_t conc_rule1 = 0, conc_rule2 = 0; in if_mgr_validate_sta_bcn_intrvl() local
498 policy_mgr_get_conc_rule1(psoc, &conc_rule1); in if_mgr_validate_sta_bcn_intrvl()
500 if (conc_rule1 || conc_rule2) in if_mgr_validate_sta_bcn_intrvl()
600 uint8_t conc_rule1 = 0, conc_rule2 = 0; in if_mgr_validate_p2pgo_bcn_intrvl() local
642 policy_mgr_get_conc_rule1(psoc, &conc_rule1); in if_mgr_validate_p2pgo_bcn_intrvl()
646 if (conc_rule1 || conc_rule2) { in if_mgr_validate_p2pgo_bcn_intrvl()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_ucfg.c88 cfg->conc_rule1 = cfg_get(psoc, CFG_ENABLE_CONC_RULE1); in policy_mgr_init_cfg()
204 uint8_t *conc_rule1) in ucfg_policy_mgr_get_conc_rule1() argument
206 return policy_mgr_get_conc_rule1(psoc, conc_rule1); in ucfg_policy_mgr_get_conc_rule1()
H A Dwlan_policy_mgr_i.h288 uint8_t conc_rule1; member
H A Dwlan_policy_mgr_get_set_utils.c496 uint8_t *conc_rule1) in policy_mgr_get_conc_rule1() argument
505 *conc_rule1 = pm_ctx->cfg.conc_rule1; in policy_mgr_get_conc_rule1()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_ucfg.h122 uint8_t *conc_rule1);
H A Dwlan_policy_mgr_api.h532 uint8_t *conc_rule1);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg.c782 uint8_t conc_rule1 = 0, conc_rule2 = 0, sta_cxn_5g = 0; in hdd_set_sme_cfgs_related_to_plcy_mgr() local
794 &conc_rule1)) { in hdd_set_sme_cfgs_related_to_plcy_mgr()
798 sme_cfg->csr_config.conc_custom_rule1 = conc_rule1; in hdd_set_sme_cfgs_related_to_plcy_mgr()
H A Dwlan_hdd_hostapd.c3504 uint8_t conc_rule1 = 0; in hdd_softap_set_channel_change() local
3583 ucfg_policy_mgr_get_conc_rule1(hdd_ctx->psoc, &conc_rule1); in hdd_softap_set_channel_change()
3590 if (sta_adapter && conc_rule1) { in hdd_softap_set_channel_change()
6432 uint8_t mcc_to_scc_switch = 0, conc_rule1 = 0; in wlan_hdd_cfg80211_start_bss() local
6809 status = ucfg_policy_mgr_get_conc_rule1(hdd_ctx->psoc, &conc_rule1); in wlan_hdd_cfg80211_start_bss()
6819 if ((0 == conc_rule1) || in wlan_hdd_cfg80211_start_bss()
6820 (conc_rule1 && (QDF_SAP_MODE == adapter->device_mode))) in wlan_hdd_cfg80211_start_bss()