Searched refs:encLen (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DkeyParserWep.c144 securityKey.encLen = (TI_UINT16)pKeyDesc->KeyLength;
152 if (!((securityKey.encLen == WEP_KEY_LEN_40) || (securityKey.encLen == WEP_KEY_LEN_104)
153 || (securityKey.encLen == WEP_KEY_LEN_232)))
155 TRACE1(pKeyParser->hReport, REPORT_SEVERITY_ERROR, "WEP_KEY_PARSER: ERROR: Invalid Key length: %d !!!\n", securityKey.encLen);
H A DkeyDeriveCkip.c148 key.encLen = KEY_DERIVE_CKIP_ENC_LEN;
152 key.encLen = pEncodedKey->keyLen;
156 os_memoryCopy(pKeyDerive->hOs, (void*)key.encKey, ckipKey, key.encLen);
196 key.encLen = KEY_DERIVE_CKIP_ENC_LEN;
H A DkeyDeriveWep.c124 key.encLen = (TI_UINT16)pEncodedKey->keyLen;
162 key.encLen = (TI_UINT16)pKeyDerive->key.keyLen;
203 key.encLen = (TI_UINT16)pEncodedKey->keyLen;
H A DkeyDeriveAes.c130 key.encLen = DERIVE_AES_KEY_LEN;
179 key.encLen = DERIVE_AES_KEY_LEN;
H A DkeyDeriveTkip.c117 key.encLen = KEY_DERIVE_TKIP_ENC_LEN;
184 key.encLen = KEY_DERIVE_TKIP_ENC_LEN;
H A Drsn.c399 if (pRsn->wepDefaultKeys[keyIndex] /*pRsn->keys[keyIndex].encLen>0*/)
508 rsnOsKey.KeyLength = pRsn->keys[keyIndex].encLen;
520 MAX_KEY_LEN /*pRsn->keys[keyIndex].encLen*/);
901 pRsn->keys[keyIndex].encLen = pParam->content.rsnOsKey.KeyLength;
1086 TRACE2(pRsn->hReport,REPORT_SEVERITY_INFORMATION,"RSN:Set RSN_SET_KEY_PARAM KeyIndex %x,keyLength=%d\n",pSecurityKey->keyIndex,pSecurityKey->encLen);
1096 (pSecurityKey->encLen == 0))
1116 pRsn->keys[keyIndex].encLen = pSecurityKey->encLen;
1711 TRACE3(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: rsn_setKey, KeyType=%d, KeyId = 0x%lx,encLen=0x%x\n", pKey->keyType,pKey->keyIndex, pKey->encLen);
[all...]
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCmd.c1293 aSecurityKey->encLen,
1362 aSecurityKey->encLen,
1388 aSecurityKey->encLen,
1419 aSecurityKey->encLen,
1493 aSecurityKey->encLen,
1527 aSecurityKey->encLen, keyType,
1563 aSecurityKey->encLen,
1654 aSecurityKey->encLen,
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c1138 if ((pParam->content.pRsnKey) && (pParam->content.pRsnKey->encLen))
1141 wrqu->data.length = pParam->content.pRsnKey->encLen;
1260 key.encLen = ext->key_len;
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriver.h1587 TI_UINT32 encLen; /**< Security Key length in bytes */ member in struct:__anon2636
/hardware/ti/wlan/wl1271/platforms/os/common/src/
H A DosRgstry.c4623 pSecKeys->encLen = (TI_UINT8)len;
4629 pSecKeys->encLen = 0;
4637 pAdapter->DefaultWepKeys[i].KeyLength = pSecKeys->encLen;
4639 (void *)pSecKeys->encKey, pSecKeys->encLen);

Completed in 366 milliseconds