Home
last modified time | relevance | path

Searched refs:hReport (Results 1 – 25 of 182) sorted by relevance

12345678

/hardware/ti/wlan/wl1271/utils/
Dreport.h344 #define TRACE0(hReport, level, str) \ argument
345 …do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileE…
346 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 0); } } while(0)
348 #define TRACE1(hReport, level, str, p1) \ argument
349 …do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileE…
350 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 1, (TI_UINT32)p1); } } while(…
352 #define TRACE2(hReport, level, str, p1, p2) \ argument
353 …do { if (hReport && (((TReport *)hReport)->aSeverityTable[level]) && (((TReport *)hReport)->aFileE…
354 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 2, (TI_UINT32)p1, (TI_UINT32)…
356 #define TRACE3(hReport, level, str, p1, p2, p3) \ argument
[all …]
Dreport.c232 TI_STATUS report_SetDefaults (TI_HANDLE hReport, TReportInitParams *pInitParams) in report_SetDefaults() argument
234 if( (NULL == hReport) || (NULL == pInitParams)) in report_SetDefaults()
239 report_SetReportFilesTable (hReport, (TI_UINT8 *)pInitParams->aFileEnable); in report_SetDefaults()
240 report_SetReportSeverityTable (hReport, (TI_UINT8 *)pInitParams->aSeverityTable); in report_SetDefaults()
248 TI_STATUS report_Unload (TI_HANDLE hReport) in report_Unload() argument
250 TReport *pReport = (TReport *)hReport; in report_Unload()
266 TI_STATUS report_SetReportModule(TI_HANDLE hReport, TI_UINT8 module_index) in report_SetReportModule() argument
268 if(NULL == hReport) in report_SetReportModule()
273 ((TReport *)hReport)->aFileEnable[module_index] = 1; in report_SetReportModule()
279 TI_STATUS report_ClearReportModule(TI_HANDLE hReport, TI_UINT8 module_index) in report_ClearReportModule() argument
[all …]
Dqueue.c60 TI_HANDLE hReport; member
137 TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32 uLimit, TI_UINT32 uNodeHeaderOffs… in que_Create() argument
157 pQue->hReport = hReport; in que_Create()
185 TRACE0(pQue->hReport, REPORT_SEVERITY_WARNING, "que_Destroy() Queue Not Empty!!"); in que_Destroy()
208 TI_STATUS que_Init (TI_HANDLE hQue, TI_HANDLE hOs, TI_HANDLE hReport) in que_Init() argument
213 pQue->hReport = hReport; in que_Init()
248 …TRACE0(pQue->hReport, REPORT_SEVERITY_WARNING, "que_Enqueue(): Trying to enqueue an item that is a… in que_Enqueue()
261 … TRACE0(pQue->hReport, REPORT_SEVERITY_INFORMATION , "que_Enqueue(): Enqueued Successfully\n"); in que_Enqueue()
272 TRACE0(pQue->hReport, REPORT_SEVERITY_WARNING , "que_Enqueue(): Queue Overflow\n"); in que_Enqueue()
317 TRACE0(pQue->hReport, REPORT_SEVERITY_INFORMATION , "que_Dequeue(): Queue is empty\n"); in que_Dequeue()
[all …]
Dcontext.c70 TI_HANDLE hReport; member
158 void context_Init (TI_HANDLE hContext, TI_HANDLE hOs, TI_HANDLE hReport) in context_Init() argument
163 pContext->hReport = hReport; in context_Init()
224 …TRACE0(pContext->hReport, REPORT_SEVERITY_ERROR , "context_RegisterClient() MAX_CLIENTS limit exce… in context_RegisterClient()
245 …TRACE0(pContext->hReport, REPORT_SEVERITY_ERROR , "context_RegisterClient() MAX_NAME_SIZE limit ex… in context_RegisterClient()
252 …TRACE2(pContext->hReport, REPORT_SEVERITY_INIT , "context_RegisterClient(): Client=, ID=%d, enable… in context_RegisterClient()
278 …TRACE3(pContext->hReport, REPORT_SEVERITY_INFORMATION , "context_RequestSchedule(): Client=, ID=%d… in context_RequestSchedule()
325 TRACE0(pContext->hReport, REPORT_SEVERITY_INFORMATION , "context_DriverTask():\n"); in context_DriverTask()
335 … TRACE1(pContext->hReport, REPORT_SEVERITY_INFORMATION , "Invoking - Client=, ID=%d\n", i); in context_DriverTask()
372 …TRACE0(pContext->hReport, REPORT_SEVERITY_ERROR , "context_EnableClient() Client already enabled!… in context_EnableClient()
[all …]
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DmeasurementMgr.c157 pMeasurementMgr->hReport = pStadHandles->hReport; in measurementMgr_init()
195 RequestHandler_config(pMeasurementMgr->hRequestH, pStadHandles->hReport, pStadHandles->hOs); in measurementMgr_init()
202 …TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INIT , ": Measurement Manager configured successf… in measurementMgr_init()
220 …TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, "measurementMgr_SetDefaults(): Failed to c… in measurementMgr_SetDefaults()
233 …TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, "measurementMgr_SetDefaults(): Failed to c… in measurementMgr_SetDefaults()
268 …TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MEASUREMENT_ENABLE_DISABLE_PARAM … in measurementMgr_setParam()
287 …TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MEASUREMENT_TRAFFIC_THRESHOLD_PAR… in measurementMgr_setParam()
293 …TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, ": Invalid value for MEASUREMENT_TRAFFIC_T… in measurementMgr_setParam()
302 …TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MEASUREMENT_MAX_DURATION_PARAM <-… in measurementMgr_setParam()
312 …TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, ": Specified parameter is not supported (%… in measurementMgr_setParam()
[all …]
DmeasurementMgrSM.c252 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Configured MeasurementMgr state ma… in measurementMgrSM_config()
285 …TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": State machine error, failed getti… in measurementMgrSM_event()
290 …TRACE3(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, "measurementMgrSM_event: <currentSta… in measurementMgrSM_event()
330 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag already set\n"); in measurementMgrSM_acConnected()
337 … TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag has been set\n"); in measurementMgrSM_acConnected()
350 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MeasurementMgr set to XCC mode\n"); in measurementMgrSM_acConnected()
361 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_WARNING, ": Could not register to receive IAPP pac… in measurementMgrSM_acConnected()
382 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MeasurementMgr set to Spectrum Man… in measurementMgrSM_acConnected()
411 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag unset\n"); in measurementMgrSM_acDisconnected_fromIdle()
429 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement Manager has been enabl… in measurementMgrSM_acEnable()
[all …]
DSoftGemini.c126 …TRACE0(pSoftGemini->hReport, REPORT_SEVERITY_ERROR, " SoftGemini_SetPSmode() - Error hSoftGemini=… in SoftGemini_SetPSmode()
165 …TRACE0(pSoftGemini->hReport, REPORT_SEVERITY_ERROR, " SoftGemini_unSetPSmode() - Error hSoftGemini… in SoftGemini_unSetPSmode()
219 pSoftGemini->hReport = pStadHandles->hReport; in SoftGemini_init()
280 TRACE0(pSoftGemini->hReport, REPORT_SEVERITY_INIT, " SoftGemini_config() - configured successfully… in SoftGemini_SetDefaults()
284 TRACE0(pSoftGemini->hReport, REPORT_SEVERITY_ERROR, " SoftGemini_config() - Error configuring modu… in SoftGemini_SetDefaults()
339 TRACE1(pSoftGemini->hReport, REPORT_SEVERITY_INFORMATION, " SoftGemini_setParam() (0x%x)\n", pPara… in SoftGemini_setParam()
368 TRACE1(pSoftGemini->hReport, REPORT_SEVERITY_ERROR, " SoftGemini_setParam(), Params is not support… in SoftGemini_setParam()
419 TRACE0(pSoftGemini->hReport, REPORT_SEVERITY_INFORMATION, " setSoftGeminiEnableParam() - Old value… in SoftGemini_setEnableParam()
427 …TRACE0(pSoftGemini->hReport, REPORT_SEVERITY_INFORMATION, " setSoftGeminiEnableParam() - while Ps… in SoftGemini_setEnableParam()
443 TRACE0(pSoftGemini->hReport, REPORT_SEVERITY_ERROR, " - setting same value \n"); in SoftGemini_setEnableParam()
[all …]
DregulatoryDomain.c173 pRegulatoryDomain->hReport = pStadHandles->hReport; in regulatoryDomain_init()
239 TRACE0(pRegulatoryDomain->hReport, REPORT_SEVERITY_INIT, ".....Regulatory domain configured success… in regulatoryDomain_SetDefaults()
259 …TRACE0(pRegulatoryDomain->hReport, REPORT_SEVERITY_ERROR, "regulatoryDomain_setParam, REGULATORY_D… in regulatoryDomain_setParam()
281 TRACE2(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "SET_POWER_CONSTRAINT Old= %d New =… in regulatoryDomain_setParam()
299 TRACE2(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "REGULATORY_DOMAIN_EXTERN_TX_POWER_… in regulatoryDomain_setParam()
331 …TRACE0(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "regulatoryDomain_setParam, REGULA… in regulatoryDomain_setParam()
339 …TRACE0(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "regulatoryDomain_setParam, REGULA… in regulatoryDomain_setParam()
358 TRACE1(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "regulatoryDomain_setParam: tempora… in regulatoryDomain_setParam()
367 …TRACE1(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "regulatoryDomain_setParam, REGULA… in regulatoryDomain_setParam()
372 …TRACE0(pRegulatoryDomain->hReport, REPORT_SEVERITY_ERROR, "regulatoryDomain_setParam, Disable of 8… in regulatoryDomain_setParam()
[all …]
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.c89 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"twIf_Create failed\n"); in TWD_Create()
99 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"cmdBld_Create failed\n"); in TWD_Create()
109 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD MacServices_create failed!!!\n"); in TWD_Create()
119 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD cmdQueue_Create failed!!!\n"); in TWD_Create()
132 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"TWD txXfer_Create failed!!!\n"); in TWD_Create()
141 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"TWD txResult_Create failed!!!\n"); in TWD_Create()
150 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"TWD rxXfer_Create failed!!!\n"); in TWD_Create()
159 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD fwEvent_Create failed!!!\n"); in TWD_Create()
168 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD eventMbox_Create failed!!!\n"); in TWD_Create()
178 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"TWD fwDbg_Create failed!!!\n"); in TWD_Create()
[all …]
DTWDriverCtrl.c61 …TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION , "TWD_SetParam: paramType=0x%X\n", pParamInfo->… in TWD_SetParam()
69 …TRACE1(pTWD->hReport, REPORT_SEVERITY_ERROR, "TWD########TWD_RTS_THRESHOLD_PARAM: Value out of per… in TWD_SetParam()
75 …TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########TWD_RTS_THRESHOLD_PARAM 0x%x\n", pP… in TWD_SetParam()
125 …TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########HW_ENC_DEC_ENABLE %d\n", pParamInfo… in TWD_SetParam()
133 TRACE0(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########KEY_ADD\n"); in TWD_SetParam()
144 TRACE0(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########KEY_REMOVE\n"); in TWD_SetParam()
157 …TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########DEFAULT_KEY_ID %d\n", (TI_UINT8)pPa… in TWD_SetParam()
168 …TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########SECURITY_MODE_SET %d\n", pParamInfo… in TWD_SetParam()
176 …TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD: XCC_SW_ENC_ENABLE %d\n", pParamInfo->cont… in TWD_SetParam()
180 …TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD: Set HwEncDecrEnable to %d\n", !pParamInfo… in TWD_SetParam()
[all …]
/hardware/ti/wlan/wl1271/TWD/Data_Service/
DRxQueue.c104 TI_HANDLE hReport; /* Report handler */ member
191 TI_STATUS RxQueue_Init (TI_HANDLE hRxQueue, TI_HANDLE hReport, TI_HANDLE hTimerModule) in RxQueue_Init() argument
195 pRxQueue->hReport = hReport; in RxQueue_Init()
219 …TRACE1(pRxQueue->hReport, REPORT_SEVERITY_INFORMATION , "RxQueue_Register_CB: CallBack ID = 0x%x\n… in RxQueue_Register_CB()
229 TRACE0(pRxQueue->hReport, REPORT_SEVERITY_ERROR , "RxQueue_Register_CB: Illegal value\n"); in RxQueue_Register_CB()
254 …TRACE1(pRxQueue->hReport, REPORT_SEVERITY_ERROR , "RxQueue_CloseBaSession: BA event - DELBA frame … in RxQueue_CloseBaSession()
328 …TRACE0(pRxQueue->hReport, REPORT_SEVERITY_INFORMATION , "RxQueue_PassPacket: call TWD_OWNER_RX_QUE… in RxQueue_PassPacket()
386 …TRACE2(pRxQueue->hReport, REPORT_SEVERITY_INFORMATION, "RxQueue_ReceivePacket: packet_class_tag = … in RxQueue_ReceivePacket()
394 …TRACE1(pRxQueue->hReport, REPORT_SEVERITY_INFORMATION, "RxQueue_ReceivePacket: BAD CLASS TAG =0x%x… in RxQueue_ReceivePacket()
412 …TRACE0(pRxQueue->hReport, REPORT_SEVERITY_INFORMATION, "RxQueue_ReceivePacket: pass packet without… in RxQueue_ReceivePacket()
[all …]
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DeventMbox.c108 TI_HANDLE hReport; member
271 TI_HANDLE hReport, in eventMbox_Config() argument
277 pEventMbox->hReport = hReport; in eventMbox_Config()
337 TRACE0(pEventMbox->hReport, REPORT_SEVERITY_ERROR, "eventMbox_DummyCb : Called for unregistered eve… in eventMbox_DummyCb()
376 TRACE3(pEventMbox->hReport, REPORT_SEVERITY_INIT , "eventMbox_ConfigHw: event A Address=0x%x, event… in eventMbox_InitMboxAddr()
405 …TRACE3(pEventMbox->hReport, REPORT_SEVERITY_INIT , "eventMbox_ConfigHw: event A Address=0x%x, even… in eventMbox_ReadAddrCb()
432 …TRACE1(pEventMbox->hReport, REPORT_SEVERITY_INFORMATION, "eventMbox_InitComplete: mask = 0x%x\n", … in eventMbox_InitComplete()
460 TRACE0(pEventMbox->hReport, REPORT_SEVERITY_ERROR, "eventMbox_RegisterEvent : NULL parameters\n"); in eventMbox_RegisterEvent()
465 TRACE0(pEventMbox->hReport, REPORT_SEVERITY_ERROR, "eventMbox_RegisterEvent : Event ID invalid\n"); in eventMbox_RegisterEvent()
503 TRACE0(pEventMbox->hReport, REPORT_SEVERITY_ERROR , "eventMbox_ReplaceEvent: NULL parameters\n"); in eventMbox_ReplaceEvent()
[all …]
/hardware/ti/wlan/wl1271/TWD/MacServices/
DMeasurementSrv.c103 TI_HANDLE hReport, in MacServices_measurementSRV_init() argument
113 pMeasurementSRV->hReport = hReport; in MacServices_measurementSRV_init()
126 …TRACE0(pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, "MacServices_measurementSRV_init(): Failed… in MacServices_measurementSRV_init()
136 …TRACE0(pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, "MacServices_measurementSRV_init(): Failed… in MacServices_measurementSRV_init()
169 TRACE0(hReport, REPORT_SEVERITY_INIT , ".....Measurement SRV configured successfully.\n"); in MacServices_measurementSRV_init()
283 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Received measurement request.\n"); in MacServices_measurementSRV_startMeasurement()
285 TRACE3( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "time to expiry: %d ms, cmd response… in MacServices_measurementSRV_startMeasurement()
286 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "cmd complete CB: 0x%x, cmd complete… in MacServices_measurementSRV_startMeasurement()
355 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Received measurement stop request… in MacServices_measurementSRV_stopMeasurement()
356 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "Send null data:, cmd response CB: 0… in MacServices_measurementSRV_stopMeasurement()
[all …]
DScanSrvSM.c174 …TRACE2(pScanSRV->hReport, REPORT_SEVERITY_ERROR, "Failed getting scan SRV next state. state = %d e… in scanSRVSM_SMEvent()
178 …TRACE3(pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "scanSRVSM_SMEvent: <currentState = %d, eve… in scanSRVSM_SMEvent()
198 …TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Requesting Driver mode from PowerSave Srv… in scanSRVSM_requestPS()
211 …TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode successful, continuing to sca… in scanSRVSM_requestPS()
218 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode pending, Waiting.\n"); in scanSRVSM_requestPS()
231 …TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode failed, continuing to scan.\n… in scanSRVSM_requestPS()
240 … TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode failed, aborting scan.\n"); in scanSRVSM_requestPS()
275 …TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Releasing Driver mode from Power Srv.\n… in scanSRVSM_releasePS()
295 …TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Driver mode exit successful, scan done.… in scanSRVSM_releasePS()
302 … TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Driver mode exit pending, Waiting.\n"); in scanSRVSM_releasePS()
[all …]
DMeasurementSrvSM.c167 …TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "measurementSRVSM_SMEvent: State ma… in measurementSRVSM_SMEvent()
172 …TRACE3( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "measurementSRVSM_SMEvent: <current… in measurementSRVSM_SMEvent()
214 …TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Driver mode entered successfully… in measurementSRVSM_requestDriverMode()
221 … TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Driver mode pending\n"); in measurementSRVSM_requestDriverMode()
225 …TRACE1( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": Error %d when requesting driver mode\n… in measurementSRVSM_requestDriverMode()
261 …TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": request time has expired, request expi… in measurementSRVSM_requestMeasureStart()
320 …TRACE1( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": Failed to send measurement start comma… in measurementSRVSM_requestMeasureStart()
330 …TRACE6( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start command sent. Para… in measurementSRVSM_requestMeasureStart()
369 …TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": request time has expired, request expi… in measurementSRVSM_startMeasureTypes()
400 …TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Medium Usage has been nullified,… in measurementSRVSM_startMeasureTypes()
[all …]
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTxDataClsfr.c100 …TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_WARNING , "ERROR: txDataClsfr_Config(): duplicate/confli… in txDataClsfr_Config()
125 …TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_WARNING , "ERROR: txDataClsfr_Config(): classifier entri… in txDataClsfr_Config()
151 …TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_WARNING , "ERROR: txDataClsfr_Config(): classifier entri… in txDataClsfr_Config()
167 …TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_WARNING , "ERROR: txDataClsfr_Config(): Classifier type … in txDataClsfr_Config()
202 …TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_INFORMATION, " getIpAndUdpHeader: EthTypeLength is not 0… in getIpAndUdpHeader()
262 …TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR , "txDataClsfr_ClassifyTxPacket(): uPacketDtag err… in txDataClsfr_ClassifyTxPacket()
266 …TRACE1(pTxDataQ->hReport, REPORT_SEVERITY_INFORMATION , "Classifier D_TAG_CLSFR. uPacketDtag = %d\… in txDataClsfr_ClassifyTxPacket()
273 …TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_INFORMATION , "txDataClsfr_ClassifyTxPacket(): DSCP clsf… in txDataClsfr_ClassifyTxPacket()
287 …TRACE2(pTxDataQ->hReport, REPORT_SEVERITY_INFORMATION , "Classifier DSCP_CLSFR found match - entry… in txDataClsfr_ClassifyTxPacket()
297 …TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_INFORMATION, " txDataClsfr_ClassifyTxPacket() : DstPort … in txDataClsfr_ClassifyTxPacket()
[all …]
Drx.c182 pRxData->hReport = pStadHandles->hReport; in rxData_init()
255 …TRACE1(pRxData->hReport, REPORT_SEVERITY_ERROR, ": Invalid Rx Data Filter configured at init stage… in rxData_SetDefaults()
280 …TRACE0(pRxData->hReport, REPORT_SEVERITY_ERROR, "rxData_SetDefaults(): Failed to create hThroughpu… in rxData_SetDefaults()
287 TRACE0(pRxData->hReport, REPORT_SEVERITY_INIT, ".....Rx Data configured successfully\n"); in rxData_SetDefaults()
376 TRACE0(pRxData->hReport, REPORT_SEVERITY_INFORMATION, " rxData_stop() : Succeeded.\n"); in rxData_stop()
441 …TRACE0(pRxData->hReport, REPORT_SEVERITY_ERROR, " rxData_getParam() : PARAMETER NOT SUPPORTED \n"); in rxData_getParam()
510 …TRACE0(pRxData->hReport, REPORT_SEVERITY_ERROR, " rxData_setParam() : PARAMETER NOT SUPPORTED \n"); in rxData_setParam()
623 …TRACE3(pRxData->hReport, REPORT_SEVERITY_INFORMATION, ": Closed field pattern, length = %d, total … in closeFieldPattern()
662 …TRACE4(pRxData->hReport, REPORT_SEVERITY_INFORMATION, ": MaskIter = %d, Byte = %d, Bit = %d, isSet… in parseRxDataFilterRequest()
682 … TRACE0(pRxData->hReport, REPORT_SEVERITY_INFORMATION, ": Creating a new field pattern.\n"); in parseRxDataFilterRequest()
[all …]
/hardware/ti/wlan/wl1271/Txn/
DTxnQueue.c108 TI_HANDLE hReport; member
211 void txnQ_Init (TI_HANDLE hTxnQ, TI_HANDLE hOs, TI_HANDLE hReport, TI_HANDLE hContext) in txnQ_Init() argument
217 pTxnQ->hReport = hReport; in txnQ_Init()
222 …pTxnQ->hTxnDoneQueue = que_Create (pTxnQ->hOs, pTxnQ->hReport, TXN_DONE_QUE_SIZE, uNodeHeaderOffse… in txnQ_Init()
225 TRACE0(pTxnQ->hReport, REPORT_SEVERITY_ERROR, ": TxnDone queue creation failed!\n"); in txnQ_Init()
228 busDrv_Init (pTxnQ->hBusDrv, hReport); in txnQ_Init()
240 TRACE0(pTxnQ->hReport, REPORT_SEVERITY_INFORMATION, "txnQ_ConnectBus()\n"); in txnQ_ConnectBus()
267 …TRACE2(pTxnQ->hReport, REPORT_SEVERITY_ERROR, ": Invalid Params! uFuncId = %d, uNumPrios = %d\n",… in txnQ_Open()
283 …pTxnQ->aTxnQueues[uFuncId][i] = que_Create (pTxnQ->hOs, pTxnQ->hReport, TXN_QUE_SIZE, uNodeHeaderO… in txnQ_Open()
286 TRACE0(pTxnQ->hReport, REPORT_SEVERITY_ERROR, ": Queues creation failed!\n"); in txnQ_Open()
[all …]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Drsn.c241 pRsn->hReport = pStadHandles->hReport; in rsn_init()
278 …TRACE0(pRsn->hReport, REPORT_SEVERITY_ERROR, "rsn_SetDefaults(): Failed to create hMicFailureRepor… in rsn_SetDefaults()
284 …TRACE0(pRsn->hReport, REPORT_SEVERITY_ERROR, "rsn_SetDefaults(): Failed to create hMicFailureGroup… in rsn_SetDefaults()
295 …TRACE0(pRsn->hReport, REPORT_SEVERITY_ERROR, "rsn_SetDefaults(): Failed to create hMicFailurePairw… in rsn_SetDefaults()
305 pRsn->hReport, in rsn_SetDefaults()
408 … TRACE1(pRsn->hReport, REPORT_SEVERITY_ERROR, "RSN: Setting key #%d failed \n", keyIndex); in rsn_setDefaultKeys()
423 …TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: default key ID =%d \n", pRsn->defaultKeyI… in rsn_setDefaultKeys()
463 TRACE0(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "rsn_start ...\n"); in rsn_start()
541 TRACE0(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "rsn_removedDefKeys Enter \n"); in rsn_removedDefKeys()
547 …TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "rsn_removedDefKeys, Remove keyId=%d\n", keyInd… in rsn_removedDefKeys()
[all …]
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DScanCncnSmSpecific.c73 …TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnSmApp1Shot_ScrRequest: SCR… in scanCncnSmApp1Shot_ScrRequest()
80 …TRACE0(pScanCncnClient->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnSmApp1Shot_ScrRequest: SCR… in scanCncnSmApp1Shot_ScrRequest()
85 …TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmApp1Shot_ScrRequest: SCR retur… in scanCncnSmApp1Shot_ScrRequest()
136 …TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmApp1Shot_StartScan: TWD return… in scanCncnSmApp1Shot_StartScan()
174 …TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmApp1Shot_StopScan: status %d f… in scanCncnSmApp1Shot_StopScan()
220 …TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnSmAppP_ScrRequest: SCR pen… in scanCncnSmAppP_ScrRequest()
227 …TRACE0(pScanCncnClient->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnSmAppP_ScrRequest: SCR acq… in scanCncnSmAppP_ScrRequest()
232 …TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmAppP_ScrRequest: SCR returned … in scanCncnSmAppP_ScrRequest()
278 …TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmAppP_StartScan: TWD returned s… in scanCncnSmAppP_StartScan()
308 …TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmAppP_StopScan: status %d from … in scanCncnSmAppP_StopScan()
[all …]
DScanCncnApp.c68 …TRACE1(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: recevived request … in scanCncnApp_SetParam()
77 …TRACE1(pScanCncn->hReport, REPORT_SEVERITY_WARNING, "scanCncnApp_SetParam: trying to start app one… in scanCncnApp_SetParam()
110 …TRACE1(pScanCncn->hReport, REPORT_SEVERITY_WARNING, "scanCncnApp_SetParam: trying to start app per… in scanCncnApp_SetParam()
125 …TRACE0(pScanCncn->hReport, REPORT_SEVERITY_CONSOLE , "Scan was not started. Verify scan parametrs … in scanCncnApp_SetParam()
146 …TRACE0(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: received OS scan r… in scanCncnApp_SetParam()
155 …TRACE3(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: last OID scan perf… in scanCncnApp_SetParam()
162 …TRACE1(pScanCncn->hReport, REPORT_SEVERITY_ERROR , "scanCncnApp_SetParam: received OS scan request… in scanCncnApp_SetParam()
172 …TRACE0(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: starting OID scan … in scanCncnApp_SetParam()
201 …TRACE1(pScanCncn->hReport, REPORT_SEVERITY_ERROR , "scanCncnApp_SetParam: unrecognized param type … in scanCncnApp_SetParam()
223 …TRACE1(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_GetParam: received request o… in scanCncnApp_GetParam()
[all …]
DPowerMgr.c182 pPowerMgr->hReport = pStadHandles->hReport; in PowerMgr_init()
257 …TRACE0(pPowerMgr->hReport, REPORT_SEVERITY_INIT, "PowerMgr_init - TM - ERROR registering BET event… in PowerMgr_SetDefaults()
269 …TRACE0(pPowerMgr->hReport, REPORT_SEVERITY_INIT, "PowerMgr_init - PowerMgr_init - ERROR binding BE… in PowerMgr_SetDefaults()
300 …TRACE0(pPowerMgr->hReport, REPORT_SEVERITY_INIT, "PowerMgr_init - PowerMgr_init - ERROR registerin… in PowerMgr_SetDefaults()
313 …TRACE0(pPowerMgr->hReport, REPORT_SEVERITY_INIT, "PowerMgr_init - PowerMgr_init - ERROR binding Au… in PowerMgr_SetDefaults()
342 TRACE0(pPowerMgr->hReport, REPORT_SEVERITY_INIT, "PowerMgr_SetDefaults - ERROR creating timers - AB… in PowerMgr_SetDefaults()
353 TRACE0(pPowerMgr->hReport, REPORT_SEVERITY_INIT, "PowerMgr_init - PowerMgr Initialized\n"); in PowerMgr_SetDefaults()
377 TRACE0(pPowerMgr->hReport, REPORT_SEVERITY_INFORMATION, "PowerMgr_startPS - called\n"); in PowerMgr_startPS()
381 …TRACE1(pPowerMgr->hReport, REPORT_SEVERITY_ERROR, "PowerMgr_startPS - PS mechanism is already Enab… in PowerMgr_startPS()
460 TRACE0(pPowerMgr->hReport, REPORT_SEVERITY_INFORMATION, "PowerMgr_stopPS - called\n"); in PowerMgr_stopPS()
[all …]
DqosMngr.c222 pQosMngr->hReport = pStadHandles->hReport; in qosMngr_init()
280 pQosMngr->hReport, in qosMngr_SetDefaults()
367 …TRACE0(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "qosMngr_SetDefault: failed on verifyAndConfigQos… in qosMngr_SetDefaults()
418 …TRACE0(pQosMngr->hReport, REPORT_SEVERITY_INFORMATION, "qosMngr_config : QoS configuration complet… in qosMngr_SetDefaults()
556 …TRACE0(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "qosMngr_setSite:failed to init NON_QOS Queue Tra… in qosMngr_disconnect()
567 …TRACE0(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "qosMngr_setSite:failed to init NON_QOS AC QoS pa… in qosMngr_disconnect()
603 TRACE0(pQosMngr->hReport, REPORT_SEVERITY_INFORMATION, "qosMngr_disconnect : QoS disconnect complet… in qosMngr_disconnect()
637 TRACE0(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "qosMngr_connect : Already connected !!!\n"); in qosMngr_connect()
669 …TRACE2(pQosMngr->hReport, REPORT_SEVERITY_INFORMATION, "setWmeSiteParams: Setting QOS Null data fo… in qosMngr_connect()
680 …TRACE0(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "qosMngr_connect : QOS Null Data template not set… in qosMngr_connect()
[all …]
DsiteHash.c100 TRACE2( pSiteMgr->hReport, REPORT_SEVERITY_ERROR, in siteMgr_resetSiteTable()
151 TRACE2( pSiteMgr->hReport, REPORT_SEVERITY_ERROR, in findSiteEntry()
167 TRACE6(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, in findSiteEntry()
190 TRACE6(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "FIND failure, bssid: %X-%X-%X-%X-%X-%X\n\n"… in findSiteEntry()
240 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_ERROR, "Bad band: %d\n\n", band); in findAndInsertSiteEntry()
256 TRACE2( pSiteMgr->hReport, REPORT_SEVERITY_ERROR, in findAndInsertSiteEntry()
270 …TRACE6(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "FIND success, bssid: %X-%X-%X-%X-%X-%X\n\n… in findAndInsertSiteEntry()
290 …TRACE4(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "INSERT failure, no free entry!, oldestTS=%… in findAndInsertSiteEntry()
300 …TRACE9(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "INSERT failure, no free entry!, numOfSites… in findAndInsertSiteEntry()
319 …TRACE8(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "INSERT success, bssid: %X-%X-%X-%X-%X-%X, … in findAndInsertSiteEntry()
[all …]
/hardware/ti/wlan/wl1271/stad/src/Application/
DroamingMngr.c214 …TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_ERROR, "roamingMngr_triggerRoamingCb, bad roaming tr… in roamingMngr_triggerRoamingCb()
228 …TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_triggerRoamingCb, lowQuali… in roamingMngr_triggerRoamingCb()
236 …TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_triggerRoamingCb, higher t… in roamingMngr_triggerRoamingCb()
252 …TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_triggerRoamingCb, trigger … in roamingMngr_triggerRoamingCb()
260 …TRACE5(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_triggerRoamingCb, trigger … in roamingMngr_triggerRoamingCb()
318 …TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_connStatusCb, conn status … in roamingMngr_connStatusCb()
322 …TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_ERROR, "roamingMngr_connStatusCb, connStatus=%d was … in roamingMngr_connStatusCb()
353 …TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_ERROR, "roamingMngr_connStatusCb, bad connStatus = %… in roamingMngr_connStatusCb()
427 …TRACE2(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_updateNeighborApListCb, nu… in roamingMngr_updateNeighborApListCb()
456 …TRACE3(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smEvent(). Mode(%d) ,curre… in roamingMngr_smEvent()
[all …]

12345678