HomeSort by relevance Sort by last modified time
    Searched refs:hRsn (Results 1 - 25 of 30) sorted by null

1 2

  /hardware/ti/wlan/wl1271/Test/
rsnDbg.c 69 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam)
88 rsn_setParam(hRsn, &param);
98 rsn_setParam(hRsn, &param);
105 rsn_reportMicFailure(hRsn, (TI_UINT8*)&value,1);
114 rsn_getParam(hRsn, &param);
124 rsn_getParam(hRsn, pRsnParam);
129 rsn_resetPMKIDList(hRsn);
134 printRogueApTable(((XCCMngr_t*)((rsn_t*)hRsn)->hXCCMngr)->hRogueAp);
140 rsn_setPortStatus(hRsn,TI_TRUE);
146 portStatus = rsn_getPortStatus(((rsn_t*)hRsn));
    [all...]
rsnDbg.h 54 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam);
debug.c 188 rsnDebugFunction(pStadHandles->hRsn, functionNumber % 100, pParam);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsnApi.h 224 TI_STATUS rsn_unload(TI_HANDLE hRsn);
228 TI_STATUS rsn_SetDefaults (TI_HANDLE hRsn, TRsnInitParams *pInitParam);
230 TI_STATUS rsn_reconfig(TI_HANDLE hRsn);
232 TI_STATUS rsn_start(TI_HANDLE hRsn);
234 TI_STATUS rsn_stop(TI_HANDLE hRsn, TI_BOOL removeKeys);
236 TI_STATUS rsn_eventRecv(TI_HANDLE hRsn, ERsnEvent event, void* pData);
240 TI_STATUS rsn_getParamEncryptionStatus(TI_HANDLE hRsn, ECipherSuite *rsnStatus);
243 TI_STATUS rsn_evalSite(TI_HANDLE hRsn, TRsnData *pRsnData, TRsnSiteParams *pRsnSiteParams, TI_UINT32 *pMetric);
245 TI_STATUS rsn_setSite(TI_HANDLE hRsn, TRsnData *pRsnData, TI_UINT8 *pAssocIe, TI_UINT8 *pAssocIeLen);
247 TI_STATUS rsn_getInfoElement(TI_HANDLE hRsn, TI_UINT8 *pRsnIe, TI_UINT32 *pRsnIeLen)
    [all...]
rsn.c 94 void rsn_pairwiseReKeyTimeout(TI_HANDLE hRsn, TI_BOOL bTwdInitOccured);
95 void rsn_groupReKeyTimeout(TI_HANDLE hRsn, TI_BOOL bTwdInitOccured);
96 void rsn_micFailureReportTimeout (TI_HANDLE hRsn, TI_BOOL bTwdInitOccured);
97 static rsn_siteBanEntry_t * findEntryForInsert(TI_HANDLE hRsn);
98 static rsn_siteBanEntry_t * findBannedSiteAndCleanup(TI_HANDLE hRsn, TMacAddr siteBssid);
171 * I - hRsn - rsniation SM context \n
179 TI_STATUS rsn_unload (TI_HANDLE hRsn)
184 if (hRsn == NULL)
189 pRsn = (rsn_t*)hRsn;
207 os_memoryFree (pRsn->hOs, hRsn, sizeof(rsn_t))
    [all...]
smePrivate.h 67 TI_HANDLE hRsn;
mainKeysSm.h 100 TI_HANDLE hRsn;
139 TI_HANDLE hRsn,
conn.h 97 TI_HANDLE hRsn;
rsn.h 101 typedef TI_STATUS (*rsn_setPortStatus_t)(TI_HANDLE hRsn, TI_BOOL state);
210 TI_STATUS rsn_setPortStatus(TI_HANDLE hRsn, TI_BOOL state);
connIbss.c 241 return rsn_start (pConn->hRsn);
302 return rsn_start (pConn->hRsn);
443 tStatus = rsn_stop(((conn_t *)pData)->hRsn, TI_FALSE);
566 return rsn_start(((conn_t *)pData)->hRsn);
mainKeysSm.c 172 TI_HANDLE hRsn,
227 pMainKeys->hRsn = hRsn;
924 rsn_banSite(pMainKeys->hRsn, param.content.ctrlDataCurrentBSSID, RSN_SITE_BAN_LEVEL_FULL, RSN_MAIN_KEYS_SESSION_TIMEOUT);
956 rsn_reportAuthFailure(pMainKeys->hRsn, RSN_AUTH_STATUS_TIMEOUT);
979 rsn_reAuth(pMainKeys->hRsn);
connInfra.c 454 status = rsn_start(pConn->hRsn);
467 status = rsn_stop(pConn->hRsn, pConn->disConEraseKeys);
506 status = rsn_stop(pConn->hRsn, pConn->disConEraseKeys );
548 status = rsn_stop(pConn->hRsn, pConn->disConEraseKeys);
    [all...]
conn.c 155 pConn->hRsn = pStadHandles->hRsn;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
authSm.h 85 TI_HANDLE hRsn;
openAuthSm.c 221 rsn_reportAuthFailure(pHandle->hRsn, RSN_AUTH_STATUS_INVALID_TYPE);
227 rsn_reportAuthFailure(pHandle->hRsn, RSN_AUTH_STATUS_INVALID_TYPE);
237 rsn_reportAuthFailure(pHandle->hRsn, RSN_AUTH_STATUS_INVALID_TYPE);
325 rsn_reportAuthFailure(hAuth->hRsn, RSN_AUTH_STATUS_TIMEOUT);
AssocSM.h 116 TI_HANDLE hRsn;
healthMonitor.c 76 TI_HANDLE hRsn; /* handle to the RSN */
175 pHealthMonitor->hRsn = pStadHandles->hRsn;
siteHash.h 99 TI_HANDLE hRsn;
authSm.c 200 pHandle->hRsn = pStadHandles->hRsn;
assocSM.c 279 pHandle->hRsn = pStadHandles->hRsn;
513 rsn_setSite(pHandle->hRsn, &rsnData, NULL, &rsnAssocIeLen);
563 rsn_reportAuthFailure(pHandle->hRsn, RSN_AUTH_STATUS_INVALID_TYPE);
567 rsn_reportAuthFailure(pHandle->hRsn, RSN_AUTH_STATUS_INVALID_TYPE);
1052 rsn_clearGenInfoElement(pAssoc->hRsn);
1092 status = rsn_getParam(pCtx->hRsn, &param);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 62 TI_HANDLE hRsn;
CmdDispatcher.c 92 TI_HANDLE hRsn;
190 pCmdDispatch->hRsn = pStadHandles->hRsn;
288 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(RSN_MODULE_PARAM) - 1].handle = pCmdDispatch->hRsn;
DrvMain.c 408 pDrvMain->tStadHandles.hRsn = rsn_create (hOs);
409 if (pDrvMain->tStadHandles.hRsn == NULL)
660 if (pDrvMain->tStadHandles.hRsn != NULL)
662 rsn_unload (pDrvMain->tStadHandles.hRsn);
895 rsn_SetDefaults (pDrvMain->tStadHandles.hRsn, &pInitTable->rsnInitParams);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.h 88 TI_HANDLE hRsn;
rx.c 179 pRxData->hRsn = pStadHandles->hRsn;
    [all...]

Completed in 264 milliseconds

1 2