Searched refs:pTrafficMonitor (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DTrafficMonitor.c222 TrafficMonitor_t *pTrafficMonitor = (TrafficMonitor_t*)hTrafficMonitor; local
225 if (pTrafficMonitor == NULL)
230 if (pTrafficMonitor->Active) /*To prevent double call to timer stop*/
233 pTrafficMonitor->Active = TI_FALSE;
235 pTrafficMonitor->DownTimerEnabled = TI_FALSE;
236 tmr_StopTimer (pTrafficMonitor->hTrafficMonTimer);
240 AlertElement = (TrafficAlertElement_t*)List_GetFirst(pTrafficMonitor->NotificationRegList);
245 AlertElement = (TrafficAlertElement_t*)List_GetNext(pTrafficMonitor->NotificationRegList);
951 TrafficMonitor_t *pTrafficMonitor =(TrafficMonitor_t*)hTrafficMonitor; local
954 if(pTrafficMonitor
1189 TrafficMonitor_t *pTrafficMonitor = (TrafficMonitor_t*)hTrafficMonitor; local
[all...]

Completed in 37 milliseconds