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

12

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c 163 #define UPDATE_LOCAL_TIME_STAMP(pSiteMgr, pSite, pFrameInfo) pSite->localTimeStamp = os_timeStampMs(pSiteMgr->hOs)
402 timestamp = os_timeStampMs(pSiteMgr->hOs);
405 timestamp = os_timeStampMs(pSiteMgr->hOs);
    [all...]
mlmeParser.c 531 TRACE1(pHandle->hReport, REPORT_SEVERITY_INFORMATION, "MLME_PARSER: recieved BEACON message, TS= %ld\n", os_timeStampMs(pHandle->hOs));
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 628 pMeasurementMgr->currentRequestStartTime = os_timeStampMs(pMeasurementMgr->hOs);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c 396 ((os_timeStampMs( pScanMngr->hOS ) - pScanMngr->currentHostTimeStamp) * 1000);
671 pScanMngr->currentHostTimeStamp = os_timeStampMs( pScanMngr->hOS );
    [all...]

Completed in 50 milliseconds

12