Searched defs:hReport (Results 1 - 25 of 92) sorted by relevance

1234

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DkeyDerive.c143 TI_HANDLE hReport,
149 pKeyDerive->hReport = hReport;
140 keyDerive_config(struct _keyDerive_t *pKeyDerive, ECipherSuite cipher, struct _mainKeys_t *pMainKeys, TI_HANDLE hReport, TI_HANDLE hOs) argument
H A DbroadcastKeySM.c144 TRACE0(pBroadcastKey->hReport, REPORT_SEVERITY_CONSOLE, "BCAST_KEY_SM: Error in unloading key derivation module\n");
151 TRACE0(pBroadcastKey->hReport, REPORT_SEVERITY_CONSOLE, "BCAST_KEY_SM: Error in unloading state machine\n");
182 TI_HANDLE hReport,
187 pBroadcastKey->hReport = hReport;
210 status = keyDerive_config(pBroadcastKey->pKeyDerive, pPaeConfig->broadcastSuite, pParent, hReport, hOs);
218 TRACE0(pBroadcastKey->hReport, REPORT_SEVERITY_ERROR, "BROADCAST_KEY_SM: ERROR: UnExpected Event\n");
179 broadcastKey_config(struct _broadcastKey_t *pBroadcastKey, TRsnPaeConfig *pPaeConfig, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs) argument
H A DkeyDerive.h75 TI_HANDLE hReport; member in struct:_keyDerive_t
95 TI_HANDLE hReport,
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 DunicastKeySM.c141 TRACE0(pUnicastKey->hReport, REPORT_SEVERITY_CONSOLE,"BCAST_KEY_SM: Error in unloading key derivation module\n");
148 TRACE0(pUnicastKey->hReport, REPORT_SEVERITY_CONSOLE,"BCAST_KEY_SM: Error in unloading state machine\n");
179 TI_HANDLE hReport,
184 pUnicastKey->hReport = hReport;
207 status = keyDerive_config(pUnicastKey->pKeyDerive, pPaeConfig->unicastSuite, pParent, hReport, hOs);
215 TRACE0(pUnicastKey->hReport, REPORT_SEVERITY_ERROR, "UNICAST_KEY_SM: ERROR: UnExpected Event\n");
176 unicastKey_config(struct _unicastKey_t *pUnicastKey, TRsnPaeConfig *pPaeConfig, struct _mainKeys_t *pParent, TI_HANDLE hReport, TI_HANDLE hOs) argument
H A DbroadcastKeySM.h86 TI_HANDLE hReport; member in struct:_broadcastKey_t
108 TI_HANDLE hReport,
H A DexternalSec.h89 TI_HANDLE hReport; member in struct:externalSec_t
H A DkeyParser.h65 typedef TI_STATUS (*keyParser_config_t)(struct _keyParser_t *pKeyParser, TI_HANDLE hReport, TI_HANDLE hOs);
81 TI_HANDLE hReport; member in struct:_keyParser_t
104 TI_HANDLE hReport,
H A DunicastKeySM.h88 TI_HANDLE hReport; member in struct:_unicastKey_t
110 TI_HANDLE hReport,
H A DmainSecSm.c176 TI_HANDLE hReport,
190 pMainSec->hReport = hReport;
193 TRACE4(pMainSec->hReport, REPORT_SEVERITY_SM, "MainSec SM: config, authProtocol = %d, keyExchangeProtocol=%d, unicastSuite=%d, broadcastSuite=%d\n", pInitData->pPaeConfig->authProtocol, pInitData->pPaeConfig->keyExchangeProtocol, pInitData->pPaeConfig->unicastSuite, pInitData->pPaeConfig->broadcastSuite);
218 pMainSec->hReport,
227 TRACE0(pMainSec->hReport, REPORT_SEVERITY_ERROR, "MAIN_SEC_SM: error in configuring mainKeys SM\n");
231 TRACE0(pMainSec->hReport, REPORT_SEVERITY_SM, "MAIN_SEC_SM: successful configuration SM\n");
267 TRACE0(pMainSec->hReport, REPORT_SEVERITY_ERROR, "MAIN_SEC_SM: Error releasing Main Keys SM memory \n");
274 TRACE0(pMainSec->hReport, REPORT_SEVERITY_ERROR, "MAIN_SEC_SM: Error releasing FSM memory \n");
281 TRACE0(pMainSec->hReport, REPORT_SEVERITY_ERRO
173 mainSec_config(mainSec_t *pMainSec, mainSecInitData_t *pInitData, void *pParent, TI_HANDLE hReport, TI_HANDLE hOs, TI_HANDLE hCtrlData, TI_HANDLE hEvHandler, TI_HANDLE hConn, TI_HANDLE hTimer) argument
[all...]
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
H A DSoftGemini.h64 TI_HANDLE hReport; member in struct:__anon2877
H A DrequestHandler.h82 TI_HANDLE hReport; member in struct:__anon2889
91 TI_HANDLE hReport,
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DStaCap.h52 TI_HANDLE hReport; member in struct:__anon3061
H A Dscr.h106 TI_HANDLE hReport; /**< a handle to the report object */ member in struct:__anon3099
H A DauthSm.h86 TI_HANDLE hReport; member in struct:__anon3065
/hardware/ti/wlan/wl1271/TWD/Data_Service/
H A DtxCtrlBlk.c60 TI_HANDLE hReport; member in struct:__anon2311
126 TI_STATUS txCtrlBlk_Init (TI_HANDLE hTxCtrlBlk, TI_HANDLE hReport, TI_HANDLE hContext) argument
132 pTxCtrlBlk->hReport = hReport;
186 TRACE1(pTxCtrlBlk->hReport, REPORT_SEVERITY_ERROR, "txCtrlBlk_alloc(): No free entry, UsedEntries=%d\n", pTxCtrlBlk->uNumUsedEntries);
229 TRACE2(pTxCtrlBlk->hReport, REPORT_SEVERITY_ERROR, "txCtrlBlk_free(): Entry %d alredy free, UsedEntries=%d\n", pCurrentEntry->tTxDescriptor.descID, pTxCtrlBlk->uNumUsedEntries);
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
H A DCmdMBox.h84 TI_HANDLE hReport; member in struct:__anon2316
H A DfwDebug.c56 TI_HANDLE hReport; member in struct:__anon2347
108 * \param hReport - Handle to report
118 TI_HANDLE hReport,
122 pFwDebug->hReport = hReport;
117 fwDbg_Init(TI_HANDLE hFwDebug, TI_HANDLE hReport, TI_HANDLE hTwif) argument
H A DCmdMBox.c133 * \param hReport - Handle to report module
145 TI_HANDLE hReport,
155 pCmdMbox->hReport = hReport;
167 TRACE0(pCmdMbox->hReport, REPORT_SEVERITY_ERROR, "cmdMbox_Init(): Failed to create hCmdMboxTimer!\n");
208 TRACE0(pCmdMbox->hReport, REPORT_SEVERITY_ERROR, "cmdMbox_SendCommand(): Trying to send Cmd while other Cmd is still in progres!\n");
225 TRACE1(pCmdMbox->hReport, REPORT_SEVERITY_WARNING, "cmdMbox_SendCommand(): Command length isn't 32bit aligned! CmdId=%d\n", pCmd->cmdID);
335 TRACE0(pCmdMbox->hReport, REPORT_SEVERITY_ERROR , "cmdMbox_TimeOut: Timeout occured in CmdMbox\n");
445 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
/hardware/ti/wlan/wl1271/utils/
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;
156 TRACE0(pGenSM->hReport, REPORT_SEVERITY_ERROR , "genSM_Event: Handle is NULL!!\n");
164 TRACE3(pGenSM->hReport, REPORT_SEVERITY_ERROR , "genSM_Event: module: %d received event %d, which is out of events boundry %d\n", pGenSM->uModuleLogIndex, uEvent, pGenSM->uEventNum);
168 TRACE3(pGenSM->hReport, REPORT_SEVERITY_ERROR , "genSM_Event: module: %d received event %d, when event %d is pending execution!\n", pGenSM->uModuleLogIndex, uEvent, pGenSM->uEvent);
182 TRACE1(pGenSM->hReport, REPORT_SEVERITY_INFORMATION , ": module: %d delaying execution of event \n", pGenSM->uModuleLogIndex);
194 TRACE4(pGenSM->hReport, REPORT_SEVERITY_INFORMATION, "genSM_Event: module %d <currentState = %d, event = %d> --> nextState = %d\n", pGenSM->uModuleLogIndex, pGenSM->uCurrentState, uEvent, pCell->uNextState);
228 TRACE0(pGenSM->hReport, REPORT_SEVERITY_ERRO
[all...]
H A DGenSM.h71 TI_HANDLE hReport; /**< report handle */ member in struct:__anon3195
88 void genSM_Init (TI_HANDLE hGenSM, TI_HANDLE hReport);
/hardware/ti/wlan/wl1271/TWD/MacServices/
H A DMacServices.c139 hReport - handle to the report object.\n
145 TI_HANDLE hReport,
153 MacServices_scanSRV_init (hMacServices, hReport, hTWD, hTimer, hEventMbox, hCmdBld);
156 hReport,
163 hReport,
144 MacServices_init(TI_HANDLE hMacServices, TI_HANDLE hReport, TI_HANDLE hTWD, TI_HANDLE hCmdBld, TI_HANDLE hEventMbox, TI_HANDLE hTimer) argument
H A DMeasurementSrv.h90 TI_HANDLE hReport; /**< report object handle */ member in struct:__anon2571
201 * \param hReport - handle to the report object.\n
208 TI_HANDLE hReport,
H A DPowerSrv.h125 TI_HANDLE hReport; /**< member in struct:__anon2577
H A DPowerSrvSM.h102 TI_HANDLE hReport; /**< Handle to the Report module. */ member in struct:__anon2580
183 TI_HANDLE hReport,

Completed in 144 milliseconds

1234