Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/platforms/os/common/inc/
Dconvert.h61 #define TIWLN_802_11_POWER_MODE_GET POWER_MGR_POWER_MODE
62 #define TIWLN_802_11_POWER_MODE_SET POWER_MGR_POWER_MODE
65 #define TIWLN_802_11_POWER_MGR_PROFILE POWER_MGR_POWER_MODE
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
DSoftGemini.c691 param.paramType = POWER_MGR_POWER_MODE; in SoftGemini_SetPS()
761 param.paramType = POWER_MGR_POWER_MODE; in SoftGemini_EnableProtectiveMode()
812 param.paramType = POWER_MGR_POWER_MODE; in SoftGemini_RemoveProtectiveModeParameters()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/
DSoftGemini.c883 param.paramType = POWER_MGR_POWER_MODE; in SoftGemini_SetPS()
948 param.paramType = POWER_MGR_POWER_MODE; in SoftGemini_EnableProtectiveMode()
999 param.paramType = POWER_MGR_POWER_MODE; in SoftGemini_RemoveProtectiveModeParameters()
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DPowerMgr.c678 case POWER_MGR_POWER_MODE: in powerMgr_setParam()
743 case POWER_MGR_POWER_MODE: in powerMgr_getParam()
1362 param.paramType = POWER_MGR_POWER_MODE; in PowerMgr_PsPollFailureCB()
/system/wlan/ti/wilink_6_1/utils/
DCmdInterfaceCodes.h776POWER_MGR_POWER_MODE = SET_BIT | GET_BIT | POWER_MANAGER_PARAM | 0x01, /**< Power Man… enumerator
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
DPowerMgr.c750 case POWER_MGR_POWER_MODE: in powerMgr_setParam()
816 case POWER_MGR_POWER_MODE: in powerMgr_getParam()
1494 param.paramType = POWER_MGR_POWER_MODE; in PowerMgr_PsPollFailureCB()
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
DparamMng.h421POWER_MGR_POWER_MODE = SET_BIT | GET_BIT | POWER_MANAGER_PARAM | 0x… enumerator
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
DosUtil.c1177 …retValue = UtilSetParam(pAdapter, POWER_MGR_POWER_MODE,(PUCHAR)&PowerMgr_PowerMode, sizeof(PowerMg… in UtilPowerModeSet()
1196 retValue = UtilGetParam(pAdapter, POWER_MGR_POWER_MODE, pData, sizeof(PowerMgr_PowerMode_e)); in UtilPowerModeGet()