Searched refs:PM_DBS (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_tables_1x1_dbs_i.h | 2178 [PM_STA_24_1x1] = {PM_NOP, PM_DBS}, 2180 [PM_STA_5_1x1] = {PM_DBS, PM_NOP}, 2182 [PM_P2P_CLI_24_1x1] = {PM_NOP, PM_DBS}, 2184 [PM_P2P_CLI_5_1x1] = {PM_DBS, PM_NOP}, 2186 [PM_P2P_GO_24_1x1] = {PM_NOP, PM_DBS}, 2188 [PM_P2P_GO_5_1x1] = {PM_DBS, PM_NOP}, 2190 [PM_SAP_24_1x1] = {PM_NOP, PM_DBS}, 2192 [PM_SAP_5_1x1] = {PM_DBS, PM_NOP}, 2203 [PM_STA_SAP_SCC_24_1x1] = {PM_NOP, PM_DBS}, 2205 [PM_STA_SAP_MCC_24_1x1] = {PM_NOP, PM_DBS}, [all …]
|
H A D | wlan_policy_mgr_tables_2x2_dbs_i.h | 2425 [PM_STA_5_1x1] = {PM_DBS, PM_SBS}, 2426 [PM_STA_5_2x2] = {PM_DBS, PM_SBS_DOWNGRADE}, 2429 [PM_P2P_CLI_5_1x1] = {PM_DBS, PM_SBS}, 2430 [PM_P2P_CLI_5_2x2] = {PM_DBS, PM_SBS_DOWNGRADE}, 2433 [PM_P2P_GO_5_1x1] = {PM_DBS, PM_SBS}, 2434 [PM_P2P_GO_5_2x2] = {PM_DBS, PM_SBS_DOWNGRADE}, 2437 [PM_SAP_5_1x1] = {PM_DBS, PM_SBS}, 2438 [PM_SAP_5_2x2] = {PM_DBS, PM_SBS_DOWNGRADE}, 2452 [PM_STA_SAP_SCC_5_1x1] = {PM_DBS, PM_SBS}, 2453 [PM_STA_SAP_SCC_5_2x2] = {PM_DBS, PM_SBS_DOWNGRADE}, [all …]
|
H A D | wlan_policy_mgr_action.c | 1030 *next_action = PM_DBS; in policy_mgr_get_next_action() 1379 } else if ((action == PM_DBS_DOWNGRADE) || (action == PM_DBS) || in policy_mgr_validate_dbs_switch() 1450 PM_DBS, reason, session_id, request_id); in policy_mgr_next_actions() 1452 case PM_DBS: in policy_mgr_next_actions() 1466 reason, PM_NOP, PM_DBS, in policy_mgr_next_actions()
|
H A D | wlan_policy_mgr_core.c | 455 hw_mode->action_type = PM_DBS; in policy_mgr_get_hw_mode_from_idx() 4945 return PM_DBS; in policy_mgr_get_current_pref_hw_mode_dbs_2x2() 4953 return PM_DBS; in policy_mgr_get_current_pref_hw_mode_dbs_2x2() 4979 return PM_DBS; in policy_mgr_get_current_pref_hw_mode_dbs_2x2()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ |
H A D | wlan_policy_mgr_public_struct.h | 1297 PM_DBS, enumerator
|