Searched refs:hReport (Results 26 - 50 of 423) sorted by relevance

1234567891011>>

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
H A Dscr.c210 * \param hReport - handle to the report module.\n
212 void scr_init( TI_HANDLE hScr, TI_HANDLE hReport )
218 pScr->hReport = hReport;
241 WLAN_REPORT_INIT( hReport, SCR_MODULE_LOG, (".....SCR configured successfully\n"));
265 WLAN_REPORT_ERROR( pScr->hReport, SCR_MODULE_LOG,
289 WLAN_REPORT_INFORMATION( pScr->hReport,
299 WLAN_REPORT_ERROR( pScr->hReport, SCR_MODULE_LOG,
306 WLAN_REPORT_INFORMATION( pScr->hReport,
327 WLAN_REPORT_INFORMATION( pScr->hReport, SCR_MODULE_LO
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.c92 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"twIf_Create failed\n");
102 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"cmdBld_Create failed\n");
112 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD MacServices_create failed!!!\n");
122 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD cmdQueue_Create failed!!!\n");
135 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"TWD txXfer_Create failed!!!\n");
144 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"TWD txResult_Create failed!!!\n");
153 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"TWD rxXfer_Create failed!!!\n");
162 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD fwEvent_Create failed!!!\n");
171 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD eventMbox_Create failed!!!\n");
181 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOL
389 TWD_Init(TI_HANDLE hTWD, TI_HANDLE hReport, TI_HANDLE hUser, TI_HANDLE hTimer, TI_HANDLE hContext, TI_HANDLE hTxnQ, TTwdCallback fInitHwCb, TTwdCallback fInitFwCb, TTwdCallback fConfigFwCb, TTwdCallback fStopCb, TTwdCallback fInitFailCb) argument
[all...]
/system/wlan/ti/wilink_6_1/TWD/MacServices/
H A DScanSrvSM.c174 TRACE2(pScanSRV->hReport, REPORT_SEVERITY_ERROR, "Failed getting scan SRV next state. state = %d event = %d\n", (TI_UINT8)*currentState,(TI_UINT8)event);
178 TRACE3(pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "scanSRVSM_SMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
198 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Requesting Driver mode from PowerSave Srv.\n");
211 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode successful, continuing to scan.\n");
218 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode pending, Waiting.\n");
231 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode failed, continuing to scan.\n");
240 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode failed, aborting scan.\n");
275 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Releasing Driver mode from Power Srv.\n");
295 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Driver mode exit successful, scan done.\n");
302 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATIO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ExpInc/
H A DroamingMngrApi.h77 TI_HANDLE hReport,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/
H A DrecoveryMgr.h59 TI_HANDLE hReport; member in struct:__anon441
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerAuthorization/
H A DPowerAuthorization_internal.h76 TI_HANDLE hReport; member in struct:_powerAutho_t
H A DPowerAuthorization.c55 * hReport - the handle to the report module
77 pObj->hReport = NULL;
126 int powerAutho_Configure(TI_HANDLE hPowerAutho, TI_HANDLE hReport, TI_HANDLE hHalCtrl, powerAutho_PowerPolicy_e aPowerPolicy) argument
136 pPowerAutho->hReport = hReport;
159 WLAN_REPORT_INFORMATION (pPowerAutho->hReport,ELP_MODULE_LOG,
194 WLAN_REPORT_INFORMATION (pPowerAutho->hReport,ELP_MODULE_LOG,
225 WLAN_REPORT_INFORMATION (pPowerAutho->hReport,ELP_MODULE_LOG,
262 WLAN_REPORT_INFORMATION (pPowerAutho->hReport,ELP_MODULE_LOG,
322 WLAN_REPORT_INFORMATION (pPowerAutho->hReport,ELP_MODULE_LO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DkeyParser.c142 TI_HANDLE hReport,
152 pKeyParser->hReport = hReport;
175 WLAN_REPORT_INFORMATION(pKeyParser->hReport, RSN_MODULE_LOG,
137 keyParser_config(struct _keyParser_t *pKeyParser, rsn_paeConfig_t *pPaeConfig, struct _unicastKey_t *pUcastKey, struct _broadcastKey_t *pBcastKey, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hCtrlData) argument
H A DkeyParserWep.c126 WLAN_REPORT_ERROR(pKeyParser->hReport, RSN_MODULE_LOG,
135 WLAN_REPORT_ERROR(pKeyParser->hReport, RSN_MODULE_LOG,
142 WLAN_REPORT_ERROR(pKeyParser->hReport, RSN_MODULE_LOG,
152 WLAN_REPORT_INFORMATION(pKeyParser->hReport, RSN_MODULE_LOG,
161 WLAN_REPORT_ERROR(pKeyParser->hReport, RSN_MODULE_LOG,
191 WLAN_REPORT_ERROR(pKeyParser->hReport, RSN_MODULE_LOG,
200 WLAN_REPORT_ERROR(pKeyParser->hReport, RSN_MODULE_LOG,
H A DbroadcastKeySM.c180 TI_HANDLE hReport,
185 pBroadcastKey->hReport = hReport;
208 status = keyDerive_config(pBroadcastKey->pKeyDerive, pPaeConfig->broadcastSuite, pParent, hReport, hOs);
216 WLAN_REPORT_ERROR(pBroadcastKey->hReport, RSN_MODULE_LOG,
177 broadcastKey_config(struct _broadcastKey_t *pBroadcastKey, rsn_paeConfig_t *pPaeConfig, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs) argument
H A DunicastKeySM.c178 TI_HANDLE hReport,
183 pUnicastKey->hReport = hReport;
206 status = keyDerive_config(pUnicastKey->pKeyDerive, pPaeConfig->unicastSuite, pParent, hReport, hOs);
214 WLAN_REPORT_ERROR(pUnicastKey->hReport, RSN_MODULE_LOG,
175 unicastKey_config(struct _unicastKey_t *pUnicastKey, rsn_paeConfig_t *pPaeConfig, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalRecovery.c171 WLAN_REPORT_FATAL_ERROR(pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
208 WLAN_REPORT_INFORMATION(pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
236 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
272 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
284 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
324 WLAN_REPORT_REPLY (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
334 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
339 WLAN_REPORT_ERROR (pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
374 WLAN_REPORT_WARNING(pWhalCtrl->hReport, HAL_CTRL_MODULE_LOG,
404 WLAN_REPORT_INFORMATION(pWhalCtrl->hReport, HAL_CTRL_MODULE_LO
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DkeyParser.c141 TI_HANDLE hReport,
151 pKeyParser->hReport = hReport;
174 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_INFORMATION, "KEY_PARSER: nop \n");
136 keyParser_config(struct _keyParser_t *pKeyParser, TRsnPaeConfig *pPaeConfig, struct _unicastKey_t *pUcastKey, struct _broadcastKey_t *pBcastKey, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hCtrlData) argument
H A DkeyParserWep.c125 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "WEP_KEY_PARSER: ERROR: NULL KEY Data\n");
133 TRACE1(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "WEP_KEY_PARSER: ERROR: Key Length out of bounds=%d\n", pKeyDesc->KeyLength);
139 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "WEP_KEY_PARSER: ERROR: Key index bits 8-29 should be 0 !!!\n");
148 TRACE2(pKeyParser->hReport, REPORT_SEVERITY_INFORMATION, "WEP_KEY_PARSER: Key received keyId=%x, keyLen=%d\n", pKeyDesc->KeyIndex, pKeyDesc->KeyLength);
155 TRACE1(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "WEP_KEY_PARSER: ERROR: Invalid Key length: %d !!!\n", securityKey.encLen);
184 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "EXT_KEY_PARSER: ERROR: NULL KEY Data\n");
192 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "WEP_KEY_PARSER: ERROR: Remove TX key index\n");
H A DkeyParserExternal.c137 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "EXT_KEY_PARSER: ERROR: NULL KEY Data\n");
162 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "EXT_KEY_PARSER: ERROR: Cannot get MAC address !!!\n");
175 TRACE1(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "EXT_KEY_PARSER: ERROR: Incorrect key length - %d \n", pKeyDesc->KeyLength);
198 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "EXT_KEY_PARSER: ERROR: Authenticator set key in IBSS mode !!!\n");
206 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "EXT_KEY_PARSER: ERROR: Key index bits 8-27 should be 0 !!!\n");
217 TRACE1(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "WEP_KEY_PARSER: ERROR: Invalid Key length: %d !!!\n", pKeyDesc->KeyLength);
249 TRACE2(pKeyParser->hReport, REPORT_SEVERITY_INFORMATION, "EXT_KEY_PARSER: Key received keyId=%x, keyLen=%d \n", pKeyDesc->KeyIndex, pKeyDesc->KeyLength );
256 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_WARNING, "EXT_KEY_PARSER: ERROR: Pairwise key must have index 0 !!!\n");
262 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "EXT_KEY_PARSER: ERROR: Broadcast MAC address for unicast !!!\n");
274 TRACE0(pKeyParser->hReport, REPORT_SEVERITY_ERRO
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DScanCncnApp.c68 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: recevived request of type 0x%x\n", pParam->paramType);
77 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_WARNING, "scanCncnApp_SetParam: trying to start app one-shot scan when client %d is currently running!\n", pScanCncn->eCurrentRunningAppScanClient);
107 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_WARNING, "scanCncnApp_SetParam: trying to start app periodic scan when client %d is currently running!\n", pScanCncn->eCurrentRunningAppScanClient);
119 TRACE0(pScanCncn->hReport, REPORT_SEVERITY_CONSOLE , "Scan was not started. Verify scan parametrs or SME mode\n");
140 TRACE0(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: received OS scan request when OS scans are disabled, quitting...\n");
149 TRACE3(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: last OID scan performed at: %d, now is: %d, min duration is: %d, too early for another scan!\n", pScanCncn->uOSScanLastTimeStamp, uCurrentTimeStamp, pScanCncn->tInitParams.uMinimumDurationBetweenOsScans);
156 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_ERROR , "scanCncnApp_SetParam: received OS scan request when client %d is currently running!\n", pScanCncn->eCurrentRunningAppScanClient);
166 TRACE0(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncnApp_SetParam: starting OID scan process...\n");
185 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_ERROR , "scanCncnApp_SetParam: unrecognized param type :%d\n", pParam->paramType);
207 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_INFORMATIO
[all...]
/system/wlan/ti/wilink_6_1/utils/
H A Dcontext.c70 TI_HANDLE hReport; member in struct:__anon1909
154 * \param hReport - Handle to report module
158 void context_Init (TI_HANDLE hContext, TI_HANDLE hOs, TI_HANDLE hReport) argument
163 pContext->hReport = hReport;
224 TRACE0(pContext->hReport, REPORT_SEVERITY_ERROR , "context_RegisterClient() MAX_CLIENTS limit exceeded!!\n");
245 TRACE0(pContext->hReport, REPORT_SEVERITY_ERROR , "context_RegisterClient() MAX_NAME_SIZE limit exceeded!\n");
252 TRACE2(pContext->hReport, REPORT_SEVERITY_INIT , "context_RegisterClient(): Client=, ID=%d, enabled=%d\n", uClientId, bEnable);
278 TRACE3(pContext->hReport, REPORT_SEVERITY_INFORMATION , "context_RequestSchedule(): Client=, ID=%d, enabled=%d, pending=%d\n", uClientId, pContext->aClientEnabled[uClientId], pContext->aClientPending[uClientId]);
325 TRACE0(pContext->hReport, REPORT_SEVERITY_INFORMATIO
[all...]
H A DGenSM.c99 * \param hReport - handle to the report module
103 void genSM_Init (TI_HANDLE hGenSM, TI_HANDLE hReport) argument
108 pGenSM->hReport = hReport;
159 TRACE3(pGenSM->hReport, REPORT_SEVERITY_ERROR , ": module: %d received event %d, which is out of events boundry %d\n", pGenSM->uModuleLogIndex, uEvent, pGenSM->uEventNum);
163 TRACE3(pGenSM->hReport, REPORT_SEVERITY_ERROR , ": module: %d received event %d, when event %d is pending execution!\n", pGenSM->uModuleLogIndex, uEvent, pGenSM->uEvent);
177 TRACE1(pGenSM->hReport, REPORT_SEVERITY_INFORMATION , ": module: %d delaying execution of event \n", pGenSM->uModuleLogIndex);
189 TRACE4(pGenSM->hReport, REPORT_SEVERITY_INFORMATION, "genSM_Event: module %d <currentState = %d, event = %d> --> nextState = %d\n", pGenSM->uModuleLogIndex, pGenSM->uCurrentState, uEvent, pCell->uNextState);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
H A DmeasurementMgrSM.c253 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
287 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
293 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
338 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
346 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
357 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
369 WLAN_REPORT_WARNING(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
391 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
421 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
440 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LO
[all...]
H A DmeasurementMgr.c216 TI_HANDLE hReport,
239 pMeasurementMgr->hReport = hReport;
286 RequestHandler_config(pMeasurementMgr->hRequestH, hReport, hOs);
303 WLAN_REPORT_INIT(hReport, MEASUREMENT_MNGR_MODULE_LOG,
308 WLAN_REPORT_ERROR(hReport, MEASUREMENT_MNGR_MODULE_LOG,
335 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
355 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
362 WLAN_REPORT_ERROR(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
372 WLAN_REPORT_INFORMATION(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LO
208 measurementMgr_config(TI_HANDLE hMeasurementMgr, TI_HANDLE hMacServices, TI_HANDLE hRegulatoryDomain, TI_HANDLE hExcMngr, TI_HANDLE hSiteMgr, TI_HANDLE hHalCtrl, TI_HANDLE hMlme, TI_HANDLE hTrafficMonitor, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hScr, TI_HANDLE hHealthMonitor, TI_HANDLE hApConn, TI_HANDLE hTx, measurementInitParams_t * pMeasurementInitParams) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
H A DScanSrvSM.c197 WLAN_REPORT_ERROR(pScanSRV->hReport, SCAN_SRV_MODULE_LOG,
205 WLAN_REPORT_SM( pScanSRV->hReport, SCAN_SRV_MODULE_LOG,
230 WLAN_REPORT_INFORMATION( pScanSRV->hReport, SCAN_SRV_MODULE_LOG, ("Requesting Driver mode from PowerSave Srv.\n") );
243 WLAN_REPORT_INFORMATION( pScanSRV->hReport, SCAN_SRV_MODULE_LOG,
252 WLAN_REPORT_INFORMATION( pScanSRV->hReport, SCAN_SRV_MODULE_LOG,
267 WLAN_REPORT_INFORMATION( pScanSRV->hReport, SCAN_SRV_MODULE_LOG,
277 WLAN_REPORT_INFORMATION( pScanSRV->hReport, SCAN_SRV_MODULE_LOG,
313 WLAN_REPORT_INFORMATION( pScanSRV->hReport, SCAN_SRV_MODULE_LOG,
334 WLAN_REPORT_INFORMATION( pScanSRV->hReport, SCAN_SRV_MODULE_LOG,
343 WLAN_REPORT_INFORMATION( pScanSRV->hReport, SCAN_SRV_MODULE_LO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/
H A DTNETWArb.c98 * TI_HANDLE hReport
106 void TNETWArb_Config (TI_HANDLE hTNETWArb,TI_HANDLE hReport,TI_HANDLE hELPCtrl) argument
113 pTNETWArb->hReport = hReport;
129 TNETWArbSM_Init(pTNETWArb->hTNETWArbSM,pTNETWArb->hReport,hTNETWArb,hELPCtrl,NULL);
220 WLAN_REPORT_INFORMATION (pTNETWArb->hReport, TNETW_ARBITER_MODULE_LOG,
233 WLAN_REPORT_ERROR(pTNETWArb->hReport,TNETW_ARBITER_MODULE_LOG,("\n TNETWArb_Start Module %s Already requested TNETWIF!!!! \n", TNETWIF_ModuleIdToString(module_id)));
240 WLAN_REPORT_INFORMATION(pTNETWArb->hReport,TNETW_ARBITER_MODULE_LOG,("TNETWArb_Start: Enqueue in TODO: module %s, pTNETWARB_Inst %x instance_handle: %X\n", TNETWIF_ModuleIdToString(module_id), pTNETWARB_Inst,ClientCallBack_Handle));
247 WLAN_REPORT_INFORMATION (pTNETWArb->hReport, TNETW_ARBITER_MODULE_LOG,
283 WLAN_REPORT_ERROR(pTNETWArb->hReport,TNETW_ARBITER_MODULE_LO
[all...]
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DmeasurementMgrSM.c252 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Configured MeasurementMgr state machine\n");
285 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": State machine error, failed getting next state\n");
290 TRACE3(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, "measurementMgrSM_event: <currentState = %d, event = %d> --> nextState = %d\n", currentState, event, nextState);
330 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag already set\n");
337 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag has been set\n");
347 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MeasurementMgr set to XCC mode\n");
358 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_WARNING, ": Could not register to receive IAPP packets\n");
379 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MeasurementMgr set to Spectrum Management mode\n");
408 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Connected flag unset\n");
426 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATIO
[all...]
H A DmeasurementMgr.c157 pMeasurementMgr->hReport = pStadHandles->hReport;
194 RequestHandler_config(pMeasurementMgr->hRequestH, pStadHandles->hReport, pStadHandles->hOs);
201 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INIT , ": Measurement Manager configured successfully\n");
219 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, "measurementMgr_SetDefaults(): Failed to create hActivationDelayTimer!\n");
232 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, "measurementMgr_SetDefaults(): Failed to create hTsMetricsReportTimer!\n");
267 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MEASUREMENT_ENABLE_DISABLE_PARAM <- %d\n", pParam->content.measurementEnableDisableStatus);
286 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MEASUREMENT_TRAFFIC_THRESHOLD_PARAM <- %d\n", pParam->content.measurementTrafficThreshold);
292 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, ": Invalid value for MEASUREMENT_TRAFFIC_THRESHOLD_PARAM (%d)\n", pParam->content.measurementTrafficThreshold);
301 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATIO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/EventMbox/
H A DeventMbox.c139 TI_HANDLE hReport; member in struct:__anon489
291 * hReport Report Object
296 TI_HANDLE hReport, TI_HANDLE hFwEvent, TI_HANDLE hWhalCtrl)
301 pEventMbox->hReport = hReport;
304 pEventMbox->hReport = hReport;
334 WLAN_REPORT_INFORMATION(pEventMbox->hReport, EVENT_MBOX_MODULE_LOG,
379 WLAN_REPORT_INIT (pEventMbox->hReport, EVENT_MBOX_MODULE_LOG,
417 WLAN_REPORT_INIT (pEventMbox->hReport, EVENT_MBOX_MODULE_LO
295 eventMbox_Config(TI_HANDLE hEventMbox, TI_HANDLE hTNETWIF, TI_HANDLE hHwIntr, TI_HANDLE hReport, TI_HANDLE hFwEvent, TI_HANDLE hWhalCtrl) argument
[all...]

Completed in 496 milliseconds

1234567891011>>