Searched defs:funcType (Results 1 - 18 of 18) sorted by relevance

/hardware/ti/wlan/wl1271/Test/
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 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 DTxDbg.c60 void rxTxDebugFunction(TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam) argument
64 switch ((ERxTxDbgFunc)funcType)
179 WLAN_OS_REPORT(("Invalid function type in Debug Tx Function Command: %d\n\n", funcType));
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 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 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 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 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 DMibDbg.c247 void MibDebugFunction(TI_HANDLE hTWD ,TI_UINT32 funcType, void* pParam) argument
254 switch (funcType)
278 WLAN_OS_REPORT(("MIB Debug: Invalid function type in MIB Debug function: %d\n", funcType));
H A DroamingMgrDebug.c60 TI_UINT32 funcType,
66 switch (funcType)
301 WLAN_OS_REPORT(("Invalid function type in Debug Function Command, funcType= %d\n\n", funcType));
59 roamingMgrDebugFunction(TI_HANDLE hRoamingMngr, TI_UINT32 funcType, void *pParam) argument
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 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 DmeasurementDbg.c83 void measurementDebugFunction(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam) argument
151 switch (funcType)
406 WLAN_OS_REPORT(("Invalid function type in MEASUREMENT Function Command: %d\n", funcType));
H A DsiteMgrDebug.c81 TI_UINT32 funcType,
97 switch (funcType)
310 WLAN_OS_REPORT(("Invalid function type in Debug Site Manager Function Command: %d\n\n", funcType));
79 siteMgrDebugFunction(TI_HANDLE hSiteMgr, TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam) argument
H A DsmeDebug.c81 * \param funcType - the specific debug function
85 void smeDebugFunction (TI_HANDLE hSme, TI_UINT32 funcType, void *pParam) argument
87 switch (funcType)
110 WLAN_OS_REPORT(("Invalid function type in SME debug function: %d\n", funcType));
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 Dfwdriverdebug.c93 unsigned long funcType,
100 switch (funcType)
87 FWDebugFunction(TI_HANDLE hDrvMain, TI_HANDLE hOs, TI_HANDLE hTWD, TI_HANDLE hMlme, TI_HANDLE hTxMgmtQ, TI_HANDLE hTxCtrl, unsigned long funcType, void *pParam) argument
H A DTWD_Debug.c623 TI_STATUS TWD_Debug (TI_HANDLE hTWD, TI_UINT32 funcType, void *pParam) argument
640 switch (funcType)
988 WLAN_OS_REPORT (("Invalid function type=%d\n\n", funcType));
991 } /* switch (funcType) */

Completed in 143 milliseconds