Home
last modified time | relevance | path

Searched refs:keyIndex (Results 1 – 11 of 11) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Drsn.c271 TI_UINT8 keyIndex; in rsn_SetDefaults() local
327 for (keyIndex = 0; keyIndex < MAX_KEYS_NUM; keyIndex++) in rsn_SetDefaults()
329 …os_memoryCopy (pRsn->hOs, &pRsn->keys[keyIndex], &pInitParam->keys[keyIndex], sizeof(TSecurityKeys… in rsn_SetDefaults()
330 if (pRsn->keys[keyIndex].keyType != KEY_NULL) in rsn_SetDefaults()
332 pRsn->wepDefaultKeys[keyIndex] = TI_TRUE; in rsn_SetDefaults()
334 pRsn->keys_en [keyIndex] = TI_FALSE; in rsn_SetDefaults()
362 TI_UINT8 keyIndex; in rsn_reconfig() local
365 for (keyIndex = 0; keyIndex < MAX_KEYS_NUM; keyIndex++) in rsn_reconfig()
366 pRsn->keys_en [keyIndex] = TI_FALSE; in rsn_reconfig()
394 TI_UINT8 keyIndex; in rsn_setDefaultKeys() local
[all …]
DkeyDeriveCkip.c112 TI_UINT8 ckipIndex, keyIndex; in keyDeriveCkip_derive() local
116 key.keyIndex = (TI_UINT8)pEncodedKey->keyId; in keyDeriveCkip_derive()
126 keyIndex=0; in keyDeriveCkip_derive()
129 ckipKey[ckipIndex]= pEncodedKey->pData[keyIndex]; in keyDeriveCkip_derive()
130 keyIndex++; in keyDeriveCkip_derive()
131 if (keyIndex >= pEncodedKey->keyLen) in keyDeriveCkip_derive()
133 keyIndex = 0; in keyDeriveCkip_derive()
195 key.keyIndex = (TI_UINT8)pEncodedKey->keyId; in keyDeriveCkip_remove()
DkeyDeriveWep.c123 key.keyIndex = (TI_UINT8)pEncodedKey->keyId; in keyDeriveWep_derive()
161 key.keyIndex = (TI_UINT8)pEncodedKey->keyId; in keyDeriveWep_remove()
202 key.keyIndex = (TI_UINT8)pEncodedKey->keyId; in keyDeriveNone_derive()
DkeyDeriveAes.c129 key.keyIndex = (TI_UINT8)pEncodedKey->keyId; in keyDeriveAes_derive()
178 key.keyIndex = (TI_UINT8)pEncodedKey->keyId; in keyDeriveAes_remove()
DkeyDeriveTkip.c116 key.keyIndex = (TI_UINT8)pEncodedKey->keyId; in keyDeriveTkip_derive()
183 key.keyIndex = (TI_UINT8)pEncodedKey->keyId; in keyDeriveTkip_remove()
DkeyParserWep.c145 securityKey.keyIndex = pKeyDesc->KeyIndex; in keyParserWep_recv()
161 …status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (TI_UINT8)securityKey.keyIndex); in keyParserWep_recv()
DmainSecSm.c318 …AIN_SEC_SM: setting key #%d, value = 0x%X 0x%X 0x%X 0x%X 0x%X\n", pKey->keyIndex, (TI_UINT8)pKey->… in mainSec_setKey()
355 …ainSec->hReport, REPORT_SEVERITY_INFORMATION, "MAIN_SEC_SM: removing key #%d, \n", pKey->keyIndex); in mainSec_removeKey()
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCmd.c1105 TI_UINT8 keyIdx = (TI_UINT8)pKey->keyIndex; in cmdBld_CmdAddKey()
1112 …ERROR Key keyIndex field out of range =%d, range is (0 to %d)\n", pKey->keyIndex, pCmdBld->tSecuri… in cmdBld_CmdAddKey()
1245 TI_UINT8 keyIdx = (TI_UINT8)pKey->keyIndex; in cmdBld_CmdRemoveKey()
1295 aSecurityKey->keyIndex, in cmdBld_CmdAddWepDefaultKey()
1364 aSecurityKey->keyIndex, in cmdBld_CmdRemoveWepDefaultKey()
1390 aSecurityKey->keyIndex, in cmdBld_CmdAddWepMappingKey()
1421 aSecurityKey->keyIndex, in cmdBld_CmdRemoveWepMappingKey()
1458 aSecurityKey->keyIndex, in cmdBld_CmdAddTkipMicMappingKey()
1495 aSecurityKey->keyIndex, in cmdBld_CmdRemoveTkipMicMappingKey()
1528 aSecurityKey->keyIndex, in cmdBld_CmdAddAesMappingKey()
[all …]
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c1134 pParam->content.pRsnKey->keyIndex = index; in cmdInterpret_convertAndExecute()
1262 key.keyIndex = (wrqu->encoding.flags & IW_ENCODE_INDEX) - 1; in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.h1591 …TI_UINT32 keyIndex; /**< Security Key Index (id=0 is broadcast ke… member
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c4591 pSecKeys->keyIndex = i; in regReadWepKeyParameter()