Searched refs:Period (Results 1 - 8 of 8) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
H A DspectrumMngmntMgr.c555 periodTimeDelta = pMeasurementMgr->mediumOccupancyEnd.Period -
556 pMeasurementMgr->mediumOccupancyStart.Period;
561 ("Period time delta is negative , %d\n\n", periodTimeDelta));
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DspectrumMngmntMgr.c546 periodTimeDelta = pMeasurementMgr->mediumOccupancyEnd.Period -
547 pMeasurementMgr->mediumOccupancyStart.Period;
551 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, "Period time delta is negative , %d\n\n", periodTimeDelta);
/system/wlan/ti/wilink_6_1/TWD/MacServices/
H A DMeasurementSrv.c852 if ( (TI_OK == status) && (0 != pMeasurementSRV->mediumOccupancyResults.Period))
856 periodInMs = pMeasurementSRV->mediumOccupancyResults.Period / 1000;
858 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": MediumUsage = %d Period = %d\n",mediumUsageInMs, periodInMs);
864 pMeasurementSRV->mediumOccupancyResults.Period;
875 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": channel load failed. Status=%d, period=%d\n", status, pMeasurementSRV->mediumOccupancyResults.Period);
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A Dtiwlnif.h333 tiUINT32 Period;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
H A DMeasurementSrv.c895 if ( (OK == status) && (0 != pMeasurementSRV->mediumOccupancyResults.Period) )
899 periodInMs = pMeasurementSRV->mediumOccupancyResults.Period / 1000;
902 ("%s: MediumUsage = %d Period = %d\n",
909 pMeasurementSRV->mediumOccupancyResults.Period;
924 pMeasurementSRV->mediumOccupancyResults.Period) );
/system/wlan/ti/wilink_6_1/Test/
H A DmeasurementDbg.c418 pMediumOccupancy->MediumUsage/1000, pMediumOccupancy->Period/1000));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h233 UINT32 Period;
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h399 /* Period of time between 'Out of sync' and 'No beacon' events */
1741 TI_UINT32 Period; /**< Medium Occupancy Period Time */ member in struct:__anon1361
1838 TI_UINT8 hangoverPeriod; /**< Hang Over Period */

Completed in 542 milliseconds