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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnApp.c 66 TI_UINT32 uCurrentTimeStamp;
151 uCurrentTimeStamp = os_timeStampMs (pScanCncn->hOS);
152 if ( (uCurrentTimeStamp - pScanCncn->uOSScanLastTimeStamp) <
155 TRACE3(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: last OID scan performed at: %d, now is: %d, min duration is: %d, too early for another scan!\n", pScanCncn->uOSScanLastTimeStamp, uCurrentTimeStamp, pScanCncn->tInitParams.uMinimumDurationBetweenOsScans);
171 pScanCncn->uOSScanLastTimeStamp = uCurrentTimeStamp;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncnApp.c 66 TI_UINT32 uCurrentTimeStamp;
145 uCurrentTimeStamp = os_timeStampMs (pScanCncn->hOS);
146 if ( (uCurrentTimeStamp - pScanCncn->uOSScanLastTimeStamp) <
149 TRACE3(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: last OID scan performed at: %d, now is: %d, min duration is: %d, too early for another scan!\n", pScanCncn->uOSScanLastTimeStamp, uCurrentTimeStamp, pScanCncn->tInitParams.uMinimumDurationBetweenOsScans);
165 pScanCncn->uOSScanLastTimeStamp = uCurrentTimeStamp;

Completed in 161 milliseconds