Home
last modified time | relevance | path

Searched refs:mimops (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_power.c1520 tSetMIMOPS *mimops) in wma_process_set_mimops_req() argument
1523 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()
1532 QDF_MAC_ADDR_REF(mimops->peerMac)); in wma_process_set_mimops_req()
1534 wma_set_peer_param(wma_handle, mimops->peerMac, in wma_process_set_mimops_req()
[all …]
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h863 tSetMIMOPS *mimops);