Home | History | Annotate | Download | only in Application

Lines Matching full:delta

1073     /* initialize previous delta change array (used for SPS drift compensation) */
2368 * performed. Than, the initial TSF value is converted to remote TSF value, using the delta just calculated.
2387 /* calculate the delta between local and remote TSF */
2394 TRACE4( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "TSF delta:%u-%u, current remote TSF:%u-%u\n", INT64_HIGHER(localRemoteTSFDelta), INT64_LOWER(localRemoteTSFDelta), INT64_HIGHER(remoteBeaconTSF ), INT64_LOWER(remoteBeaconTSF ));
2413 /* update delta change array with the change between current and last delta (if last delta is valid) */
2419 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "current delta^2:%d\n", localRemoteTSFDelta - BSSList->scanBSSList[ entryIndex ].prevTSFDelta);
2428 /* calculate average delta change, and add (or subtract) it from beacon timing */
2435 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "average delta change: %d\n", averageDeltaChange);