Searched refs:frameCount (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
H A DPowerMgr.c378 int frameCount; local
430 frameCount = TrafficMonitor_GetFrameBandwidth(pPowerMgr->hTrafficMonitor);
432 if (frameCount < pPowerMgr->BetEnableThreshold)
436 else if (frameCount > pPowerMgr->BetDisableThreshold)
1016 int frameCount; local
1018 frameCount = TrafficMonitor_GetFrameBandwidth(pPowerMgr->hTrafficMonitor);
1022 "frame count=%d, TH=%d\n", frameCount, pPowerMgr->autoModeActiveTH) );
1025 if ( frameCount >= pPowerMgr->autoModeActiveTH )
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DPowerMgr.c374 int frameCount; local
423 frameCount = TrafficMonitor_GetFrameBandwidth(pPowerMgr->hTrafficMonitor);
425 if (frameCount < pPowerMgr->BetEnableThreshold)
430 else if (frameCount > pPowerMgr->BetDisableThreshold)
942 int frameCount; local
944 frameCount = TrafficMonitor_GetFrameBandwidth(pPowerMgr->hTrafficMonitor);
949 if ( frameCount >= pPowerMgr->autoModeActiveTH )

Completed in 23 milliseconds