Searched refs:securityKey (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DkeyParserWep.c122 securityKeys_t securityKey; local
147 securityKey.keyType = WEP_KEY;
148 securityKey.encLen = (UINT16)pKeyDesc->KeyLength;
149 securityKey.keyIndex = pKeyDesc->KeyIndex;
150 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
158 if (!((securityKey.encLen == WEP_KEY_LEN_40) || (securityKey.encLen == WEP_KEY_LEN_104)
159 || (securityKey.encLen == WEP_KEY_LEN_232)))
162 ("WEP_KEY_PARSER: ERROR: Invalid Key length: %d !!!\n", securityKey.encLen));
168 status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (UINT8)securityKey
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DkeyParserWep.c121 TSecurityKeys securityKey; local
143 securityKey.keyType = KEY_WEP;
144 securityKey.encLen = (TI_UINT16)pKeyDesc->KeyLength;
145 securityKey.keyIndex = pKeyDesc->KeyIndex;
146 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, 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);
161 status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (TI_UINT8)securityKey
[all...]

Completed in 43 milliseconds