Home | History | Annotate | Download | only in HealthMonitor

Lines Matching full:failureevent

188     pHealthMonitor->failureEvent    = (UINT32)NO_FAILURE;
431 failureEvent - the error
438 void healthMonitor_sendFailureEvent (TI_HANDLE hHealthMonitor, failureEvent_e failureEvent)
443 if (pHealthMonitor->failureEvent < MAX_FAILURE_EVENTS)
450 else if (TRUE == pHealthMonitor->recoveryTriggerEnabled[failureEvent])
452 pHealthMonitor->failureEvent = failureEvent;
470 failureEvent - the error
482 if (pHealthMonitor->failureEvent < MAX_FAILURE_EVENTS)
484 pHealthMonitor->recoveryTriggersNumber[pHealthMonitor->failureEvent] ++;
486 WLAN_OS_REPORT (("***** recovery trigger: %s *****\n", sRecoveryTriggersNames[pHealthMonitor->failureEvent]));
490 pHealthMonitor->failureEvent = (UINT32)NO_FAILURE;
496 pHealthMonitor->failureEvent));