Home
last modified time | relevance | path

Searched refs:TimeIntervalMs (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTrafficMonitor.c206 AlertElement->TimeOut = AlertElement->TimeIntervalMs + CurentTime; in TrafficMonitor_Start()
340 TrafficAlertElement->TimeIntervalMs = TrafficAlertRegParm->TimeIntervalMs; in TrafficMonitor_RegEvent()
341 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertRegParm->TimeIntervalMs; in TrafficMonitor_RegEvent()
554 TrafficAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs; in TrafficMonitor_SetRstCondition()
576 TrafficResetAlertElement->TimeOut = CurentTime + TrafficAlertElement->TimeIntervalMs; in TrafficMonitor_SetRstCondition()
725 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs; in isThresholdUp()
732 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs; in isThresholdUp()
748 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs; in isThresholdUp()
818 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs; in isThresholdDown()
835 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs; in isThresholdDown()
[all …]
DTrafficMonitor.h146 TI_UINT32 TimeIntervalMs; member
DTrafficMonitorAPI.h92 TI_UINT32 TimeIntervalMs; member
DCtrl.c866 TrafficAlertRegParm.TimeIntervalMs = pCtrlData->ctrlDataTrafficIntensityThresholds.TestInterval; in ctrlData_RegisterTrafficIntensityEvents()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DPowerMgr.c232 tmRegParam.TimeIntervalMs = BET_INTERVAL_VALUE; in PowerMgr_SetDefaults()
277 tmRegParam.TimeIntervalMs = pPowerMgr->autoModeInterval; in PowerMgr_SetDefaults()