Home
last modified time | relevance | path

Searched refs:hTrafficMon (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DDrvMainModules.h61 TI_HANDLE hTrafficMon; member
DDrvMain.c401 pDrvMain->tStadHandles.hTrafficMon = TrafficMonitor_create (hOs); in drvMain_Create()
402 if (pDrvMain->tStadHandles.hTrafficMon == NULL) in drvMain_Create()
604 if (pDrvMain->tStadHandles.hTrafficMon != NULL) in drvMain_Destroy()
606 TrafficMonitor_Destroy (pDrvMain->tStadHandles.hTrafficMon); in drvMain_Destroy()
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Dconn.c162 pConn->hTrafficMonitor = pStadHandles->hTrafficMon; in conn_init()
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DmeasurementMgr.c156 pMeasurementMgr->hTrafficMonitor = pStadHandles->hTrafficMon; in measurementMgr_init()
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DCtrl.c144 pCtrlData->hTrafficMonitor = pStadHandles->hTrafficMon; in ctrlData_init()
DTrafficMonitor.c136 TrafficMonitor_t *TrafficMonitor = (TrafficMonitor_t *)(pStadHandles->hTrafficMon); in TrafficMonitor_Init()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DPowerMgr.c183 pPowerMgr->hTrafficMonitor = pStadHandles->hTrafficMon; in PowerMgr_init()