Home | History | Annotate | Download | only in Ctrl

Lines Matching refs:Threshold

299     /* Initialize traffic intensity threshold parameters */
943 /* save last non-protection mode fragmentation threshold */
946 /* set fragmentation threshold to max (disable) */
1062 * OUTPUT: pHighThreshold - The current phy rate high threshold
1063 * pHighThreshold - The current phy rate low threshold
1832 Routine Description: Registers traffic intensity threshold events through traffic monitor
1842 /* Register high threshold "direction up" event */
1849 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold;
1860 /* Register high threshold "direction down" event*/
1864 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold;
1886 /* Register low threshold "direction up" event */
1890 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uLowThreshold;
1900 /* Register low threshold "direction below" event */
1904 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uLowThreshold;
1934 Routine Description: called whenever traffic intensity threshold is crossed.
1935 notifies event handler to send appropriate event with threshold parameters.
2093 WLAN_OS_REPORT(("Traffic Intensity threshold events status: %s\n", (((ctrlData_t *)hCtrlData)->ctrlDataTrafficIntensityEventsEnabled ? "Enabled" : "Disabled")));
2094 WLAN_OS_REPORT(("Traffic Intensity high threshold: %d packets/sec \n", ((ctrlData_t *)hCtrlData)->ctrlDataTrafficIntensityThresholds.uHighThreshold));
2095 WLAN_OS_REPORT(("Traffic Intensity low threshold: %d packets/sec \n", ((ctrlData_t *)hCtrlData)->ctrlDataTrafficIntensityThresholds.uLowThreshold));