Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/MacServices/
DPowerSrv.c67 static void powerSrv802_11PsReport (TI_HANDLE hPowerSrv, char* str , TI_UINT32 strLen);
68 TI_STATUS powerSrvProcessRequest (TI_HANDLE hPowerSrv, powerSrvMode_e requestMode);
69 void powerSrvCreatePssRequest (TI_HANDLE hPowerSrv,
141 TI_STATUS powerSrv_destroy(TI_HANDLE hPowerSrv) in powerSrv_destroy() argument
143 powerSrv_t *pPowerSrv = (powerSrv_t*)hPowerSrv; in powerSrv_destroy()
172 TI_STATUS powerSrv_init (TI_HANDLE hPowerSrv, in powerSrv_init() argument
178 powerSrv_t* pPowerSrv = (powerSrv_t*)hPowerSrv; in powerSrv_init()
191 powerSrvCreatePssRequest(hPowerSrv, in powerSrv_init()
199 powerSrvCreatePssRequest(hPowerSrv, in powerSrv_init()
217 hPowerSrv); in powerSrv_init()
[all …]
DPowerSrv_API.h114 TI_STATUS powerSrv_destroy(TI_HANDLE hPowerSrv);
131 TI_STATUS powerSrv_init (TI_HANDLE hPowerSrv,
138 TI_STATUS powerSrv_config(TI_HANDLE hPowerSrv,
160 TI_STATUS powerSrv_SetPsMode (TI_HANDLE hPowerSrv,
193 TI_STATUS powerSrv_ReservePS (TI_HANDLE hPowerSrv,
216 TI_STATUS powerSrv_ReleasePS( TI_HANDLE hPowerSrv,
233 TI_BOOL powerSrv_getPsStatus(TI_HANDLE hPowerSrv);
248 void powerSrv_SetRateModulation(TI_HANDLE hPowerSrv, TI_UINT16 rate);
263 void powerSrvRegisterFailureEventCB( TI_HANDLE hPowerSrv,
277 TI_UINT32 powerSrv_GetRateModulation(TI_HANDLE hPowerSrv);
[all …]
DMacServices.c69 pMacServices->hPowerSrv = NULL; in MacServices_create()
87 pMacServices->hPowerSrv = powerSrv_create(hOS); in MacServices_create()
88 if (NULL == pMacServices->hPowerSrv ) in MacServices_create()
125 if(pMacServices->hPowerSrv) in MacServices_destroy()
126 powerSrv_destroy(pMacServices->hPowerSrv); in MacServices_destroy()
159 pMacServices->hPowerSrv, in MacServices_init()
162 if (powerSrv_init (pMacServices->hPowerSrv, in MacServices_init()
188 if (powerSrv_config(pMacServices->hPowerSrv,&pInitParams->tPowerSrv) != TI_OK) in MacServices_config()
211 powerSrv_restart (pMacServices->hPowerSrv); in MacServices_restart()
233 powerSrvRegisterFailureEventCB (pMacServices->hPowerSrv, in MacServices_registerFailureEventCB()
[all …]
DMacServices.h49 TI_HANDLE hPowerSrv; member
DScanSrvSM.c200 psStatus = powerSrv_ReservePS( pScanSRV->hPowerSrv, in scanSRVSM_requestPS()
277 psStatus = powerSrv_ReleasePS( pScanSRV->hPowerSrv, in scanSRVSM_releasePS()
401 …PSMode = powerSrv_getPsStatus(pScanSRV->hPowerSrv) ? POWER_SAVE_802_11_SUCCESS : POWER_SAVE_802_11… in scanSRVSM_notifyScanComplete()
DScanSrv.h86 TI_HANDLE hPowerSrv; /**< power Server object handle */ member
DScanSrv.c133 pScanSRV->hPowerSrv = pMacServices->hPowerSrv; in MacServices_scanSRV_init()
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DDrvMainModules.h70 TI_HANDLE hPowerSrv; member
/hardware/ti/wlan/wl1271/Test/
DHealthMonitorDbg.c79 …PowerSrvSM_t *pPowerSrvSM = (PowerSrvSM_t*)((powerSrv_t*)pMacServices->hPowerSrv)->hPowerSrv… in healthMonitorDebugFunction()