Searched defs:currAC (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
H A DmeasurementMgr.c228 UINT32 currAC; local
292 for (currAC = 0; currAC < MAX_NUM_OF_AC; currAC++)
294 pMeasurementMgr->isTsMetricsEnabled[currAC] = FALSE;
295 os_timerStop(pMeasurementMgr->hOs, pMeasurementMgr->pTsMetricsReportTimer[currAC]);
1013 UINT32 currAC; local
1024 for (currAC = 0; currAC < MAX_NUM_OF_AC; currAC
[all...]
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DmeasurementMgr.c209 TI_UINT32 currAC; local
225 for (currAC = 0; currAC < MAX_NUM_OF_AC; currAC++)
227 pMeasurementMgr->isTsMetricsEnabled[currAC] = TI_FALSE;
229 pMeasurementMgr->hTsMetricsReportTimer[currAC] = tmr_CreateTimer (pMeasurementMgr->hTimer);
230 if (pMeasurementMgr->hTsMetricsReportTimer[currAC] == NULL)
917 TI_UINT32 currAC; local
926 for (currAC = 0; currAC < MAX_NUM_OF_A
[all...]

Completed in 31 milliseconds