Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTrafficMonitor.c338 TrafficAlertElement->Threshold = TrafficAlertRegParm->Threshold; in TrafficMonitor_RegEvent()
728 if (AlertElement->EventCounter > AlertElement->Threshold) in isThresholdUp()
802 if (AlertElement->EventCounter <= AlertElement->Threshold) in isThresholdDown()
844 if(AlertElement->EventCounter > AlertElement->Threshold) in isThresholdDown()
1296 TrafficAlertRegParm.Threshold = 50; in TestEventFunc()
1306 TrafficAlertRegParm.Threshold = 30; in TestEventFunc()
1317 TrafficAlertRegParm.Threshold = 25; in TestEventFunc()
1327 TrafficAlertRegParm.Threshold = 10; in TestEventFunc()
DTrafficMonitor.h137 int Threshold; member
DTrafficMonitorAPI.h91 int Threshold; member
DCtrl.c867 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold; in ctrlData_RegisterTrafficIntensityEvents()
881 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold; in ctrlData_RegisterTrafficIntensityEvents()
905 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uLowThreshold; in ctrlData_RegisterTrafficIntensityEvents()
918 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uLowThreshold; in ctrlData_RegisterTrafficIntensityEvents()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DPowerMgr.c239 tmRegParam.Threshold = pPowerMgrInitParams->BetEnableThreshold; in PowerMgr_SetDefaults()
247 tmRegParam.Threshold = pPowerMgrInitParams->BetDisableThreshold; in PowerMgr_SetDefaults()
284 tmRegParam.Threshold = pPowerMgr->autoModeActiveTH; in PowerMgr_SetDefaults()
290 tmRegParam.Threshold = pPowerMgr->autoModeDozeTH; in PowerMgr_SetDefaults()