Searched refs:hReport (Results 176 - 200 of 423) sorted by relevance

1234567891011>>

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/
H A DhealthMonitor.h67 TI_HANDLE hReport; /**< handle to the report object */ member in struct:__anon667
108 TI_HANDLE hReport,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmdBit.h83 TI_HANDLE hReport; member in struct:_HwMboxCmdBit_T
90 extern int whal_hwMboxCmdBit_Config(TI_HANDLE hWhalCtr, HwMboxCmdBit_T *pHwMboxCmdBit, TI_HANDLE hCmdQueue, TI_HANDLE hReport);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/
H A DwhalSecurity.h53 TI_HANDLE hReport; /* handle to the reporter module*/ member in struct:__anon919
88 TI_HANDLE hReport; member in struct:_WHAL_SECURITY
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DCmdMBox.c133 * \param hReport - Handle to report module
145 TI_HANDLE hReport,
155 pCmdMbox->hReport = hReport;
168 TRACE0(pCmdMbox->hReport, REPORT_SEVERITY_ERROR, "cmdMbox_Init(): Failed to create hCmdMboxTimer!\n");
209 TRACE0(pCmdMbox->hReport, REPORT_SEVERITY_ERROR, "cmdMbox_SendCommand(): Trying to send Cmd while other Cmd is still in progres!\n");
226 TRACE1(pCmdMbox->hReport, REPORT_SEVERITY_WARNING, "cmdMbox_SendCommand(): Command length isn't 32bit aligned! CmdId=%d\n", pCmd->cmdID);
334 TRACE0(pCmdMbox->hReport, REPORT_SEVERITY_ERROR , "cmdMbox_TimeOut: Timeout occured in CmdMbox\n");
444 TRACE2(pCmdMbox->hReport, REPORT_SEVERITY_INFORMATION , "cmdMbox_GetStatus: TI_STATUS = (%d) <= pCmdMbox->tCmdMbox.cmdStatus = %d\n", status, pCmd->cmdStatus);
144 cmdMbox_Init(TI_HANDLE hCmdMbox, TI_HANDLE hReport, TI_HANDLE hTwIf, TI_HANDLE hTimer, TI_HANDLE hCmdQueue, TCmdMboxErrorCb fErrorCb) argument
/system/wlan/ti/wilink_6_1/TWD/MacServices/
H A DPowerSrvSM.h102 TI_HANDLE hReport; /**< Handle to the Report module. */ member in struct:__anon1297
183 TI_HANDLE hReport,
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DrequestHandler.h82 TI_HANDLE hReport; member in struct:__anon1602
91 TI_HANDLE hReport,
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DmainSecKeysOnly.c135 TRACE0(pMainSec->hReport, REPORT_SEVERITY_ERROR, "MAIN_SEC_SM: Error in configuring full SM\n");
152 TRACE0(pMainSec->hReport, REPORT_SEVERITY_INFORMATION, "mainSecKeysOnly_config\n");
239 TRACE0(pMainSec->hReport, REPORT_SEVERITY_ERROR, "MAIN_SEC_SM: Error in Keys\n");
306 TRACE0(pMainSec->hReport, REPORT_SEVERITY_SM, "MAIN_SEC_SM: mainSecKeysOnly_StartIdle...\n");
316 TRACE0(pMainSec->hReport, REPORT_SEVERITY_SM, "MAIN_SEC_SM: mainSecKeysOnly_StopStart...\n");
326 TRACE0(pMainSec->hReport, REPORT_SEVERITY_SM, "MAIN_SEC_SM: mainSecKeysOnly_KeysCompleteAuthenticated...\n");
343 TRACE0(pMainSec->hReport, REPORT_SEVERITY_SM, "MAIN_SEC_SM: mainSecKeysOnly_StopAuthorized...\n");
353 TRACE0(pMainSec->hReport, REPORT_SEVERITY_SM, "MAIN_SEC_SM: mainSecKeysOnly_StopNonAuthorized...\n");
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DopenAuthSm.c100 * I - hReport - Report context \n
173 TRACE0(pAuth->hReport, REPORT_SEVERITY_SM, "State machine error, failed getting next state\n");
177 TRACE3( pAuth->hReport, REPORT_SEVERITY_INFORMATION, "auth_osSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
220 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "OPEN_AUTH_SM: DEBUG recieved authentication message with wrong algorithm \n");
229 TRACE1(pHandle->hReport, REPORT_SEVERITY_SM, "OPEN_AUTH_SM: DEBUG Authentication status is %d \n", pFrame->content.auth.status);
253 TRACE0(pAuth->hReport, REPORT_SEVERITY_ERROR, "openAuth_smStartIdle: openAuth_smResetRetry return\n");
260 TRACE0(pAuth->hReport, REPORT_SEVERITY_ERROR, "openAuth_smStartIdle: openAuth_smSendAuthReq return\n");
267 TRACE0(pAuth->hReport, REPORT_SEVERITY_ERROR, "openAuth_smStartIdle: openAuth_smStartTimer return\n");
274 TRACE0(pAuth->hReport, REPORT_SEVERITY_ERROR, "openAuth_smStartIdle: openAuth_smIncRetry return\n");
H A DmlmeParser.c199 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "MLME_PARSER: recieved ASSOC_REQ message \n");
202 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "MLME_PARSER: recieved RE_ASSOC_REQ message \n");
205 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "MLME_PARSER: recieved RE_ASSOC_RSP message \n");
240 TRACE3(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: IE %d with length %d out of bounds %d\n", (*pEleHdr)[0], (*pEleHdr)[1], (bodyDataLen - 2));
253 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading RATES\n");
264 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading RATES\n");
292 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading WME parameters\n");
318 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading XCC EXT1 IE\n");
333 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading RSN IP ADDR IE\n");
347 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERRO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/
H A DsmeSmApi.c149 TI_HANDLE hReport,
170 pSmeSm->hReport = hReport;
218 WLAN_REPORT_INIT(hReport, SME_SM_MODULE_LOG, (".....Sme state machine configuration Failure\n"));
220 WLAN_REPORT_INIT(hReport, SME_SM_MODULE_LOG, (".....Sme state machine configuration Success\n"));
331 WLAN_REPORT_INFORMATION(pSmeSm->hReport, SME_SM_MODULE_LOG,
447 WLAN_REPORT_INFORMATION(pSmeSm->hReport, SME_SM_MODULE_LOG,
457 WLAN_REPORT_INFORMATION( pSmeSm->hReport, SME_SM_MODULE_LOG,
465 WLAN_REPORT_INFORMATION( pSmeSm->hReport, SME_SM_MODULE_LOG,
505 WLAN_REPORT_INFORMATION(pSmeSm->hReport, SME_SM_MODULE_LO
144 smeSm_config(TI_HANDLE hSmeSm, TI_HANDLE hConn, TI_HANDLE hScanCncn, TI_HANDLE hSiteMgr, TI_HANDLE hHalCtrl, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hEvHandler, TI_HANDLE hScr, TI_HANDLE hApConn, TI_HANDLE hCurrBss, TI_HANDLE hPowerMgr, TI_HANDLE hRegulatoryDomain, smeInitParams_t* smeInitParams) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A Dselect.c208 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("siteMgr_disSelectSite REMOVE Primary ssid=%s, bssid= 0x%x-0x%x-0x%x-0x%x-0x%x-0x%x\n\n",
267 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG,
293 WLAN_REPORT_WARNING(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("There is no valid Country IE for 2.4G band\n"));
295 WLAN_REPORT_WARNING(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("There is no valid Country IE for 5G band\n"));
325 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE PRIMARY, ssid (%s len= %d ), %X-%X-%X-%X-%X-%X\n\n", pSiteEntry->ssid.ssidString, pSiteEntry->ssid.len, pSiteEntry->bssid.addr[0], pSiteEntry->bssid.addr[1], pSiteEntry->bssid.addr[2], pSiteEntry->bssid.addr[3], pSiteEntry->bssid.addr[4], pSiteEntry->bssid.addr[5]));
337 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE MATCH FAILURE, ssid (%s len= %d ), %X-%X-%X-%X-%X-%X\n\n", pSiteEntry->ssid.ssidString, pSiteEntry->ssid.len, pSiteEntry->bssid.addr[0], pSiteEntry->bssid.addr[1], pSiteEntry->bssid.addr[2], pSiteEntry->bssid.addr[3], pSiteEntry->bssid.addr[4], pSiteEntry->bssid.addr[5]));
343 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE MATCH FAILURE, bssid, %X-%X-%X-%X-%X-%X\n\n", pSiteEntry->bssid.addr[0], pSiteEntry->bssid.addr[1], pSiteEntry->bssid.addr[2], pSiteEntry->bssid.addr[3], pSiteEntry->bssid.addr[4], pSiteEntry->bssid.addr[5]));
349 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE MATCH FAILURE, bss Type, %X-%X-%X-%X-%X-%X\n", pSiteEntry->bssid.addr[0], pSiteEntry->bssid.addr[1], pSiteEntry->bssid.addr[2], pSiteEntry->bssid.addr[3], pSiteEntry->bssid.addr[4], pSiteEntry->bssid.addr[5]));
350 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE MATCH FAILURE, bss Type, siteMgrDesiredBSSType=%d, bssType=%d\n",pSiteMgr->pDesiredParams->siteMgrDesiredBSSType, pSiteEntry->bssType));
357 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
H A DtxCtrlBlk.c116 TI_STATUS txCtrlBlk_init(TI_HANDLE hTxCtrlBlk, TI_HANDLE hReport) argument
120 pTxCtrlBlk->hReport = hReport;
187 WLAN_REPORT_ERROR(pTxCtrlBlk->hReport, TX_CTRL_BLK_MODULE_LOG,
224 WLAN_REPORT_ERROR(pTxCtrlBlk->hReport, TX_CTRL_BLK_MODULE_LOG,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/HwInit/
H A DHwInit.c122 TI_HANDLE hReport,
129 pHwInit->hReport = hReport;
134 WLAN_REPORT_INIT(pHwInit->hReport, HW_INIT_MODULE_LOG,
218 WLAN_REPORT_INFORMATION (pHwInit->hReport, HW_INIT_MODULE_LOG,
121 hwInit_config(TI_HANDLE hHwInit, TI_HANDLE hReport, TI_HANDLE hTNETWIF) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/
H A DMacServices.c158 hReport - handle to the report object.\n
164 void MacServices_init( TI_HANDLE hMacServices, TI_HANDLE hReport, TI_HANDLE hHalCtrl) argument
167 MacServices_scanSRV_init(hMacServices,hReport, hHalCtrl);
168 powerAutho_Configure(pMacServices->hPowerAutho, hReport, hHalCtrl, POWERAUTHO_POLICY_AWAKE);
169 MacServices_measurementSRV_init( pMacServices->hMeasurementSRV, hReport, hHalCtrl, pMacServices->hPowerSrv );
172 hReport,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
H A DwhalEndpntEnt.c108 pWhalEndpnt->hReport = pWhalEndpntCfg->hReport;
153 WLAN_REPORT_FATAL_ERROR(pWhalEndpnt->hReport, HAL_RX_MODULE_LOG,
179 WLAN_REPORT_ERROR(pWhalEndpnt->hReport, HAL_RX_MODULE_LOG,
231 WLAN_REPORT_INFORMATION(pWhalEndpnt->hReport, HAL_RX_MODULE_LOG,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
H A DwhalWpa.c67 WLAN_REPORT_INFORMATION(pWhalWpa->hReport, HAL_SECURITY_MODULE_LOG,
75 WLAN_REPORT_INFORMATION(pWhalWpa->hReport, HAL_SECURITY_MODULE_LOG,
126 pWhalWpa->hReport = pWhalWpaCfg->hReport;
186 WLAN_REPORT_WARNING(pWhalWpa->hReport, HAL_SECURITY_MODULE_LOG,
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxPort.c74 TI_HANDLE hReport; member in struct:__anon1756
159 pTxPort->hReport = pStadHandles->hReport;
282 TRACE1(pTxPort->hReport, REPORT_SEVERITY_INFORMATION, ": queuesMuxState = , TxSuspend = %d\n", pTxPort->txSuspended);
285 TRACE2(pTxPort->hReport, REPORT_SEVERITY_INFORMATION, ": PrevMgmtEnabled = %d, PrevDataEnabled = %d, MgmtAction = , DataAction = \n", pTxPort->mgmtQueueEnabled, pTxPort->dataQueueEnabled);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Result/
H A DtxResult.c121 TI_STATUS txResult_init(TI_HANDLE hTxResult, TI_HANDLE hReport, TI_HANDLE hTNETWIF, TI_HANDLE hFwEvent) argument
125 pTxResult->hReport = hReport;
183 WLAN_REPORT_INFORMATION(pTxResult->hReport, TX_RESULT_MODULE_LOG,
212 WLAN_REPORT_ERROR(pTxResult->hReport,TX_RESULT_MODULE_LOG,
264 WLAN_REPORT_INFORMATION(pTxResult->hReport,TX_RESULT_MODULE_LOG,
331 WLAN_REPORT_ERROR(pTxResult->hReport,HAL_TX_MODULE_LOG,("rxXfer_StateMachine Unknown state = %d\n",
341 WLAN_REPORT_ERROR(pTxResult->hReport,TX_RESULT_MODULE_LOG,
383 WLAN_REPORT_INFORMATION(pTxResult->hReport, TX_RESULT_MODULE_LOG,
509 WLAN_REPORT_ERROR(pTxResult->hReport, TX_RESULT_MODULE_LO
[all...]
/system/wlan/ti/wilink_6_1/TWD/TwIf/
H A DTwIf.c139 TI_HANDLE hReport; member in struct:_TTwIfObj
262 * \param hReport - Handle to report module
268 void twIf_Init (TI_HANDLE hTwIf, TI_HANDLE hReport, TI_HANDLE hContext, TI_HANDLE hTxnQ, TRecoveryCb fRecoveryCb, TI_HANDLE hRecoveryCb) argument
274 pTwIf->hReport = hReport;
300 pTwIf->hTxnDoneQueue = que_Create (pTwIf->hOs, pTwIf->hReport, TXN_DONE_QUE_SIZE, uNodeHeaderOffset);
303 TRACE0(pTwIf->hReport, REPORT_SEVERITY_ERROR, "twIf_Init: TxnDone queue creation failed!\n");
390 TRACE1(pTwIf->hReport, REPORT_SEVERITY_INFORMATION, "twIf_WriteElpReg: ELP Txn data = 0x%x\n", uValue);
548 TRACE1(pTwIf->hReport, REPORT_SEVERITY_INFORMATION, "twIf_Awake: uAwakeReqCount = %d\n", pTwIf->uAwakeReqCount);
578 TRACE1(pTwIf->hReport, REPORT_SEVERITY_INFORMATIO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/RecoverCtrl/
H A DrecoveryCtrl.c131 TI_HANDLE hReport,
153 pRecoveryCtrl->hReport = hReport;
180 WLAN_REPORT_INIT(pRecoveryCtrl->hReport, RECOVERY_CTRL_MODULE_LOG,
245 WLAN_REPORT_ERROR(pRecoveryCtrl->hReport, RECOVERY_CTRL_MODULE_LOG,
316 WLAN_REPORT_ERROR(pRecoveryCtrl->hReport, RECOVERY_CTRL_MODULE_LOG,
322 WLAN_REPORT_INFORMATION(pRecoveryCtrl->hReport, RECOVERY_CTRL_MODULE_LOG,
338 WLAN_REPORT_ERROR(pRecoveryCtrl->hReport, RECOVERY_CTRL_MODULE_LOG,
422 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, RECOVERY_CTRL_MODULE_LOG,
433 WLAN_REPORT_INFORMATION (pWhalCtrl->hReport, RECOVERY_CTRL_MODULE_LO
130 recoveryCtrl_config(TI_HANDLE hRecoveryCtrl, TI_HANDLE hReport, TI_HANDLE hTNETWIF, TI_HANDLE hTxXfer, TI_HANDLE hRxXfer, TI_HANDLE hTxResult, TI_HANDLE hMacServices, TI_HANDLE hTxCtrlBlk, TI_HANDLE hTxHwQueue, TI_HANDLE hHalCtrl, TI_HANDLE hHwIntr, TI_HANDLE hWhalParams, TI_HANDLE hCmdQueue, TI_HANDLE hFwEvent, TI_HANDLE hCmdMBox, TI_HANDLE hHwInit) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Application/
H A DscanMngr.c123 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_ERROR, "scanMngr_reportContinuousScanResults failed. scan status %d\n", resultStatus);
179 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "scanMngr_immedScanCB called, hScanMngr=0x%x, resultStatus=%d", hScanMngr, resultStatus);
218 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_WARNING, "Failed to start immediate scan on band A, return code %d.\n", resultStatus);
266 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_WARNING, "Immediate scan CB called with scan complete TI_OK reason in state:%d", pScanMngr->immedScanState);
316 TRACE3( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "scanMngr_contScanCB called, hScanMngr=0x%x, resultStatus=%d, SPSStatus=%d\n", hScanMngr, resultStatus, SPSStatus);
328 TRACE0( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "Continuous scan completes successfuly.\n");
377 TRACE0(pScanMngr->hReport , REPORT_SEVERITY_INFORMATION, "\n Starting SCAN_CSS_TRACKING_G_BAND \n");
403 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_WARNING, "Failed to start tracking continuous scan on band A, return code %d.\n", resultStatus);
410 TRACE0( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "Tracking on A started.\n");
429 TRACE0(pScanMngr->hReport , REPORT_SEVERITY_INFORMATIO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
H A DconnInfra.c299 WLAN_REPORT_SM(pConn->hReport, CONN_MODULE_LOG, ("State machine error, failed getting next state\n"));
303 WLAN_REPORT_SM(pConn->hReport, CONN_MODULE_LOG,
331 WLAN_REPORT_ERROR(pConn->hReport, CONN_MODULE_LOG, ("Join command has failed!\n"));
611 WLAN_REPORT_ERROR(pConn->hReport, CONN_MODULE_LOG, ("Infra Conn status=%d, have to return (%d)\n",status,__LINE__));
618 WLAN_REPORT_ERROR(pConn->hReport, CONN_MODULE_LOG, ("Infra Conn status=%d, have to return (%d)\n",status,__LINE__));
625 WLAN_REPORT_ERROR(pConn->hReport, CONN_MODULE_LOG, ("Infra Conn status=%d, have to return (%d)\n",status,__LINE__));
632 WLAN_REPORT_ERROR(pConn->hReport, CONN_MODULE_LOG, ("Infra Conn status=%d, have to return (%d)\n",status,__LINE__));
701 WLAN_REPORT_SM(pConn->hReport, CONN_MODULE_LOG, ("State machine error, unexpected Event\n\n"));
718 WLAN_REPORT_INFORMATION( pConn->hReport, CONN_MODULE_LOG,
730 WLAN_REPORT_INFORMATION( pConn->hReport, CONN_MODULE_LO
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
H A DwhalHwEeprom.c105 int whal_hwEeprom_Config(HwEeprom_T *pHwEeprom, TI_HANDLE hTNETWIF, TI_HANDLE hReport) argument
107 pHwEeprom->hReport = hReport;
403 WLAN_REPORT_INFORMATION(pHwEeprom->hReport, HAL_HW_CTRL_MODULE_LOG,
561 WLAN_REPORT_REPLY(pHwEeprom->hReport, HAL_HW_CTRL_MODULE_LOG,
567 WLAN_REPORT_REPLY(pHwEeprom->hReport, HAL_HW_CTRL_MODULE_LOG,
571 WLAN_REPORT_REPLY(pHwEeprom->hReport, HAL_HW_CTRL_MODULE_LOG,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
H A DspectrumMngmntMgr.c338 WLAN_REPORT_ERROR(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
346 WLAN_REPORT_WARNING(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
516 WLAN_REPORT_ERROR(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
529 WLAN_REPORT_ERROR(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
537 WLAN_REPORT_ERROR(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
551 WLAN_REPORT_ERROR(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
560 WLAN_REPORT_ERROR(pMeasurementMgr->hReport, MEASUREMENT_MNGR_MODULE_LOG,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/
H A DSwitchChannel.c137 TI_HANDLE hReport; member in struct:__anon419
286 TI_HANDLE hReport,
361 pSwitchChannel->hReport = hReport;
388 WLAN_REPORT_INIT(hReport, SC_MODULE_LOG,
549 WLAN_REPORT_INFORMATION(pSwitchChannel->hReport, SC_MODULE_LOG,
563 WLAN_REPORT_INFORMATION(pSwitchChannel->hReport, SC_MODULE_LOG,
615 WLAN_REPORT_INFORMATION(pSwitchChannel->hReport, SC_MODULE_LOG,
651 WLAN_REPORT_INFORMATION(pSwitchChannel->hReport, SC_MODULE_LOG,
708 WLAN_REPORT_ERROR(pSwitchChannel->hReport, SC_MODULE_LO
280 switchChannel_config(TI_HANDLE hSwitchChannel, TI_HANDLE hHalCtrl, TI_HANDLE hSiteMgr, TI_HANDLE hSCR, TI_HANDLE hRegulatoryDomain, TI_HANDLE hApConn, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hHealthMonitor, SwitchChannelInitParams_t *SwitchChannelInitParams) argument
[all...]

Completed in 247 milliseconds

1234567891011>>