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

  /hardware/ti/wlan/wl1271/utils/
timer.h 59 TI_HANDLE tmr_CreateTimer (TI_HANDLE hTimerModule);
timer.c 88 * \note This is NOT a specific timer creation! (see tmr_CreateTimer)
325 * \fn tmr_CreateTimer
335 TI_HANDLE tmr_CreateTimer (TI_HANDLE hTimerModule)
342 WLAN_OS_REPORT (("tmr_CreateTimer(): ERROR - NULL timer!\n"));
350 WLAN_OS_REPORT (("tmr_CreateTimer(): Timer allocation failed!!\n"));
359 TRACE0(pTimerModule->hReport, REPORT_SEVERITY_CONSOLE ,"tmr_CreateTimer(): OS-API Timer allocation failed!!\n");
361 WLAN_OS_REPORT (("tmr_CreateTimer(): OS-API Timer allocation failed!!\n"));
383 * \sa tmr_CreateTimer
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
CmdMBox.c 164 pCmdMbox->hCmdMboxTimer = tmr_CreateTimer (hTimer);
HwInit.c 515 pHwInit->hStallTimer = tmr_CreateTimer (hTimer);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
authSm.c 221 pHandle->hAuthSmTimer = tmr_CreateTimer (pHandle->hTimer);
healthMonitor.c 216 pHealthMonitor->hFailTimer = tmr_CreateTimer (pHealthMonitor->hTimer);
PowerMgr.c 336 pPowerMgr->hRetryPsTimer = tmr_CreateTimer(pPowerMgr->hTimer);
338 pPowerMgr->hPsPollFailureTimer = tmr_CreateTimer(pPowerMgr->hTimer);
    [all...]
trafficAdmControl.c 252 pTrafficAdmCtrl->hAdmCtrlTimer[uAcId] = tmr_CreateTimer (pTrafficAdmCtrl->hTimer);
    [all...]
assocSM.c 301 pHandle->hAssocSmTimer = tmr_CreateTimer (pHandle->hTimer);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.c 123 pMeasurementSRV->hStartStopTimer = tmr_CreateTimer (pMeasurementSRV->hTimer);
133 pMeasurementSRV->hRequestTimer[i] = tmr_CreateTimer (pMeasurementSRV->hTimer);
    [all...]
PowerSrvSM.c 297 pPowerSrvSM->hPwrSrvSmTimer = tmr_CreateTimer (pPowerSrvSM->hTimer);
    [all...]
ScanSrv.c 139 pScanSRV->hScanSrvTimer = tmr_CreateTimer (pScanSRV->hTimer);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrl.c 298 pAdmCtrl->hPreAuthTimerWpa2 = tmr_CreateTimer (pAdmCtrl->hTimer);
conn.c 191 pConn->hConnTimer = tmr_CreateTimer (pConn->hTimer);
rsn.c 275 pRsn->hMicFailureReportWaitTimer = tmr_CreateTimer (pRsn->hTimer);
281 pRsn->hMicFailureGroupReKeyTimer = tmr_CreateTimer (pRsn->hTimer);
292 pRsn->hMicFailurePairwiseReKeyTimer = tmr_CreateTimer (pRsn->hTimer);
    [all...]
mainKeysSm.c 247 pMainKeys->hSessionTimer = tmr_CreateTimer (pMainKeys->hTimer);
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txDataQueue.c 166 pTxDataQ->hTxSendPaceTimer = tmr_CreateTimer (pStadHandles->hTimer);