Searched refs:TSecurityKeys (Results 1 - 22 of 22) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DkeyDeriveAes.c105 TSecurityKeys key;
126 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
169 TSecurityKeys key;
176 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
H A DkeyDeriveWep.c107 TSecurityKeys key;
157 TSecurityKeys key;
159 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
187 TSecurityKeys key;
H A DmainKeysSmInternal.h102 TI_STATUS mainKeys_setKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
103 TI_STATUS mainKeys_removeKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
H A Drsn.h94 typedef TI_STATUS (*rsn_setKey_t)(rsn_t *pMainSec, TSecurityKeys *pKey);
95 typedef TI_STATUS (*rsn_removeKey_t)(rsn_t *pMainSec, TSecurityKeys *pKey);
129 TSecurityKeys keys[MAX_KEYS_NUM];
195 TI_STATUS rsn_setKey(rsn_t *pMainSec, TSecurityKeys *pKey);
197 TI_STATUS rsn_removeKey(rsn_t *pMainSec, TSecurityKeys *pKey);
H A DkeyDeriveCkip.c111 TSecurityKeys key;
191 TSecurityKeys key;
193 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
H A DkeyDeriveTkip.c107 TSecurityKeys key;
179 TSecurityKeys key;
181 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
H A DmainKeysSm.h75 typedef TI_STATUS (*mainKeysSmSetKey_t)(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
76 typedef TI_STATUS (*mainKeysSmRemoveKey_t)(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
H A DmainSecSm.h73 typedef TI_STATUS (*mainSecSmSetKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
74 typedef TI_STATUS (*mainSecSmRemoveKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
H A DmainSecSm.c84 TI_STATUS mainSec_setKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
85 TI_STATUS mainSec_removeKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
306 TI_STATUS mainSec_setKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey)
343 TI_STATUS mainSec_removeKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey)
H A DkeyParserWep.c121 TSecurityKeys securityKey;
H A DrsnApi.h199 TSecurityKeys keys[MAX_KEYS_NUM];
H A Drsn.c324 os_memoryCopy (pRsn->hOs, &pRsn->keys[keyIndex], &pInitParam->keys[keyIndex], sizeof(TSecurityKeys));
540 TSecurityKeys key;
545 os_memoryCopy (pRsn->hOs, &key, &pRsn->keys[keyIndex], sizeof(TSecurityKeys));
582 TSecurityKeys key;
595 os_memoryCopy (pRsn->hOs, &key, &pRsn->keys[keyIndex], sizeof(TSecurityKeys));
971 os_memoryCopy(pRsn->hOs, &key, &pRsn->keys[keyIndex], sizeof(TSecurityKeys));
1053 TSecurityKeys *pSecurityKey = pParam->content.pRsnKey;
1476 TI_STATUS rsn_setKey (rsn_t *pRsn, TSecurityKeys *pKey)
1592 TI_STATUS rsn_removeKey (rsn_t *pRsn, TSecurityKeys *pKey)
1615 /*os_memoryCopy(pRsn->hOs, &tTwdParam.content.rsnKey, pKey, sizeof(TSecurityKeys));*/
[all...]
H A DmainKeysSm.c515 TI_STATUS mainKeys_setKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey)
536 TI_STATUS mainKeys_removeKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey)
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBld.h85 TI_STATUS cmdBld_CmdAddWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
86 TI_STATUS cmdBld_CmdRemoveWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
88 TI_STATUS cmdBld_CmdAddWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
89 TI_STATUS cmdBld_CmdRemoveWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
90 TI_STATUS cmdBld_CmdAddTkipMicMappingKey(TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
91 TI_STATUS cmdBld_CmdRemoveTkipMicMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
92 TI_STATUS cmdBld_CmdAddAesMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
93 TI_STATUS cmdBld_CmdRemoveAesMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
95 TI_STATUS cmdBld_CmdAddGemMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
96 TI_STATUS cmdBld_CmdRemoveGemMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKe
[all...]
H A DCmdBldCmd.c62 TI_STATUS cmdBld_CmdAddWepMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb, TI_HANDLE hCb);
63 TI_STATUS cmdBld_CmdRemoveWepMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb, TI_HANDLE hCb);
1085 TI_STATUS cmdBld_CmdAddKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, TI_BOOL reconfFlag, void *fCb, TI_HANDLE hCb)
1110 sizeof(TSecurityKeys));
1132 TI_STATUS cmdBld_CmdAddWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb)
1177 TI_STATUS cmdBld_CmdRemoveWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb)
1225 TI_STATUS cmdBld_CmdRemoveKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb)
1262 TI_STATUS cmdBld_CmdAddWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb, TI_HANDLE hCb)
1332 TI_STATUS cmdBld_CmdRemoveWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb, TI_HANDLE hCb)
1366 TI_STATUS cmdBld_CmdAddWepMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKe
[all...]
H A DCmdBldDb.h280 TSecurityKeys* pReconfKeys;
H A DCmdBld.c171 DB_KEYS(pCmdBld).pReconfKeys = (TSecurityKeys*)os_memoryAlloc (hOs,
172 sizeof(TSecurityKeys) * (uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS));
175 sizeof(TSecurityKeys) * (uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS));
203 sizeof(TSecurityKeys) * (uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS));
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverCtrl.c136 (TSecurityKeys *) pParamInfo->content.configureCmdCBParams.pCb,
147 (TSecurityKeys *) pParamInfo->content.configureCmdCBParams.pCb,
H A DTWDriver.h788 * \sa TSecurityKeys
1543 /** \struct TSecurityKeys
1563 } TSecurityKeys; typedef in typeref:struct:__anon1352
2406 TSecurityKeys *pRsnKey; /**< */
/system/wlan/ti/wilink_6_1/stad/Export_Inc/
H A DparamOut.h619 TSecurityKeys *pRsnKey;
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c993 TSecurityKeys myKeyInfo;
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c4535 TSecurityKeys *pSecKeys;
4552 pSecKeys = (TSecurityKeys*)pKeysStructure;

Completed in 417 milliseconds