Searched defs:hTrafficMonitor (Results 1 - 14 of 14) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
H A DmeasurementMgr.h146 TI_HANDLE hTrafficMonitor; member in struct:__anon521
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
H A DPowerMgr.h96 TI_HANDLE hTrafficMonitor; /**< Handle to the Traffic Monitor object */ member in struct:__anon526
H A DPowerMgr.c203 TI_HANDLE hTrafficMonitor,
214 pPowerMgr->hTrafficMonitor = hTrafficMonitor;
258 pPowerMgr->betEnableTMEvent = TrafficMonitor_RegEvent(hTrafficMonitor,
266 pPowerMgr->betDisableTMEvent = TrafficMonitor_RegEvent(hTrafficMonitor,
280 status = TrafficMonitor_SetRstCondition(hTrafficMonitor,
303 pPowerMgr->passToActiveTMEvent = TrafficMonitor_RegEvent(hTrafficMonitor,
311 pPowerMgr->passToDozeTMEvent = TrafficMonitor_RegEvent(hTrafficMonitor,
326 status = TrafficMonitor_SetRstCondition(hTrafficMonitor,
423 TrafficMonitor_StartEventNotif(pPowerMgr->hTrafficMonitor,
198 PowerMgr_init( TI_HANDLE hPowerMgr, TI_HANDLE hMacServices, TI_HANDLE hReport, TI_HANDLE hSiteMgr, TI_HANDLE hWhalCtrl, TI_HANDLE hTrafficMonitor, TI_HANDLE hSoftGemini, PowerMgrInitParams_t * pPowerMgrInitParams) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A Dconn.h108 TI_HANDLE hTrafficMonitor; member in struct:__anon709
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
H A Dconn.c187 TI_HANDLE hTrafficMonitor,
218 pConn->hTrafficMonitor = hTrafficMonitor;
175 conn_config(TI_HANDLE hConn, TI_HANDLE hSiteMgr, TI_HANDLE hSmeSm, TI_HANDLE hMlmeSm, TI_HANDLE hRsn, TI_HANDLE hRxData, TI_HANDLE hTxData, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hPwrMngr, TI_HANDLE hCtrlData, TI_HANDLE hMeasurementMgr, TI_HANDLE hTrafficMonitor, TI_HANDLE hScr, TI_HANDLE hExcMngr, TI_HANDLE hQosMngr, TI_HANDLE hHalCtrl, TI_HANDLE hScanCnc, TI_HANDLE hCurrBss, TI_HANDLE hSwitchChannel, TI_HANDLE hEvHandler, TI_HANDLE hHealthMonitor, TI_HANDLE hMacServices, TI_HANDLE hRegulatoryDomain, TI_HANDLE hSoftGemini, connInitParams_t *pConnInitParams) argument
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DmeasurementMgr.h144 TI_HANDLE hTrafficMonitor; member in struct:__anon1695
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A Dconn.h107 TI_HANDLE hTrafficMonitor; member in struct:__anon1761
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DCtrl.h83 TI_HANDLE hTrafficMonitor; member in struct:__anon1823
H A DTrafficMonitor.c63 void TestEventFunc (TI_HANDLE hTrafficMonitor, TI_BOOL bTwdInitOccured);
70 static void TimerMonitor_TimeOut (TI_HANDLE hTrafficMonitor, TI_BOOL bTwdInitOccured);
81 static void TrafficMonitor_UpdateDownTrafficTimerState (TI_HANDLE hTrafficMonitor);
82 static void TrafficMonitor_ChangeDownTimerStatus (TI_HANDLE hTrafficMonitor, TI_UINT32 downEventsFound, TI_UINT32 minIntervalTime);
181 TI_STATUS TrafficMonitor_Start(TI_HANDLE hTrafficMonitor) argument
183 TrafficMonitor_t *TrafficMonitor =(TrafficMonitor_t*)hTrafficMonitor;
220 TI_STATUS TrafficMonitor_Stop(TI_HANDLE hTrafficMonitor) argument
222 TrafficMonitor_t *pTrafficMonitor = (TrafficMonitor_t*)hTrafficMonitor;
256 TI_STATUS TrafficMonitor_Destroy(TI_HANDLE hTrafficMonitor) argument
258 TrafficMonitor_t *TrafficMonitor = (TrafficMonitor_t*)hTrafficMonitor;
315 TrafficMonitor_RegEvent(TI_HANDLE hTrafficMonitor,TrafficAlertRegParm_t *TrafficAlertRegParm,TI_BOOL AutoResetCreate) argument
515 TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle,TI_HANDLE ResetEventHandle,TI_BOOL MutualRst) argument
610 TrafficMonitor_StopEventNotif(TI_HANDLE hTrafficMonitor,TI_HANDLE EventHandle) argument
631 TrafficMonitor_StartEventNotif(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle) argument
651 TrafficMonitor_ResetEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle) argument
672 TrafficMonitor_UnregEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle) argument
863 TimerMonitor_TimeOut(TI_HANDLE hTrafficMonitor, TI_BOOL bTwdInitOccured) argument
949 TrafficMonitor_GetFrameBandwidth(TI_HANDLE hTrafficMonitor) argument
1051 TrafficMonitor_Event(TI_HANDLE hTrafficMonitor,int Count,TI_UINT16 Mask,TI_UINT32 MonitorModuleType) argument
1151 TrafficMonitor_UpdateDownTrafficTimerState(TI_HANDLE hTrafficMonitor) argument
1187 TrafficMonitor_ChangeDownTimerStatus(TI_HANDLE hTrafficMonitor, TI_UINT32 downEventsFound, TI_UINT32 minIntervalTime) argument
1216 TrafficMonitor_UpdateActiveEventsCounters(TI_HANDLE hTrafficMonitor) argument
1280 TestEventFunc(TI_HANDLE hTrafficMonitor, TI_BOOL bTwdInitOccured) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DPowerMgr.h87 TI_HANDLE hTrafficMonitor; /**< Handle to the Traffic Monitor object */ member in struct:__anon1861
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
H A DmeasurementMgr.c215 TI_HANDLE hTrafficMonitor,
238 pMeasurementMgr->hTrafficMonitor = hTrafficMonitor;
1066 pcksPerSec = TrafficMonitor_GetFrameBandwidth(pMeasurementMgr->hTrafficMonitor);
208 measurementMgr_config(TI_HANDLE hMeasurementMgr, TI_HANDLE hMacServices, TI_HANDLE hRegulatoryDomain, TI_HANDLE hExcMngr, TI_HANDLE hSiteMgr, TI_HANDLE hHalCtrl, TI_HANDLE hMlme, TI_HANDLE hTrafficMonitor, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hScr, TI_HANDLE hHealthMonitor, TI_HANDLE hApConn, TI_HANDLE hTx, measurementInitParams_t * pMeasurementInitParams) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DCtrl.h97 TI_HANDLE hTrafficMonitor; member in struct:__anon674
H A DTrafficMonitor.c61 VOID TestEventFunc(TI_HANDLE hTrafficMonitor);
68 static VOID TimerMonitor_TimeOut(TI_HANDLE hTrafficMonitor);
79 static void TrafficMonitor_UpdateDownTrafficTimerState (TI_HANDLE hTrafficMonitor);
80 static void TrafficMonitor_ChangeDownTimerStatus (TI_HANDLE hTrafficMonitor, UINT32 downEventsFound, UINT32 minIntervalTime);
131 TI_STATUS TrafficMonitor_Init(TI_HANDLE hTrafficMonitor,TI_HANDLE hRxData,TI_HANDLE hTxData) argument
133 TrafficMonitor_t *TrafficMonitor =(TrafficMonitor_t*)hTrafficMonitor;
178 TI_STATUS TrafficMonitor_Start(TI_HANDLE hTrafficMonitor) argument
180 TrafficMonitor_t *TrafficMonitor =(TrafficMonitor_t*)hTrafficMonitor;
217 TI_STATUS TrafficMonitor_Stop(TI_HANDLE hTrafficMonitor) argument
219 TrafficMonitor_t *TrafficMonitor =(TrafficMonitor_t*)hTrafficMonitor;
252 TrafficMonitor_Destroy(TI_HANDLE hTrafficMonitor) argument
303 TrafficMonitor_RegEvent(TI_HANDLE hTrafficMonitor,TrafficAlertRegParm_t *TrafficAlertRegParm,BOOL AutoResetCreate) argument
503 TrafficMonitor_SetRstCondition(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle,TI_HANDLE ResetEventHandle,BOOL MutualRst) argument
598 TrafficMonitor_StopEventNotif(TI_HANDLE hTrafficMonitor,TI_HANDLE EventHandle) argument
620 TrafficMonitor_StartEventNotif(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle) argument
642 TrafficMonitor_ResetEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle) argument
663 TrafficMonitor_UnregEvent(TI_HANDLE hTrafficMonitor, TI_HANDLE EventHandle) argument
854 TimerMonitor_TimeOut(TI_HANDLE hTrafficMonitor) argument
940 TrafficMonitor_GetFrameBandwidth(TI_HANDLE hTrafficMonitor) argument
1042 TrafficMonitor_Event(TI_HANDLE hTrafficMonitor,int Count,UINT16 Mask,UINT32 MonitorModuleType) argument
1140 TrafficMonitor_UpdateDownTrafficTimerState(TI_HANDLE hTrafficMonitor) argument
1176 TrafficMonitor_ChangeDownTimerStatus(TI_HANDLE hTrafficMonitor, UINT32 downEventsFound, UINT32 minIntervalTime) argument
1203 TrafficMonitor_UpdateActiveEventsCounters(TI_HANDLE hTrafficMonitor) argument
1267 TestEventFunc(TI_HANDLE hTrafficMonitor) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
H A DCtrl.c190 TI_HANDLE hTrafficMonitor,
218 pCtrlData->hTrafficMonitor = hTrafficMonitor;
1789 TrafficMonitor_StartEventNotif (pCtrlData->hTrafficMonitor,pCtrlData->ctrlDataTrafficThresholdEvents[idx]);
1798 TrafficMonitor_StopEventNotif (pCtrlData->hTrafficMonitor,pCtrlData->ctrlDataTrafficThresholdEvents[idx]);
1821 TrafficMonitor_UnregEvent (pCtrlData->hTrafficMonitor,pCtrlData->ctrlDataTrafficThresholdEvents[idx]);
1851 pCtrlData->ctrlDataTrafficThresholdEvents[0] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,FALSE);
1865 pCtrlData->ctrlDataTrafficThresholdEvents[1] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,&TrafficAlertRegParm,FALSE);
1875 status = TrafficMonitor_SetRstCondition(pCtrlData->hTrafficMonitor,
1891 pCtrlData->ctrlDataTrafficThresholdEvents[2] = TrafficMonitor_RegEvent(pCtrlData->hTrafficMonitor,
180 ctrlData_config(TI_HANDLE hCtrlData, TI_HANDLE hWhalCtrl, TI_HANDLE hSiteMgrHandle, TI_HANDLE hTxData, TI_HANDLE hRxData, TI_HANDLE hOs, TI_HANDLE hReport, TI_HANDLE hMemMngr, TI_HANDLE hEvHandler, TI_HANDLE hAPConnection, TI_HANDLE hTrafficMonitor, disassocSentCB_t disassocSentCBFunc, TI_HANDLE disassocSentCBObj, ctrlDataInitParams_t *ctrlDataInitParams) argument
[all...]

Completed in 1366 milliseconds