Home | History | Annotate | Download | only in AirLink_Managment

Lines Matching refs:trafficIntensityThreshold

213     pMeasurementMgr->trafficIntensityThreshold = pMeasurementInitParams->trafficIntensityThreshold;
289 pMeasurementMgr->trafficIntensityThreshold = pParam->content.measurementTrafficThreshold;
357 WLAN_OS_REPORT(("Traffic Intensity Threshold: %d\n", pMeasurementMgr->trafficIntensityThreshold));
967 if (pcksPerSec >= pMeasurementMgr->trafficIntensityThreshold)