Searched refs:hReport (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A Dreport.h79 #define WLAN_REPORT_INIT(hReport, module, msg) \
80 do { if (hReport && (((report_t *)hReport)->SeverityTable[WLAN_SEVERITY_INIT]) && (((report_t *)hReport)->ModuleTable[module])) \
81 { os_report ("$B%c%s,INIT:", ((char)module + 'A'), ((report_t *)hReport)->moduleDesc[module]); os_report msg; } } while(0)
82 #define WLAN_REPORT_INFORMATION(hReport, module, msg) \
83 do { if (hReport && (((report_t *)hReport)->SeverityTable[WLAN_SEVERITY_INFORMATION]) && (((report_t *)hReport)->ModuleTable[module])) \
84 { os_report ("$C%c%s,INFORMATION:", ((char)module + 'A'), ((report_t *)hReport)
[all...]
H A Dreport.c93 INPUT: hReport - Report handle
102 TI_STATUS report_config(TI_HANDLE hReport, TI_HANDLE hOs, reportInitParams_t * init_params) argument
104 report_t *pReport = (report_t *)hReport;
217 report_setReportModuleTable( hReport, (tiUINT8 *)init_params->ModuleTable);
218 report_setReportSeverityTable( hReport, (tiUINT8 *)init_params->SeverityTable);
230 INPUT: hReport - report handle.
238 TI_STATUS report_unLoad(TI_HANDLE hReport) argument
240 report_t *pReport = (report_t *)hReport;
263 * I - hReport - Report handle \n
270 void report_setReportModule(TI_HANDLE hReport, tiUINT argument
294 report_clearReportModule(TI_HANDLE hReport, tiUINT8 module_index) argument
317 report_getReportModuleTable(TI_HANDLE hReport, tiUINT8 *pModules) argument
348 report_setReportModuleTable(TI_HANDLE hReport, tiUINT8 *pModules) argument
378 report_setReportSeverity(TI_HANDLE hReport, tiUINT8 severity_index) argument
401 report_clearReportSeverity(TI_HANDLE hReport, tiUINT8 severity_index) argument
424 report_getReportSeverityTable(TI_HANDLE hReport, tiUINT8 *pSeverities) argument
453 report_setReportSeverityTable(TI_HANDLE hReport, tiUINT8 *pSeverities) argument
481 report_setParam(TI_HANDLE hReport, whalParamInfo_t *pParam) argument
536 report_getParam(TI_HANDLE hReport, whalParamInfo_t *pParam) argument
[all...]
H A DbufferPool.h54 TI_HANDLE hReport; /**< handle to the report object */ member in struct:__anon942
/system/wlan/ti/wilink_6_1/utils/
H A Dreport.h328 #define TRACE0(hReport, level, str) \
329 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
330 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 0); } } while(0)
332 #define TRACE1(hReport, level, str, p1) \
333 do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileEnable[__FILE_ID__])) \
334 { os_Trace((((TReport *)hReport)
[all...]
H A Dreport.c231 TI_STATUS report_SetDefaults (TI_HANDLE hReport, TReportInitParams *pInitParams) argument
233 if( (NULL == hReport) || (NULL == pInitParams))
238 report_SetReportFilesTable (hReport, (TI_UINT8 *)pInitParams->aFileEnable);
239 report_SetReportSeverityTable (hReport, (TI_UINT8 *)pInitParams->aSeverityTable);
247 TI_STATUS report_Unload (TI_HANDLE hReport) argument
249 TReport *pReport = (TReport *)hReport;
265 TI_STATUS report_SetReportModule(TI_HANDLE hReport, TI_UINT8 module_index) argument
267 if(NULL == hReport)
272 ((TReport *)hReport)->aFileEnable[module_index] = 1;
278 TI_STATUS report_ClearReportModule(TI_HANDLE hReport, TI_UINT argument
291 report_GetReportFilesTable(TI_HANDLE hReport, TI_UINT8 *pFiles) argument
314 report_SetReportFilesTable(TI_HANDLE hReport, TI_UINT8 *pFiles) argument
338 report_GetReportSeverityTable(TI_HANDLE hReport, TI_UINT8 *pSeverities) argument
363 report_SetReportSeverityTable(TI_HANDLE hReport, TI_UINT8 *pSeverities) argument
389 report_SetParam(TI_HANDLE hReport, TReportParamInfo *pParam) argument
437 report_GetParam(TI_HANDLE hReport, TReportParamInfo *pParam) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
H A DshmDebug.c138 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LOG,
141 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LOG,
146 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LOG,
151 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LOG,
156 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LOG,
161 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LOG,
166 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LOG,
171 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LOG,
176 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LOG,
182 WLAN_REPORT_REPLY(pWhalBus->hReport, HAL_CTRL_MODULE_LO
[all...]
H A DshmUtils.h50 void busUtils_PrintBuf (TI_HANDLE hReport, UINT8 *StrHead, UINT8 *pBuf, int Len);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
H A DtxCtrlBlk.h57 TI_HANDLE hReport; member in struct:__anon468
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/inc/
H A DPowerAuthorization.h70 int powerAutho_Configure(TI_HANDLE hPowerAutho, TI_HANDLE hReport, TI_HANDLE hHalCtrl, powerAutho_PowerPolicy_e aPowerPolicy);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DConcatenator.h56 TI_HANDLE hReport; member in struct:__anon550
67 TI_HANDLE hReport,
H A DDeConcatenator.h53 TI_HANDLE hReport; member in struct:__anon551
62 TI_HANDLE hReport,
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DbroadcastKeySM.c144 TRACE0(pBroadcastKey->hReport, REPORT_SEVERITY_CONSOLE, "BCAST_KEY_SM: Error in unloading key derivation module\n");
151 TRACE0(pBroadcastKey->hReport, REPORT_SEVERITY_CONSOLE, "BCAST_KEY_SM: Error in unloading state machine\n");
182 TI_HANDLE hReport,
187 pBroadcastKey->hReport = hReport;
210 status = keyDerive_config(pBroadcastKey->pKeyDerive, pPaeConfig->broadcastSuite, pParent, hReport, hOs);
218 TRACE0(pBroadcastKey->hReport, REPORT_SEVERITY_ERROR, "BROADCAST_KEY_SM: ERROR: UnExpected Event\n");
179 broadcastKey_config(struct _broadcastKey_t *pBroadcastKey, TRsnPaeConfig *pPaeConfig, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs) argument
H A DunicastKeySM.c141 TRACE0(pUnicastKey->hReport, REPORT_SEVERITY_CONSOLE,"BCAST_KEY_SM: Error in unloading key derivation module\n");
148 TRACE0(pUnicastKey->hReport, REPORT_SEVERITY_CONSOLE,"BCAST_KEY_SM: Error in unloading state machine\n");
179 TI_HANDLE hReport,
184 pUnicastKey->hReport = hReport;
207 status = keyDerive_config(pUnicastKey->pKeyDerive, pPaeConfig->unicastSuite, pParent, hReport, hOs);
215 TRACE0(pUnicastKey->hReport, REPORT_SEVERITY_ERROR, "UNICAST_KEY_SM: ERROR: UnExpected Event\n");
176 unicastKey_config(struct _unicastKey_t *pUnicastKey, TRsnPaeConfig *pPaeConfig, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs) argument
H A DkeyDerive.h75 TI_HANDLE hReport; member in struct:_keyDerive_t
95 TI_HANDLE hReport,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
H A DmeasurementSrvDbgPrint.c85 WLAN_REPORT_INFORMATION( pMeasurementSRV->hReport, MEASUREMENT_SRV_MODULE_LOG,
87 WLAN_REPORT_INFORMATION( pMeasurementSRV->hReport, MEASUREMENT_SRV_MODULE_LOG,
113 WLAN_REPORT_INFORMATION( pMeasurementSRV->hReport, MEASUREMENT_SRV_MODULE_LOG,
/system/wlan/ti/wilink_6_1/TWD/MacServices/
H A DmeasurementSrvDbgPrint.c63 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "Measurement request:\n");
64 TRACE5( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "band: %d, channel:%d, TX power level: %d, start time: %x-%x\n", pMsrRequest->band, pMsrRequest->channel, pMsrRequest->txPowerDbm, INT64_HIGHER(pMsrRequest->startTime), INT64_LOWER(pMsrRequest->startTime));
87 TRACE4( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "Measurement type request: type: %d, duration:%d, scan mode: %d, reserved: %d", pMsrTypeRequest->msrType, pMsrTypeRequest->duration, pMsrTypeRequest->scanMode, pMsrTypeRequest->reserved);
H A DMeasurementSrv.c98 * \param hReport - handle to the report object.\n
103 TI_HANDLE hReport,
113 pMeasurementSRV->hReport = hReport;
126 TRACE0(pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, "MacServices_measurementSRV_init(): Failed to create hStartStopTimer!\n");
136 TRACE0(pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, "MacServices_measurementSRV_init(): Failed to create hRequestTimer!\n");
169 TRACE0(hReport, REPORT_SEVERITY_INIT , ".....Measurement SRV configured successfully.\n");
283 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Received measurement request.\n");
285 TRACE3( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "time to expiry: %d ms, cmd response CB: 0x%x, cmd response handle: 0x%x\n", timeToRequestExpiryMs, cmdResponseCBFunc, cmdResponseCBObj);
286 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATIO
102 MacServices_measurementSRV_init(TI_HANDLE hMeasurementSRV, TI_HANDLE hReport, TI_HANDLE hCmdBld, TI_HANDLE hEventMbox, TI_HANDLE hPowerSaveSRV, TI_HANDLE hTimer) argument
[all...]
/system/wlan/ti/wilink_6_1/Txn/
H A DWspiBusDrv.c66 TI_HANDLE hReport; member in struct:_TBusDrvObj
160 * hReport - handle to report module context that is used when we output debug messages
169 TI_HANDLE hReport)
175 pBusDrv->hReport = hReport;
230 iStatus = WSPI_Configure(pBusDrv->hWspi, pBusDrv->hReport, &wspi_config, &cb);
235 TRACE1 (pBusDrv->hReport, REPORT_SEVERITY_INIT, "busDrv_ConnectBus: called Status %d\n",iStatus);
238 TRACE2 (pBusDrv->hReport, REPORT_SEVERITY_INFORMATION, "busDrv_ConnectBus: Successful Status %d\n",iStatus);
243 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_ERROR, "busDrv_ConnectBus: Status = %d,\n", iStatus);
292 //WLAN_REPORT_INIT(pBusDrv->hReport, TNETW_DRV_MODULE_LO
168 busDrv_Init(TI_HANDLE hBusDrv, TI_HANDLE hReport) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalRadio.c122 WLAN_REPORT_ERROR(pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
152 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
158 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
164 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
170 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
177 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DkeyDerive.h76 TI_HANDLE hReport; member in struct:_keyDerive_t
96 TI_HANDLE hReport,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/
H A DwhalWep.h44 TI_HANDLE hReport; /* handle to the reporter module*/ member in struct:__anon921
54 TI_HANDLE hReport; member in struct:_WHAL_WEP
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DeventMbox.c108 TI_HANDLE hReport; member in struct:__anon1065
259 * \param hReport - Handle to Report module
271 TI_HANDLE hReport,
277 pEventMbox->hReport = hReport;
337 TRACE0(pEventMbox->hReport, REPORT_SEVERITY_ERROR, "eventMbox_DummyCb : Called for unregistered event");
376 TRACE3(pEventMbox->hReport, REPORT_SEVERITY_INIT , "eventMbox_ConfigHw: event A Address=0x%x, event B Address=0x%x, sizeof=%d\n", pEventMbox->EventMboxAddr[0], pEventMbox->EventMboxAddr[1], sizeof(EventMailBox_t));
405 TRACE3(pEventMbox->hReport, REPORT_SEVERITY_INIT , "eventMbox_ConfigHw: event A Address=0x%x, event B Address=0x%x, sizeof=%d\n", pEventMbox->EventMboxAddr[0], pEventMbox->EventMboxAddr[1], sizeof(EventMailBox_t));
432 TRACE1(pEventMbox->hReport, REPORT_SEVERITY_INFORMATION, "eventMbox_InitComplete: mask = 0x%x\n", pEventMbox->iTxnEventMbox.iEventMboxBuf.eventsMask);
460 TRACE0(pEventMbox->hReport, REPORT_SEVERITY_ERRO
269 eventMbox_Config(TI_HANDLE hEventMbox, TI_HANDLE hTwif, TI_HANDLE hReport, TI_HANDLE hFwEvent, TI_HANDLE hCmdBld) argument
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverCtrl.c61 TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION , "TWD_SetParam: paramType=0x%X\n", pParamInfo->paramType);
69 TRACE1(pTWD->hReport, REPORT_SEVERITY_ERROR, "TWD########TWD_RTS_THRESHOLD_PARAM: Value out of permitted range 0x%x\n", pParamInfo->content.halCtrlRtsThreshold);
75 TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########TWD_RTS_THRESHOLD_PARAM 0x%x\n", pParamInfo->content.halCtrlRtsThreshold);
125 TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########HW_ENC_DEC_ENABLE %d\n", pParamInfo->content.rsnHwEncDecrEnable);
133 TRACE0(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########KEY_ADD\n");
144 TRACE0(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########KEY_REMOVE\n");
157 TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########DEFAULT_KEY_ID %d\n", (TI_UINT8)pParamInfo->content.rsnDefaultKeyID);
168 TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########SECURITY_MODE_SET %d\n", pParamInfo->content.rsnEncryptionStatus);
176 TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD: XCC_SW_ENC_ENABLE %d\n", pParamInfo->content.rsnXCCSwEncFlag);
180 TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATIO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/
H A DrecoveryMgr.c121 TI_HANDLE hReport,
134 pRecoverMgr->hReport = hReport;
147 WLAN_REPORT_INIT(pRecoverMgr->hReport, RECOVERY_MGR_MODULE_LOG,
209 WLAN_REPORT_ERROR(pRecoverMgr->hReport, RECOVERY_MGR_MODULE_LOG,
215 WLAN_REPORT_INFORMATION(pRecoverMgr->hReport, RECOVERY_MGR_MODULE_LOG,
227 WLAN_REPORT_INFORMATION(pRecoverMgr->hReport, RECOVERY_MGR_MODULE_LOG,
250 WLAN_REPORT_INFORMATION(pRecoverMgr->hReport, RECOVERY_MGR_MODULE_LOG,
279 WLAN_REPORT_ERROR(pRecoverMgr->hReport, RECOVERY_MGR_MODULE_LOG,
325 WLAN_REPORT_ERROR(pRecoverMgr->hReport, RECOVERY_MGR_MODULE_LO
120 recoveryMgr_config(TI_HANDLE hRecoveryMgr, TI_HANDLE hReport, TI_HANDLE hTxData, TI_HANDLE hTnetwDrv, TI_HANDLE hScr, TI_HANDLE hCurrBss, TI_HANDLE hPowerMgr, TI_HANDLE hHealthMonitor, TI_HANDLE hSoftGemini) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DmainSecSm.c175 TI_HANDLE hReport,
189 pMainSec->hReport = hReport;
192 WLAN_REPORT_SM(pMainSec->hReport,RSN_MODULE_LOG,
210 status = mainKeys_config(pMainSec->pMainKeys, pInitData->pPaeConfig, pMainSec, pMainSec->hReport, pMainSec->hOs,
214 WLAN_REPORT_ERROR(pMainSec->hReport, RSN_MODULE_LOG,
219 WLAN_REPORT_SM(pMainSec->hReport, RSN_MODULE_LOG,
256 WLAN_REPORT_ERROR(pMainSec->hReport, RSN_MODULE_LOG,
264 WLAN_REPORT_ERROR(pMainSec->hReport, RSN_MODULE_LOG,
302 WLAN_REPORT_INFORMATION(pMainSec->hReport, RSN_MODULE_LO
172 mainSec_config(mainSec_t *pMainSec, mainSecInitData_t *pInitData, void *pParent, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hCtrlData, TI_HANDLE hEvHandler, TI_HANDLE hConn, TI_HANDLE hHalCtrl ) argument
[all...]

Completed in 506 milliseconds

1234567891011>>