Home | History | Annotate | Download | only in Data_link

Lines Matching refs:Threshold

188     /* Initialize traffic intensity threshold parameters */
546 /* save last non-protection mode fragmentation threshold */
549 /* set fragmentation threshold to max (disable) */
850 Routine Description: Registers traffic intensity threshold events through traffic monitor
860 /* Register high threshold "direction up" event */
867 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold;
877 /* Register high threshold "direction down" event*/
881 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold;
901 /* Register low threshold "direction up" event */
905 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uLowThreshold;
914 /* Register low threshold "direction below" event */
918 TrafficAlertRegParm.Threshold = pCtrlData->ctrlDataTrafficIntensityThresholds.uLowThreshold;
945 Routine Description: called whenever traffic intensity threshold is crossed.
946 notifies event handler to send appropriate event with threshold parameters.
1040 WLAN_OS_REPORT(("Traffic Intensity threshold events status: %s\n", (pCtrlData->ctrlDataTrafficIntensityEventsEnabled ? "Enabled" : "Disabled")));
1041 WLAN_OS_REPORT(("Traffic Intensity high threshold: %d packets/sec \n", pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold));
1042 WLAN_OS_REPORT(("Traffic Intensity low threshold: %d packets/sec \n", pCtrlData->ctrlDataTrafficIntensityThresholds.uLowThreshold));