HomeSort by relevance Sort by last modified time
    Searched refs:hPowerSrv (Results 1 - 9 of 9) sorted by null

  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrv_API.h 114 TI_STATUS powerSrv_destroy(TI_HANDLE hPowerSrv);
131 TI_STATUS powerSrv_init (TI_HANDLE hPowerSrv,
138 TI_STATUS powerSrv_config(TI_HANDLE hPowerSrv,
148 * 1) hPowerSrv - handle to the PowerSrv object.\n
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);
259 * - hPowerSrv - handle to the PowerSrv object.
    [all...]
MacServices.h 49 TI_HANDLE hPowerSrv;
PowerSrv.c 67 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,
134 INPUT: - hPowerSrv - Handle to the Power Server
141 TI_STATUS powerSrv_destroy(TI_HANDLE hPowerSrv)
143 powerSrv_t *pPowerSrv = (powerSrv_t*)hPowerSrv;
164 INPUT: - hPowerSrv - handle to the PowerSrv object.
172 TI_STATUS powerSrv_init (TI_HANDLE hPowerSrv,
178 powerSrv_t* pPowerSrv = (powerSrv_t*)hPowerSrv;
191 powerSrvCreatePssRequest(hPowerSrv,
    [all...]
MacServices.c 69 pMacServices->hPowerSrv = NULL;
87 pMacServices->hPowerSrv = powerSrv_create(hOS);
88 if (NULL == pMacServices->hPowerSrv )
125 if(pMacServices->hPowerSrv)
126 powerSrv_destroy(pMacServices->hPowerSrv);
159 pMacServices->hPowerSrv,
162 if (powerSrv_init (pMacServices->hPowerSrv,
188 if (powerSrv_config(pMacServices->hPowerSrv,&pInitParams->tPowerSrv) != TI_OK)
211 powerSrv_restart (pMacServices->hPowerSrv);
233 powerSrvRegisterFailureEventCB (pMacServices->hPowerSrv,
    [all...]
ScanSrv.h 86 TI_HANDLE hPowerSrv; /**< power Server object handle */
ScanSrvSM.c 200 psStatus = powerSrv_ReservePS( pScanSRV->hPowerSrv,
277 psStatus = powerSrv_ReleasePS( pScanSRV->hPowerSrv,
401 PSMode = powerSrv_getPsStatus(pScanSRV->hPowerSrv) ? POWER_SAVE_802_11_SUCCESS : POWER_SAVE_802_11_FAIL;
ScanSrv.c 133 pScanSRV->hPowerSrv = pMacServices->hPowerSrv;
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 70 TI_HANDLE hPowerSrv;
  /hardware/ti/wlan/wl1271/Test/
HealthMonitorDbg.c 79 PowerSrvSM_t *pPowerSrvSM = (PowerSrvSM_t*)((powerSrv_t*)pMacServices->hPowerSrv)->hPowerSrvSM;

Completed in 48 milliseconds