Searched refs:PM_DBS2 (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_tables_2x2_2g_1x1_5g.h | 32 [PM_STA_24_1x1] = {PM_NOP, PM_DBS2}, 33 [PM_STA_24_2x2] = {PM_NOP, PM_DBS2}, 34 [PM_STA_5_1x1] = {PM_DBS2, PM_NOP}, 35 [PM_STA_5_2x2] = {PM_DBS2, PM_NOP}, 36 [PM_P2P_CLI_24_1x1] = {PM_NOP, PM_DBS2}, 37 [PM_P2P_CLI_24_2x2] = {PM_NOP, PM_DBS2}, 38 [PM_P2P_CLI_5_1x1] = {PM_DBS2, PM_NOP}, 39 [PM_P2P_CLI_5_2x2] = {PM_DBS2, PM_NOP}, 40 [PM_P2P_GO_24_1x1] = {PM_NOP, PM_DBS2}, 41 [PM_P2P_GO_24_2x2] = {PM_NOP, PM_DBS2}, [all …]
|
H A D | wlan_policy_mgr_action.c | 434 preferred_dbs_action == PM_DBS2) { in policy_mgr_need_opportunistic_upgrade() 439 } else if (hw_mode.action_type == PM_DBS2 && in policy_mgr_need_opportunistic_upgrade() 888 return PM_DBS2; in policy_mgr_get_preferred_dbs_action_table() 919 case PM_DBS2: in policy_mgr_get_second_conn_action_table() 954 case PM_DBS2: in policy_mgr_get_third_conn_action_table() 1318 } else if (hw_mode->action_type == PM_DBS2 && in policy_mgr_dbs1_dbs2_need_action() 1319 ((action == PM_DBS2 || in policy_mgr_dbs1_dbs2_need_action() 1557 PM_DBS2, reason, in policy_mgr_next_actions() 1590 case PM_DBS2: in policy_mgr_next_actions() 1611 reason, next_action, PM_DBS2, in policy_mgr_next_actions()
|
H A D | wlan_policy_mgr_core.c | 453 hw_mode->action_type = PM_DBS2; in policy_mgr_get_hw_mode_from_idx() 4754 if (next_action == PM_DBS2 && band == POLICY_MGR_BAND_5) in policy_mgr_nss_update() 4849 else if (next_action == PM_DBS2) in policy_mgr_complete_action() 5114 } else if (preferred_dbs == PM_DBS2) { in policy_mgr_get_current_pref_hw_mode_dual_dbs()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ |
H A D | wlan_policy_mgr_public_struct.h | 1308 PM_DBS2, enumerator
|