HomeSort by relevance Sort by last modified time
    Searched refs:hReport (Results 401 - 425 of 605) sorted by null

<<11121314151617181920>>

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
bufferPool.c 113 * \param hReport - handle to the report module.\n
115 void bufferPool_config( TI_HANDLE hBufferPool, TI_HANDLE hReport )
120 pBufferPool->hReport = hReport;
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
RxXfer.c 109 TI_HANDLE hReport;
214 TI_HANDLE hReport,
220 pRxXfer->hReport = hReport;
266 TRACE1(pRxXfer->hReport, REPORT_SEVERITY_INFORMATION , "rxXfer_Register_CB (Value = 0x%x)\n", CallBackID);
276 TRACE0(pRxXfer->hReport, REPORT_SEVERITY_ERROR, "rxXfer_Register_CB - Illegal value\n");
318 TRACE3(pRxXfer->hReport, REPORT_SEVERITY_ERROR , "rxXfer_ForwardPacket: Bad Length!! RxInfoLength=%d, ShortDescLen=%d, RxInfoStatus=0x%x\n", uLenFromRxInfo, pTxn->aLen[uBufNum], pRxInfo->status);
368 TRACE2(pRxXfer->hReport, REPORT_SEVERITY_INFORMATION , "rxXfer_RxEvent: NewFwCntr=%d, OldFwCntr=%d\n", pFwStatusCounters->fwRxCntr, pRxXfer->uFwRxCntr);
432 TRACE0(pRxXfer->hReport, REPORT_SEVERITY_ERROR, "rxXfer_Handle: No available Txn structures left!\n");
469 TRACE6(pRxXfer->hReport, REPORT_SEVERITY_INFORMATION , "rxXfer_Handle: Index=%d, RxDesc=0x%x, DrvCntr=%d, FwCntr=%d, BufSt (…)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DrvMain.c 306 pDrvMain->tStadHandles.hReport = report_Create (hOs);
307 if (pDrvMain->tStadHandles.hReport == NULL)
765 if (pDrvMain->tStadHandles.hReport != NULL)
767 report_Unload (pDrvMain->tStadHandles.hReport);
803 context_Init (pModules->hContext, pModules->hOs, pModules->hReport);
804 tmr_Init (pModules->hTimer, pModules->hOs, pModules->hReport, pModules->hContext);
805 txnQ_Init (pModules->hTxnQ, pModules->hOs, pModules->hReport, pModules->hContext);
847 pModules->hReport,
891 report_SetDefaults (pDrvMain->tStadHandles.hReport, &pInitTable->tReport);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrv.c 165 - hReport - handle to the Report object.
173 TI_HANDLE hReport,
180 pPowerSrv->hReport = hReport;
186 powerSrvSM_init (pPowerSrv->hPowerSrvSM, hReport, hCmdBld, hTimer);
221 TRACE0(pPowerSrv->hReport, REPORT_SEVERITY_INIT, "powerSrv Initialized \n");
581 TRACE1( pPowerSrv->hReport, REPORT_SEVERITY_INFORMATION, "PS callback with status: %d\n", PowerSaveStatus);
588 TRACE0( pPowerSrv->hReport, REPORT_SEVERITY_WARNING, "Power save enter or exit failed!\n");
603 TRACE1( pPowerSrv->hReport, REPORT_SEVERITY_ERROR, "Unrecognized status at PS callback %d\n", PowerSaveStatus );
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainSecSm.h 112 TI_HANDLE hReport;
148 TI_HANDLE hReport,
smeSm.c 187 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "smeSm_Start: changing SCR group to DRV scan\n");
192 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "smeSm_Start: changing SCR group to APP scan\n");
268 TRACE0(pSme->hReport, REPORT_SEVERITY_ERROR , "smeSm_PreConnect: unable to start scan, stopping the SME\n");
288 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "smeSm_PreConnect: No candidate available, sending connect failure\n");
332 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "IBSS SELECT FAILURE - No channel !!!\n\n");
343 TRACE0(pSme->hReport, REPORT_SEVERITY_ERROR , "IBSS SELECT FAILURE - could not open self site !!!\n\n");
351 TRACE6(pSme->hReport, REPORT_SEVERITY_CONSOLE,"%%%%%%%%%%%%%% SELF SELECT SUCCESS, bssid: %X-%X-%X-%X-%X-%X %%%%%%%%%%%%%%\n\n", pSme->pCandidate->bssid[0], pSme->pCandidate->bssid[1], pSme->pCandidate->bssid[2], pSme->pCandidate->bssid[3], pSme->pCandidate->bssid[4], pSme->pCandidate->bssid[5]);
380 TRACE0(pSme->hReport, REPORT_SEVERITY_ERROR , "smeSm_Connect: No candidate available, sending connect failure\n");
417 TRACE1(pSme->hReport, REPORT_SEVERITY_ERROR , "smeSm_Connect: conn_start returned status %d\n", tStatus);
480 TRACE1(pSme->hReport, REPORT_SEVERITY_ERROR , "smeSm_Disconnect: conn_stop retruned %d\n", tStatus)
    [all...]
apConn.c 206 TI_HANDLE hReport;
472 pAPConnection->hReport = pStadHandles->hReport;
496 genSM_Init(pAPConnection->hAPConnSM, pAPConnection->hReport);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnSm.h 59 TI_HANDLE hReport;
112 void scanCncnSm_Init (TI_HANDLE hScanCncnClient, TI_HANDLE hReport, TI_HANDLE hTWD,
currBss.c 234 pCurrBSS->hReport = pStadHandles->hReport;
523 TRACE1(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, "CurrBSS_SGConf: SG =%d\n", pCurrBSS->bUseSGParams);
570 TRACE0(pCurrBSS->hReport, REPORT_SEVERITY_ERROR, "currBSS_updateBSSLoss: Error allocating paramInfo_t\n");
593 TRACE2(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, ": SG=%d, Band=%d\n", pCurrBSS->bUseSGParams, pCurrBSS->currAPInfo.band);
601 TRACE2(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, ": old value = %d, new value (for SG compensation) = %d\n", pCurrBSS->numExpectedTbttForBSSLoss,roamingTriggersParams.TsfMissThreshold);
757 TRACE12(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrv.c 169 - hReport - handle to the Report object.
176 TI_HANDLE hReport,
182 pPowerSrv->hReport = hReport;
189 hReport,
225 WLAN_REPORT_INIT(pPowerSrv->hReport, POWER_MANAGER_MODULE_LOG,
589 WLAN_REPORT_INFORMATION( pPowerSrv->hReport, POWER_SERVER_MODULE_LOG,
597 WLAN_REPORT_WARNING( pPowerSrv->hReport, POWER_SERVER_MODULE_LOG,
613 WLAN_REPORT_ERROR( pPowerSrv->hReport, POWER_SERVER_MODULE_LOG,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulUtil.c 142 TI_HANDLE hReport,
146 if( (ackEmul == NULL) || (hOs == NULL) || (hReport == NULL)||
155 ackEmul->hReport = hReport;
161 ackEmulDb_config(ackEmul->pAckEmulDB,hOs,hReport);
165 WLAN_REPORT_INIT(ackEmul->hReport, ACK_EMUL_MODULE_LOG,
236 WLAN_REPORT_WARNING(ackEmul->hReport, ACK_EMUL_MODULE_LOG,
259 WLAN_REPORT_ERROR(ackEmul->hReport, ACK_EMUL_MODULE_LOG,
265 WLAN_REPORT_ERROR(ackEmul->hReport, ACK_EMUL_MODULE_LOG,
288 WLAN_REPORT_ERROR(ackEmul->hReport, ACK_EMUL_MODULE_LOG,
    [all...]
fourX.h 135 TI_HANDLE hReport;
181 TI_HANDLE hReport,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeSm.c 219 TI_HANDLE hReport,
296 pHandle->hReport = hReport;
365 WLAN_REPORT_ERROR(pMlmeSm->hReport, MLME_SM_MODULE_LOG, ("Set param, Params is not supported, 0x%x\n\n", pParam->content.mlmeLegacyAuthType));
375 WLAN_REPORT_ERROR(pMlmeSm->hReport, MLME_SM_MODULE_LOG, ("Set param, Params is not supported, 0x%x\n\n", pParam->paramType));
403 WLAN_REPORT_ERROR(pMlmeSm->hReport, MLME_SM_MODULE_LOG, ("Get param, Params is not supported, %d\n\n", pParam->content.mlmeLegacyAuthType));
649 WLAN_REPORT_ERROR(pMlme->hReport, MLME_SM_MODULE_LOG,
655 WLAN_REPORT_SM(pMlme->hReport, MLME_SM_MODULE_LOG,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
mainSecSm.h 113 TI_HANDLE hReport;
149 TI_HANDLE hReport,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxCmd.h 57 TI_HANDLE hReport;
63 extern int whal_hwMboxCmd_Config (HwMboxCmd_T *pHwMboxCmd,TI_HANDLE hCmdMboxQueue, TI_HANDLE hReport);
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrv.c 165 - hReport - handle to the Report object.
173 TI_HANDLE hReport,
180 pPowerSrv->hReport = hReport;
186 powerSrvSM_init (pPowerSrv->hPowerSrvSM, hReport, hCmdBld, hTimer);
221 TRACE0(pPowerSrv->hReport, REPORT_SEVERITY_INIT, "powerSrv Initialized \n");
581 TRACE1( pPowerSrv->hReport, REPORT_SEVERITY_INFORMATION, "PS callback with status: %d\n", PowerSaveStatus);
588 TRACE0( pPowerSrv->hReport, REPORT_SEVERITY_WARNING, "Power save enter or exit failed!\n");
603 TRACE1( pPowerSrv->hReport, REPORT_SEVERITY_ERROR, "Unrecognized status at PS callback %d\n", PowerSaveStatus );
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
mainSecSm.h 112 TI_HANDLE hReport;
148 TI_HANDLE hReport,
apConn.c 207 TI_HANDLE hReport;
480 pAPConnection->hReport = pStadHandles->hReport;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrl.c 197 pTxCtrl->hReport = pStadHandles->hReport;
250 TRACE0(pTxCtrl->hReport, REPORT_SEVERITY_INIT, ".....Tx Data configured successfully\n");
280 TRACE0(pTxCtrl->hReport, REPORT_SEVERITY_ERROR, "txCtrl_SetDefaults(): Failed to create hCreditTimer!\n");
343 TRACE3(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, ": Pkt Tx, DescID=%d, AC=%d, Len=%d\n", pPktCtrlBlk->tTxDescriptor.descID, uAc, pPktCtrlBlk->tTxDescriptor.length );
360 TRACE2(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, ": Backpressure = 0x%x, queue = %d\n", uBackpressure, uAc);
372 TRACE1(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, ": Queue busy - Packet dropped, queue = %d\n", uAc);
396 TRACE2(pTxCtrl->hReport, REPORT_SEVERITY_ERROR, ": Xfer Error, queue = %d, Status = %d\n", uAc, eStatus);
451 TRACE2(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, ": Backpressure = 0x%x, queue = %d\n", uBackpressure, uAc);
463 TRACE1(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, ": Queue busy - Packet dropped, queue = %d\n", uAc)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncnSm.h 59 TI_HANDLE hReport;
112 void scanCncnSm_Init (TI_HANDLE hScanCncnClient, TI_HANDLE hReport, TI_HANDLE hTWD,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c 231 TI_HANDLE hReport;
392 TI_HANDLE hReport,
527 pAPConnection->hReport = hReport;
583 WLAN_REPORT_ERROR(pAPConnection->hReport, ROAMING_MANAGER_MODULE_LOG, ("FATAL ERROR: apConn_config(): Failed to configure sm\n"));
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldItrIE.c 156 TRACE0(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, "cmdBld_ItrIeSg \n");
181 TRACE0(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, "cmdBld_ItrIeRateParams \n");
206 TRACE0(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, "cmdBld_ItrIePowerConsumptionstat \n");
363 TRACE_INFO_HEX(pCmdBld->hReport, (TI_UINT8 *) pCfg, sizeof(ACXDataFilteringStatistics_t));
CmdQueue.h 126 TI_HANDLE hReport;
  /hardware/ti/wlan/wl1271/TWD/Ctrl/Export_Inc/
CmdQueue_api.h 93 * \param hReport - Handle to report module
104 TI_HANDLE hReport,
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
CmdMBox_api.h 89 * \param hReport - Handle to report module
101 TI_HANDLE hReport,

Completed in 774 milliseconds

<<11121314151617181920>>