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

/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DkeyDeriveCkip.c112 TI_UINT8 ckipIndex, keyIndex; local
116 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
126 keyIndex=0;
129 ckipKey[ckipIndex]= pEncodedKey->pData[keyIndex];
130 keyIndex++;
131 if (keyIndex >= pEncodedKey->keyLen)
133 keyIndex = 0;
135 /*keyIndex = ((keyIndex+1) <pEncodedKey->keyLen) ? keyIndex
[all...]
H A Drsn.c267 TI_UINT8 keyIndex; local
322 for (keyIndex = 0; keyIndex < MAX_KEYS_NUM; keyIndex++)
324 os_memoryCopy (pRsn->hOs, &pRsn->keys[keyIndex], &pInitParam->keys[keyIndex], sizeof(TSecurityKeys));
325 if (pRsn->keys[keyIndex].keyType != KEY_NULL)
327 pRsn->wepDefaultKeys[keyIndex] = TI_TRUE;
329 pRsn->keys_en [keyIndex] = TI_FALSE;
357 TI_UINT8 keyIndex; local
389 TI_UINT8 keyIndex; local
494 TI_UINT8 keyIndex; local
533 TI_UINT8 keyIndex; local
581 TI_UINT8 keyIndex; local
834 TI_UINT8 keyIndex, i = 0; local
906 TI_UINT8 keyIndex; local
1054 TI_UINT32 keyIndex; local
1479 TI_UINT8 keyIndex; local
1596 TI_UINT8 keyIndex; local
[all...]
H A DkeyDeriveWep.c123 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
161 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
202 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
H A DkeyDeriveAes.c129 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
178 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
H A DkeyDeriveTkip.c116 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
183 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
H A DkeyParserWep.c145 securityKey.keyIndex = pKeyDesc->KeyIndex;
161 status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (TI_UINT8)securityKey.keyIndex);
H A DmainSecSm.c317 TRACE6(pMainSec->hReport, REPORT_SEVERITY_INFORMATION, "MAIN_SEC_SM: setting key #%d, value = 0x%X 0x%X 0x%X 0x%X 0x%X\n", pKey->keyIndex, (TI_UINT8)pKey->encKey[0], (TI_UINT8)pKey->encKey[1], (TI_UINT8)pKey->encKey[2], (TI_UINT8)pKey->encKey[3], (TI_UINT8)pKey->encKey[4]);
354 TRACE1(pMainSec->hReport, REPORT_SEVERITY_INFORMATION, "MAIN_SEC_SM: removing key #%d, \n", pKey->keyIndex);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A Drsn.c269 UINT8 keyIndex; local
320 for (keyIndex = 0; keyIndex < MAX_KEYS_NUM; keyIndex++)
322 os_memoryCopy (hOs, &pRsn->keys[keyIndex], &pInitParam->keys[keyIndex], sizeof(securityKeys_t));
323 if (pRsn->keys[keyIndex].keyType != NULL_KEY)
325 pRsn->wepDefaultKeys[keyIndex] = TRUE;
327 pRsn->keys_en [keyIndex] = FALSE;
355 UINT8 keyIndex; local
387 UINT8 keyIndex; local
495 UINT8 keyIndex; local
536 UINT8 keyIndex; local
589 UINT8 keyIndex; local
901 UINT8 keyIndex, i = 0; local
963 UINT8 keyIndex; local
1507 UINT8 keyIndex; local
1608 UINT8 keyIndex; local
[all...]
H A DkeyDeriveWep.c125 key.keyIndex = (UINT8)pEncodedKey->keyId;
163 key.keyIndex = (UINT8)pEncodedKey->keyId;
204 key.keyIndex = (UINT8)pEncodedKey->keyId;
H A DkeyDeriveAes.c130 key.keyIndex = (UINT8)pEncodedKey->keyId;
185 key.keyIndex = (UINT8)pEncodedKey->keyId;
H A DkeyDeriveTkip.c117 key.keyIndex = (UINT8)pEncodedKey->keyId;
184 key.keyIndex = (UINT8)pEncodedKey->keyId;
H A DkeyParserWep.c149 securityKey.keyIndex = pKeyDesc->KeyIndex;
168 status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (UINT8)securityKey.keyIndex);
H A DmainSecSm.c304 pKey->keyIndex, (UINT8)pKey->encKey[0],
347 pKey->keyIndex));
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmd.c1088 TI_UINT8 keyIdx = (TI_UINT8)pKey->keyIndex;
1095 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_ERROR, "cmdBld_CmdAddKey: ERROR Key keyIndex field out of range =%d, range is (0 to %d)\n", pKey->keyIndex, pCmdBld->tSecurity.uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION+NO_OF_EXTRA_RECONF_SECUR_KEYS - 1);
1228 TI_UINT8 keyIdx = (TI_UINT8)pKey->keyIndex;
1278 aSecurityKey->keyIndex,
1347 aSecurityKey->keyIndex,
1373 aSecurityKey->keyIndex,
1404 aSecurityKey->keyIndex,
1441 aSecurityKey->keyIndex,
1478 aSecurityKey->keyIndex,
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwCtrl.c1690 aSecurityKey->keyIndex,
1697 aSecurityKey->keyIndex,
1723 aSecurityKey->keyIndex,
1729 aSecurityKey->keyIndex));
1752 aSecurityKey->keyIndex,
1759 aSecurityKey->keyIndex,
1784 aSecurityKey->keyIndex,
1790 aSecurityKey->keyIndex));
1822 aSecurityKey->keyIndex ,
1852 aSecurityKey->keyIndex ,
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
H A DwhalSecurity.c170 UINT8 keyIdx = (UINT8)pKey->keyIndex;
178 ("whalSecur_KeyAdd: ERROR Key keyIndex field out of range =%d, range is (0 to %d)\n",
179 pKey->keyIndex, (pWhalSecur->numOfStations)*NO_OF_RECONF_SECUR_KEYS_PER_STATION+NO_OF_EXTRA_RECONF_SECUR_KEYS-1));
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h745 UINT32 keyIndex; /* id=0 is broadcast key */
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1559 TI_UINT32 keyIndex; /**< Security Key Index (id=0 is broadcast key) */ member in struct:__anon1352
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c2749 UINT32 keyIndex; local
2753 keyIndex = *(UINT32*)pData;
2758 key.KeyIndex = keyIndex;
H A DosRgstry.c4107 pSecKeys->keyIndex = i;
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c1014 pParam->content.pRsnKey->keyIndex = index;
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c4568 pSecKeys->keyIndex = i;

Completed in 362 milliseconds