HomeSort by relevance Sort by last modified time
    Searched defs:hTWD (Results 1 - 25 of 62) sorted by null

1 2 3

  /hardware/ti/wlan/wl1271/Test/
HealthMonitorDbg.c 59 static void noScanCompleteTimer (TI_HANDLE hTWD);
75 TI_HANDLE hTWD = pStadHandles->hTWD;
76 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices;
92 noScanCompleteTimer (hTWD);
101 TWD_CheckMailboxCb (hTWD, TI_NOK, NULL);
173 static void noScanCompleteTimer (TI_HANDLE hTWD)
175 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices;
  /system/wlan/ti/wilink_6_1/Test/
HealthMonitorDbg.c 59 static void noScanCompleteTimer (TI_HANDLE hTWD);
75 TI_HANDLE hTWD = pStadHandles->hTWD;
76 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices;
92 noScanCompleteTimer (hTWD);
101 TWD_CheckMailboxCb (hTWD, TI_NOK, NULL);
173 static void noScanCompleteTimer (TI_HANDLE hTWD)
175 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices;
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SoftGemini.h 63 TI_HANDLE hTWD;
regulatoryDomain.h 127 TI_HANDLE hTWD;
measurementMgr.h 144 TI_HANDLE hTWD;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
StaCap.h 53 TI_HANDLE hTWD;
PowerMgrKeepAlive.c 48 TI_HANDLE hTWD;
113 * \param hTWD - handle to the TWD object
124 pPowerMgrKL->hTWD = pStadHandles->hTWD;
252 return TWD_CfgKeepAliveEnaDis(pPowerMgrKL->hTWD,
270 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams));
369 status = TWD_CmdTemplate (pPowerMgrKL->hTWD, &tTemplate, NULL, NULL);
377 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uMessageIndex ].keepAliveParams));
387 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uMessageIndex ].keepAliveParams));
ScanCncnPrivate.h 62 TI_HANDLE hTWD;
healthMonitor.c 69 TI_HANDLE hTWD; /* handle to the TWD object */
168 pHealthMonitor->hTWD = pStadHandles->hTWD;
183 TWD_RegisterCb (pHealthMonitor->hTWD,
303 TWD_CmdHealthCheck (pHealthMonitor->hTWD);
378 if (TWD_RecoveryEnabled (pHealthMonitor->hTWD))
422 WLAN_OS_REPORT(("Maximum number of commands in mailbox queue = %u\n", TWD_GetMaxNumberOfCommandsInQueue(pHealthMonitor->hTWD)));
trafficAdmControl.h 85 TI_HANDLE hTWD;
118 TI_HANDLE hTWD,
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
SoftGemini.h 63 TI_HANDLE hTWD;
regulatoryDomain.h 127 TI_HANDLE hTWD;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
StaCap.h 53 TI_HANDLE hTWD;
PowerMgrKeepAlive.c 48 TI_HANDLE hTWD;
113 * \param hTWD - handle to the TWD object
124 pPowerMgrKL->hTWD = pStadHandles->hTWD;
252 return TWD_CfgKeepAliveEnaDis(pPowerMgrKL->hTWD,
270 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams));
369 status = TWD_CmdTemplate (pPowerMgrKL->hTWD, &tTemplate, NULL, NULL);
377 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uMessageIndex ].keepAliveParams));
387 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uMessageIndex ].keepAliveParams));
ScanCncnPrivate.h 62 TI_HANDLE hTWD;
healthMonitor.c 69 TI_HANDLE hTWD; /* handle to the TWD object */
168 pHealthMonitor->hTWD = pStadHandles->hTWD;
183 TWD_RegisterCb (pHealthMonitor->hTWD,
303 TWD_CmdHealthCheck (pHealthMonitor->hTWD);
378 if (TWD_RecoveryEnabled (pHealthMonitor->hTWD))
422 WLAN_OS_REPORT(("Maximum number of commands in mailbox queue = %u\n", TWD_GetMaxNumberOfCommandsInQueue(pHealthMonitor->hTWD)));
trafficAdmControl.h 85 TI_HANDLE hTWD;
118 TI_HANDLE hTWD,
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
WlanDrvCommon.h 89 void *hTWD;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txDataQueue.h 81 TI_HANDLE hTWD;
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
WlanDrvCommon.h 89 void *hTWD;
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 131 TI_HANDLE hTWD;
210 * \param hTWD - Handle to TWD module
214 * From hTWD we extract : hOs, hReport, hTwIf, hContext,
221 TI_STATUS fwEvent_Init (TI_HANDLE hFwEvent, TI_HANDLE hTWD)
224 TTwd *pTWD = (TTwd *)hTWD;
227 pFwEvent->hTWD = hTWD;
557 eStatus = TWD_WdExpireEvent (pFwEvent->hTWD);
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.h 87 TI_HANDLE hTWD; /**< TWD layer handle */
240 TI_HANDLE hTWD,
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrApi.h 136 TI_HANDLE hTWD;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.h 104 TI_HANDLE hTWD;
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 104 TI_HANDLE hTWD;
202 pCmdDispatch->hTWD = pStadHandles->hTWD;
465 return TWD_SetParam (pCmdDispatch->hTWD, (TTwdParamInfo *)pParam);
474 return TWD_GetParam (pCmdDispatch->hTWD, (TTwdParamInfo *)pParam);

Completed in 118 milliseconds

1 2 3