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

1 2 3 4 5 6 7 891011>>

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnPrivate.h 63 TI_HANDLE hReport;
scr.h 106 TI_HANDLE hReport; /**< a handle to the report object */
  /hardware/ti/wlan/wl1271/utils/
queue.h 60 TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32 uLimit, TI_UINT32 uNodeHeaderOffset);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmUtils.c 63 void busUtils_PrintBuf(TI_HANDLE hReport, UINT8 *StrHead, UINT8 *pBuf, int Len)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/
recoveryMgr_API.h 49 TI_HANDLE hReport,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/
SoftGemini.h 73 TI_HANDLE hReport;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppApi.c 93 WLAN_REPORT_INFORMATION( pScanConcentrator->hReport, SCAN_CNCN_MODULE_LOG,
103 WLAN_REPORT_INFORMATION( pScanConcentrator->hReport, SCAN_CNCN_MODULE_LOG,
112 WLAN_REPORT_INFORMATION( pScanConcentrator->hReport, SCAN_CNCN_MODULE_LOG,
120 WLAN_REPORT_ERROR( pScanConcentrator->hReport, SCAN_CNCN_MODULE_LOG,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Export_Inc/
recoveryCtrl_API.h 49 TI_HANDLE hReport,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/
FwEvent.h 88 TI_HANDLE hReport; /* Report handle */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/
rxXfer_api.h 62 TI_HANDLE hReport,
txResult_api.h 58 TI_STATUS txResult_init(TI_HANDLE hTxResult, TI_HANDLE hReport, TI_HANDLE hTNETWIF, TI_HANDLE hFwEvent);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrv.h 127 TI_HANDLE hReport; /**<
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
bufferPoolApi.h 142 * \param hReport - handle to the report module.\n
144 void bufferPool_config( TI_HANDLE hBufferPool, TI_HANDLE hReport );
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/Export_Inc/
txHwQueue_api.h 55 TI_STATUS txHwQueue_Init (TI_HANDLE hTxHwQueue, TI_HANDLE hReport);
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
CmdMBox.h 84 TI_HANDLE hReport;
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/
txResult_api.h 54 TI_STATUS txResult_Init (TI_HANDLE hTxResult, TI_HANDLE hReport, TI_HANDLE hTwIf);
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrv.h 125 TI_HANDLE hReport; /**<
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
conn.c 157 pConn->hReport = pStadHandles->hReport;
178 TRACE0(pConn->hReport, REPORT_SEVERITY_INIT, ".....Connection configured successfully\n");
194 TRACE0(pConn->hReport, REPORT_SEVERITY_ERROR, "conn_SetDefaults(): Failed to create hConnTimer!\n");
278 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Set connection type, type is not valid, %d\n\n", pParam->content.connType);
289 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Set param, Params is not supported, %d\n\n", pParam->paramType);
327 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Get param, Params is not supported, %d\n\n", pParam->paramType);
387 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Start connection, invalid type %d\n\n", pConn->currentConnType);
430 TRACE3(pConn->hReport, REPORT_SEVERITY_INFORMATION, "conn_stop, disConnType %d, reason=%d, disConEraseKeys=%d\n\n", disConnType, reason, disConEraseKeys);
444 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Stop connection, invalid type %d\n\n", pConn->currentConnType)
    [all...]
externalSec.h 89 TI_HANDLE hReport;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncnPrivate.h 63 TI_HANDLE hReport;
scr.h 106 TI_HANDLE hReport; /**< a handle to the report object */
ScanCncn.c 180 pScanCncn->hReport = pStadHandles->hReport;
198 scanCncnSm_Init (pScanCncn->pScanClients[ SCAN_SCC_ROAMING_IMMED ], pScanCncn->hReport, pScanCncn->hTWD,
202 scanCncnSm_Init (pScanCncn->pScanClients[ SCAN_SCC_ROAMING_CONT ], pScanCncn->hReport, pScanCncn->hTWD,
206 scanCncnSm_Init (pScanCncn->pScanClients[ SCAN_SCC_DRIVER ], pScanCncn->hReport, pScanCncn->hTWD,
210 scanCncnSm_Init (pScanCncn->pScanClients[ SCAN_SCC_APP_PERIODIC ], pScanCncn->hReport, pScanCncn->hTWD,
214 scanCncnSm_Init (pScanCncn->pScanClients[ SCAN_SCC_APP_ONE_SHOT ], pScanCncn->hReport, pScanCncn->hTWD,
285 TRACE0(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncn_SwitchToConnected: Switching to connected state.\n");
307 TRACE0(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncn_SwitchToNotConnected: Switching to not connected state.\n");
329 TRACE0(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncn_SwitchToIBSS: Switching to IBSS state.\n")
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
queue.h 59 TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32 uLimit, TI_UINT32 uNodeHeaderOffset);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
MsduList.c 104 TI_HANDLE hReport, TI_HANDLE hOs,INT16 maxNumOfElements)
106 if( hOs == NULL || hReport == NULL ||
110 this->hReport = hReport;
195 WLAN_REPORT_ERROR(this->hReport, TX_DATA_MODULE_LOG,
231 WLAN_REPORT_INFORMATION(this->hReport, TX_DATA_MODULE_LOG,
249 WLAN_REPORT_ERROR(this->hReport, TX_DATA_MODULE_LOG,
320 WLAN_REPORT_INFORMATION(this->hReport, TX_DATA_MODULE_LOG,
344 WLAN_REPORT_INFORMATION(this->hReport, TX_DATA_MODULE_LOG,
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainKeysSm.c 167 TI_HANDLE hReport,
224 pMainKeys->hReport = hReport;
250 TRACE0(pMainKeys->hReport, REPORT_SEVERITY_ERROR, "mainKeys_config(): Failed to create hSessionTimer!\n");
259 TRACE0(pMainKeys->hReport, REPORT_SEVERITY_ERROR, "MAIN_KEYS_SM: Error in configuring SM\n");
268 hReport,
273 TRACE0(pMainKeys->hReport, REPORT_SEVERITY_ERROR, "MAIN_KEYS_SM: Error in configuring key parser\n");
277 status = broadcastKey_config(pMainKeys->pBcastSm, pPaeConfig, pMainKeys, hReport, hOs);
280 TRACE0(pMainKeys->hReport, REPORT_SEVERITY_ERROR, "MAIN_KEYS_SM: Error in configuring broadcast key SM\n");
284 status = unicastKey_config(pMainKeys->pUcastSm, pPaeConfig, pMainKeys, hReport, hOs)
    [all...]

Completed in 520 milliseconds

1 2 3 4 5 6 7 891011>>