Home
last modified time | relevance | path

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

12

/system/wlan/ti/wilink_6_1/Test/
DscanCncnDbg.c57 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hTWD, TI_UINT32 funcType, void *… in scanConcentratorDebugFunction() argument
59 switch (funcType) in scanConcentratorDebugFunction()
70 … WLAN_OS_REPORT(("Invalid function type in scan concentrator debug function: %d\n", funcType)); in scanConcentratorDebugFunction()
DSoftGeminiDbg.c56 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini,TI_UINT32 funcType, void *pParam ) in SoftGeminiDebugFunction() argument
58 switch (funcType) in SoftGeminiDebugFunction()
77 WLAN_OS_REPORT(("Invalid function type in soft gemini debug function: %d\n", funcType)); in SoftGeminiDebugFunction()
DctrlDbg.c65 void ctrlDebugFunction(TI_HANDLE hCtrlData, TI_UINT32 funcType, void *pParam) in ctrlDebugFunction() argument
70 switch ((ECtrlDbgFunc)funcType) in ctrlDebugFunction()
94 WLAN_OS_REPORT(("Invalid function type in Debug Ctrl Function Command: %d\n\n", funcType)); in ctrlDebugFunction()
DconnDebug.c87 TI_UINT32 funcType, in connDebugFunction() argument
93 switch (funcType) in connDebugFunction()
104 WLAN_OS_REPORT(("Invalid function type in Debug Connection Function Command: %d\n\n", funcType)); in connDebugFunction()
DScanMngrDbg.c61 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteM… in scanMngrDebugFunction() argument
63 switch (funcType) in scanMngrDebugFunction()
110 WLAN_OS_REPORT(("Invalid function type in scan manager debug function: %d\n", funcType)); in scanMngrDebugFunction()
Ddebug.c119 …ementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam);
121 static void utilsDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam);
307 static void utilsDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam) in utilsDebugFunction() argument
309 switch (funcType) in utilsDebugFunction()
328 WLAN_OS_REPORT(("utilsDebugFunction(): Invalid function type: %d\n", funcType)); in utilsDebugFunction()
DrsnDbg.c69 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam) in rsnDebugFunction() argument
75 switch (funcType) in rsnDebugFunction()
152 WLAN_OS_REPORT(("Invalid function type in RSN Function Command: %d\n", funcType)); in rsnDebugFunction()
DTxDbg.c60 void rxTxDebugFunction(TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam) in rxTxDebugFunction() argument
64 switch ((ERxTxDbgFunc)funcType) in rxTxDebugFunction()
171 WLAN_OS_REPORT(("Invalid function type in Debug Tx Function Command: %d\n\n", funcType)); in rxTxDebugFunction()
DHealthMonitorDbg.c72 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam) in healthMonitorDebugFunction() argument
81 switch (funcType) in healthMonitorDebugFunction()
142 WLAN_OS_REPORT(("Invalid function type in health monitor debug function: %d\n", funcType)); in healthMonitorDebugFunction()
DdataCtrlDbg.h80 void rxTxDebugFunction (TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam);
81 void ctrlDebugFunction (TI_HANDLE hCtrlData, TI_UINT32 funcType, void *pParam);
DscrDbg.c118 void scrDebugFunction( TI_HANDLE hScr, TI_UINT32 funcType, void *pParam ) in scrDebugFunction() argument
120 switch (funcType) in scrDebugFunction()
155 WLAN_OS_REPORT(("Invalid function type in SCR debug function: %d\n", funcType)); in scrDebugFunction()
DqosMngrDbg.c52 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam) in qosMngrDebugFunction() argument
54 switch (funcType) in qosMngrDebugFunction()
65 WLAN_OS_REPORT(("\nInvalid function type in QOS MNGR Function Command: %d\n", funcType)); in qosMngrDebugFunction()
DsmeDebug.c85 void smeDebugFunction (TI_HANDLE hSme, TI_UINT32 funcType, void *pParam) in smeDebugFunction() argument
87 switch (funcType) in smeDebugFunction()
110 WLAN_OS_REPORT(("Invalid function type in SME debug function: %d\n", funcType)); in smeDebugFunction()
DqosMngrDbg.h41 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam);
DMibDbg.c247 void MibDebugFunction(TI_HANDLE hTWD ,TI_UINT32 funcType, void* pParam) in MibDebugFunction() argument
254 switch (funcType) in MibDebugFunction()
278 WLAN_OS_REPORT(("MIB Debug: Invalid function type in MIB Debug function: %d\n", funcType)); in MibDebugFunction()
DsmeDebug.h98 void smeDebugFunction( TI_HANDLE hSmeSm, TI_UINT32 funcType, void *pParam );
DMibDbg.h63 void MibDebugFunction(TI_HANDLE hTWD ,TI_UINT32 funcType, void* pParam);
DSoftGeminiDbg.h95 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini, TI_UINT32 funcType, void *pParam );
DscanCncnDbg.h93 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hScanSrv, TI_UINT32 funcType, vo…
DrsnDbg.h54 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam);
DHealthMonitorDbg.h103 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam);
DconnDebug.h46 TI_UINT32 funcType,
DroamingMgrDebug.h64 TI_UINT32 funcType,
DScanMngrDbg.h104 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteM…
DscrDbg.h101 void scrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam );

12