Home
last modified time | relevance | path

Searched refs:measurementTrafficThreshold (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DmeasurementMgr.c284 if ((pParam->content.measurementTrafficThreshold >= MEASUREMENT_TRAFFIC_THRSHLD_MIN) && in measurementMgr_setParam()
285 (pParam->content.measurementTrafficThreshold <= MEASUREMENT_TRAFFIC_THRSHLD_MAX)) in measurementMgr_setParam()
287 …ION, ": MEASUREMENT_TRAFFIC_THRESHOLD_PARAM <- %d\n", pParam->content.measurementTrafficThreshold); in measurementMgr_setParam()
289 … pMeasurementMgr->trafficIntensityThreshold = pParam->content.measurementTrafficThreshold; in measurementMgr_setParam()
293 …alue for MEASUREMENT_TRAFFIC_THRESHOLD_PARAM (%d)\n", pParam->content.measurementTrafficThreshold); in measurementMgr_setParam()
/hardware/ti/wlan/wl1271/Test/
DmeasurementDbg.c364 param.content.measurementTrafficThreshold = trafficThreshold; in measurementDebugFunction()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h727 TI_UINT16 measurementTrafficThreshold; member