HomeSort by relevance Sort by last modified time
    Searched refs:rstElmt (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 742 TrafficAlertElement_t *rstElmt = AlertElement->ResetElment[i];
743 if(rstElmt != NULL)
744 if(rstElmt->CurrentState == ALERT_WAIT_FOR_RESET)
746 rstElmt->CurrentState = ALERT_OFF;
747 rstElmt->EventCounter = 0;
748 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.c 733 TrafficAlertElement_t *rstElmt = AlertElement->ResetElment[i];
734 if(rstElmt != NULL)
735 if(rstElmt->CurrentState == ALERT_WAIT_FOR_RESET)
737 rstElmt->CurrentState = ALERT_OFF;
738 rstElmt->EventCounter = 0;
739 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 742 TrafficAlertElement_t *rstElmt = AlertElement->ResetElment[i];
743 if(rstElmt != NULL)
744 if(rstElmt->CurrentState == ALERT_WAIT_FOR_RESET)
746 rstElmt->CurrentState = ALERT_OFF;
747 rstElmt->EventCounter = 0;
748 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs;
    [all...]

Completed in 80 milliseconds