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

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 61 TI_HANDLE hTrafficMon;
DrvMain.c 401 pDrvMain->tStadHandles.hTrafficMon = TrafficMonitor_create (hOs);
402 if (pDrvMain->tStadHandles.hTrafficMon == NULL)
604 if (pDrvMain->tStadHandles.hTrafficMon != NULL)
606 TrafficMonitor_Destroy (pDrvMain->tStadHandles.hTrafficMon);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.c 162 pConn->hTrafficMonitor = pStadHandles->hTrafficMon;
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 156 pMeasurementMgr->hTrafficMonitor = pStadHandles->hTrafficMon;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.c 144 pCtrlData->hTrafficMonitor = pStadHandles->hTrafficMon;
    [all...]
TrafficMonitor.c 136 TrafficMonitor_t *TrafficMonitor = (TrafficMonitor_t *)(pStadHandles->hTrafficMon);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgr.c 183 pPowerMgr->hTrafficMonitor = pStadHandles->hTrafficMon;
    [all...]

Completed in 388 milliseconds