HomeSort by relevance Sort by last modified time
    Searched refs:funcType (Results 1 - 25 of 37) sorted by null

1 2

  /hardware/ti/wlan/wl1271/Test/
qosMngrDbg.h 41 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam);
scanCncnDbg.c 54 * \param funcType - the specific debug function.\n
57 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hTWD, TI_UINT32 funcType, void *pParam )
59 switch (funcType)
70 WLAN_OS_REPORT(("Invalid function type in scan concentrator debug function: %d\n", funcType));
SoftGeminiDbg.c 53 * \param funcType - the specific debug function.\n
56 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini,TI_UINT32 funcType, void *pParam )
58 switch (funcType)
77 WLAN_OS_REPORT(("Invalid function type in soft gemini debug function: %d\n", funcType));
smeDebug.h 95 * \param funcType - the specific debug function.\n
98 void smeDebugFunction( TI_HANDLE hSmeSm, TI_UINT32 funcType, void *pParam );
ctrlDbg.c 65 void ctrlDebugFunction(TI_HANDLE hCtrlData, TI_UINT32 funcType, void *pParam)
70 switch ((ECtrlDbgFunc)funcType)
94 WLAN_OS_REPORT(("Invalid function type in Debug Ctrl Function Command: %d\n\n", funcType));
MibDbg.h 63 void MibDebugFunction(TI_HANDLE hTWD ,TI_UINT32 funcType, void* pParam);
SoftGeminiDbg.h 92 * \param funcType - the specific debug function.\n
95 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini, TI_UINT32 funcType, void *pParam );
rsnDbg.h 54 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam);
scanCncnDbg.h 90 * \param funcType - the specific debug function.\n
93 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hScanSrv, TI_UINT32 funcType, void *pParam );
connDebug.c 87 TI_UINT32 funcType,
93 switch (funcType)
104 WLAN_OS_REPORT(("Invalid function type in Debug Connection Function Command: %d\n\n", funcType));
dataCtrlDbg.h 82 void rxTxDebugFunction (TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam);
83 void ctrlDebugFunction (TI_HANDLE hCtrlData, TI_UINT32 funcType, void *pParam);
HealthMonitorDbg.h 100 * \param funcType - the specific debug function.\n
103 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam);
ScanMngrDbg.h 99 * \param funcType - the specific debug function.\n
104 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData );
connDebug.h 46 TI_UINT32 funcType,
roamingMgrDebug.h 64 TI_UINT32 funcType,
ScanMngrDbg.c 56 * \param funcType - the specific debug function.\n
61 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData )
63 switch (funcType)
110 WLAN_OS_REPORT(("Invalid function type in scan manager debug function: %d\n", funcType));
rsnDbg.c 69 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam)
75 switch (funcType)
152 WLAN_OS_REPORT(("Invalid function type in RSN Function Command: %d\n", funcType));
HealthMonitorDbg.c 69 * \param funcType - the specific debug function.\n
72 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam)
81 switch (funcType)
142 WLAN_OS_REPORT(("Invalid function type in health monitor debug function: %d\n", funcType));
TxDbg.c 60 void rxTxDebugFunction(TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam)
64 switch ((ERxTxDbgFunc)funcType)
179 WLAN_OS_REPORT(("Invalid function type in Debug Tx Function Command: %d\n\n", funcType));
measurementDbg.h 67 void measurementDebugFunction(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam);
scrDbg.h 98 * \param funcType - the specific debug function.\n
101 void scrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam );
debug.c 119 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)
309 switch (funcType)
328 WLAN_OS_REPORT(("utilsDebugFunction(): Invalid function type: %d\n", funcType));
qosMngrDbg.c 52 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam)
54 switch (funcType)
65 WLAN_OS_REPORT(("\nInvalid function type in QOS MNGR Function Command: %d\n", funcType));
scrDbg.c 115 * \param funcType - the specific debug function.\n
118 void scrDebugFunction( TI_HANDLE hScr, TI_UINT32 funcType, void *pParam )
120 switch (funcType)
155 WLAN_OS_REPORT(("Invalid function type in SCR debug function: %d\n", funcType));
fwdriverdebug.h 111 unsigned long funcType,

Completed in 1310 milliseconds

1 2