Searched refs:funcType (Results 1 - 25 of 36) sorted by relevance

12

/system/wlan/ti/wilink_6_1/Test/
H A DqosMngrDbg.h41 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam);
H A DscanCncnDbg.c54 * \param funcType - the specific debug function.\n
57 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hTWD, TI_UINT32 funcType, void *pParam ) argument
59 switch (funcType)
70 WLAN_OS_REPORT(("Invalid function type in scan concentrator debug function: %d\n", funcType));
H A DSoftGeminiDbg.c53 * \param funcType - the specific debug function.\n
56 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini,TI_UINT32 funcType, void *pParam ) argument
58 switch (funcType)
77 WLAN_OS_REPORT(("Invalid function type in soft gemini debug function: %d\n", funcType));
H A DsmeDebug.h95 * \param funcType - the specific debug function.\n
98 void smeDebugFunction( TI_HANDLE hSmeSm, TI_UINT32 funcType, void *pParam );
H A DctrlDbg.c65 void ctrlDebugFunction(TI_HANDLE hCtrlData, TI_UINT32 funcType, void *pParam) argument
70 switch ((ECtrlDbgFunc)funcType)
94 WLAN_OS_REPORT(("Invalid function type in Debug Ctrl Function Command: %d\n\n", funcType));
H A DMibDbg.h63 void MibDebugFunction(TI_HANDLE hTWD ,TI_UINT32 funcType, void* pParam);
H A DSoftGeminiDbg.h92 * \param funcType - the specific debug function.\n
95 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini, TI_UINT32 funcType, void *pParam );
H A DrsnDbg.h54 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam);
H A DscanCncnDbg.h90 * \param funcType - the specific debug function.\n
93 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hScanSrv, TI_UINT32 funcType, void *pParam );
H A DdataCtrlDbg.h80 void rxTxDebugFunction (TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam);
81 void ctrlDebugFunction (TI_HANDLE hCtrlData, TI_UINT32 funcType, void *pParam);
H A DconnDebug.c87 TI_UINT32 funcType,
93 switch (funcType)
104 WLAN_OS_REPORT(("Invalid function type in Debug Connection Function Command: %d\n\n", funcType));
86 connDebugFunction(TI_HANDLE hConn, TI_UINT32 funcType, void *pParam) argument
H A DHealthMonitorDbg.h100 * \param funcType - the specific debug function.\n
103 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam);
H A DScanMngrDbg.h99 * \param funcType - the specific debug function.\n
104 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData );
H A DconnDebug.h46 TI_UINT32 funcType,
H A DroamingMgrDebug.h64 TI_UINT32 funcType,
H A DScanMngrDbg.c56 * \param funcType - the specific debug function.\n
61 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData ) argument
63 switch (funcType)
110 WLAN_OS_REPORT(("Invalid function type in scan manager debug function: %d\n", funcType));
H A DrsnDbg.c69 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam) argument
75 switch (funcType)
152 WLAN_OS_REPORT(("Invalid function type in RSN Function Command: %d\n", funcType));
H A DHealthMonitorDbg.c69 * \param funcType - the specific debug function.\n
72 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam) argument
81 switch (funcType)
142 WLAN_OS_REPORT(("Invalid function type in health monitor debug function: %d\n", funcType));
H A DTxDbg.c60 void rxTxDebugFunction(TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam) argument
64 switch ((ERxTxDbgFunc)funcType)
171 WLAN_OS_REPORT(("Invalid function type in Debug Tx Function Command: %d\n\n", funcType));
H A DmeasurementDbg.h67 void measurementDebugFunction(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam);
H A DscrDbg.h98 * \param funcType - the specific debug function.\n
101 void scrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam );
H A Ddebug.c119 extern void measurementDebugFunction(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam);
121 static void utilsDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam);
304 * \param funcType - the specific debug function.\n
307 static void utilsDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam) argument
309 switch (funcType)
328 WLAN_OS_REPORT(("utilsDebugFunction(): Invalid function type: %d\n", funcType));
H A DqosMngrDbg.c52 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam) argument
54 switch (funcType)
65 WLAN_OS_REPORT(("\nInvalid function type in QOS MNGR Function Command: %d\n", funcType));
H A DscrDbg.c115 * \param funcType - the specific debug function.\n
118 void scrDebugFunction( TI_HANDLE hScr, TI_UINT32 funcType, void *pParam ) argument
120 switch (funcType)
155 WLAN_OS_REPORT(("Invalid function type in SCR debug function: %d\n", funcType));
H A Dfwdriverdebug.h111 unsigned long funcType,

Completed in 169 milliseconds

12