HomeSort by relevance Sort by last modified time
    Searched refs:os_timeStampMs (Results 1 - 25 of 29) sorted by null

1 2

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeBuilder.c 139 pPktCtrlBlk->tTxDescriptor.startTime = os_timeStampMs (pHandle->hOs);
healthMonitor.c 375 TRACE2(pHealthMonitor->hReport, REPORT_SEVERITY_CONSOLE, "***** recovery trigger: failureEvent =%d *****, ts=%d\n", pHealthMonitor->failureEvent, os_timeStampMs(pHealthMonitor->hOs));
376 WLAN_OS_REPORT (("***** recovery trigger: %s *****, ts=%d\n", sRecoveryTriggersNames[pHealthMonitor->failureEvent], os_timeStampMs(pHealthMonitor->hOs)));
ScanCncnApp.c 151 uCurrentTimeStamp = os_timeStampMs (pScanCncn->hOS);
trafficAdmControl.c 856 pPktCtrlBlk->tTxDescriptor.startTime = os_timeStampMs (pTrafficAdmCtrl->hOs);
    [all...]
scanResultTable.c 52 #define UPDATE_LOCAL_TIMESTAMP(pSite, hOs) pSite->localTimeStamp = os_timeStampMs(hOs);
515 os_timeStampMs(pScanResultTable->hOS) - MILISECONDS(pScanResultTable->uSraThreshold))
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 137 TI_UINT32 uCurrTS = os_timeStampMs (TrafficMonitor->hOs);
198 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
324 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
527 CurentTime = os_timeStampMs(TrafficMonitor->hOs);
    [all...]
txCtrlParams.c 81 TI_UINT32 currentTimeStamp = os_timeStampMs(pTxCtrl->hOs); /* get current time stamp */
275 pTxCtrl->lastCreditCalcTimeStamp[acId] = os_timeStampMs(pTxCtrl->hOs);
    [all...]
txCtrl.c 137 pPktCtrlBlk->tTxPktParams.uDriverDelay = os_timeStampMs (pTxCtrl->hOs) - uPktStartTime;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 348 pRegulatoryDomain->uLastCountryReceivedTS = os_timeStampMs(pRegulatoryDomain->hOs);
610 TI_UINT32 uCurrentTS = os_timeStampMs (pRegulatoryDomain->hOs);
    [all...]
measurementMgrSM.c 528 activationDelay += ((os_timeStampMs(pMeasurementMgr->hOs) % MSR_ACTIVATION_DELAY_RANDOM)
    [all...]
SwitchChannel.c 769 pSwitchChannel->SCRRequestTimestamp = os_timeStampMs(pSwitchChannel->hOs);
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 446 TI_UINT32 os_timeStampMs (TI_HANDLE OsContext);
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr.c 240 curTimestamp = os_timeStampMs(pRoamingMngr->hOs);
340 pRoamingMngr->roamingHandoverCompletedTimestamp = os_timeStampMs(pRoamingMngr->hOs);
341 pRoamingMngr->roamingAverageSuccHandoverDuration += os_timeStampMs(pRoamingMngr->hOs)-pRoamingMngr->roamingHandoverStartedTimestamp;
342 pRoamingMngr->roamingAverageRoamingDuration += os_timeStampMs(pRoamingMngr->hOs)-pRoamingMngr->roamingTriggerTimestamp;
    [all...]
roamingMngr_autoSM.c 498 pRoamingMngr->roamingHandoverStartedTimestamp = os_timeStampMs(pRoamingMngr->hOs);
  /hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c 231 pPktCtrlBlk->tTxDescriptor.startTime = os_timeStampMs (hOs);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connIbss.c 513 randomTime = os_timeStampMs (pConn->hOs) & 0x1FFF;
rsn.c 464 pRsn->rsnStartedTs = os_timeStampMs (pRsn->hOs);
    [all...]
apConn.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 512 pFwEvent->uFwTimeOffset = (os_timeStampMs (pFwEvent->hOs) * 1000) -
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 283 * os_timeStampMs()
294 TI_UINT32 os_timeStampMs (TI_HANDLE OsContext)
WlanDrvIf.c 148 pPktCtrlBlk->tTxDescriptor.startTime = os_timeStampMs(drv); /* remove use of skb->tstamp.off_usec */
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.c 253 TI_UINT32 currentTime = os_timeStampMs( pMeasurementSRV->hOS );
361 TI_UINT32 currentTime = os_timeStampMs( pMeasurementSRV->hOS );
    [all...]
MeasurementSrv.c 306 pMeasurementSRV->requestRecptionTimeStampMs = os_timeStampMs( pMeasurementSRV->hOS );
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.c 797 TI_UINT32 TimeStamp = os_timeStampMs(pCmdQueue->hOs);
    [all...]

Completed in 229 milliseconds

1 2