Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_power.c1523 if (mimops->htMIMOPSState == eSIR_HT_MIMO_PS_DYNAMIC) in wma_process_set_mimops_req()
1524 mimops->htMIMOPSState = WMI_PEER_MIMO_PS_DYNAMIC; in wma_process_set_mimops_req()
1525 else if (mimops->htMIMOPSState == eSIR_HT_MIMO_PS_STATIC) in wma_process_set_mimops_req()
1526 mimops->htMIMOPSState = WMI_PEER_MIMO_PS_STATIC; in wma_process_set_mimops_req()
1527 else if (mimops->htMIMOPSState == eSIR_HT_MIMO_PS_NO_LIMIT) in wma_process_set_mimops_req()
1528 mimops->htMIMOPSState = WMI_PEER_MIMO_PS_NONE; in wma_process_set_mimops_req()
1531 mimops->htMIMOPSState, mimops->sessionId, in wma_process_set_mimops_req()
1535 WMI_HOST_PEER_MIMO_PS_STATE, mimops->htMIMOPSState, in wma_process_set_mimops_req()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddph_global.h125 tSirMacHTMIMOPowerSaveState htMIMOPSState; member
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h667 tSirMacHTMIMOPowerSaveState htMIMOPSState; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_action_frame.c1061 if (state == pSta->htMIMOPSState) { in __lim_process_sm_power_save_update()
1067 pSta->htMIMOPSState = state; in __lim_process_sm_power_save_update()
1068 lim_post_sm_state_update(mac, pSta->htMIMOPSState, in __lim_process_sm_power_save_update()
H A Dlim_process_assoc_req_frame.c1646 sta_ds->htMIMOPSState = assoc_req->HTCaps.mimoPowerSave; in lim_update_sta_ds()
2404 sta_ds->htMIMOPSState, sta_ds->staAddr, in lim_send_assoc_ind_to_sme()
H A Dlim_process_assoc_rsp_frame.c89 sta_ds->htMIMOPSState = in lim_update_stads_htcap()
H A Dlim_process_tdls.c3599 sta->htMIMOPSState = htCaps->mimoPowerSave; in lim_tdls_update_hash_node_info()
H A Dlim_assoc_utils.c2433 add_sta_params->mimoPS = sta_ds->htMIMOPSState; in lim_add_sta()
H A Dlim_utils.c4216 pMIMO_PSParams->htMIMOPSState = state; in lim_post_sm_state_update()