HomeSort by relevance Sort by last modified time
    Searched refs:KeyIndex (Results 1 - 16 of 16) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserWep.c 137 if (pKeyDesc->KeyIndex & WEP_KEY_REMAIN_BITS_MASK)
145 securityKey.keyIndex = pKeyDesc->KeyIndex;
148 TRACE2(pKeyParser->hReport, REPORT_SEVERITY_INFORMATION, "WEP_KEY_PARSER: Key received keyId=%x, keyLen=%d\n", pKeyDesc->KeyIndex, pKeyDesc->KeyLength);
159 if (pKeyDesc->KeyIndex & WEP_KEY_TRANSMIT_MASK)
161 status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (TI_UINT8)securityKey.keyIndex);
190 if (pKeyDesc->KeyIndex & WEP_KEY_TRANSMIT_MASK)
196 encodedKeyMaterial.keyId = pKeyDesc->KeyIndex;
keyParserExternal.c 145 if (pKeyDesc->KeyIndex & EXT_KEY_RSC_KEY_MASK)
192 if (pKeyDesc->KeyIndex & EXT_KEY_SUPP_AUTHENTICATOR_MASK)
202 if (pKeyDesc->KeyIndex & EXT_KEY_REMAIN_BITS_MASK)
245 encodedKeyMaterial.keyId = pKeyDesc->KeyIndex;
247 TRACE2(pKeyParser->hReport, REPORT_SEVERITY_INFORMATION, "EXT_KEY_PARSER: Key received keyId=%x, keyLen=%d \n", pKeyDesc->KeyIndex, pKeyDesc->KeyLength );
249 if (pKeyDesc->KeyIndex & EXT_KEY_PAIRWISE_GROUP_MASK)
252 if (!wepKey && (pKeyDesc->KeyIndex & 0xff))
263 if (pKeyDesc->KeyIndex & EXT_KEY_TRANSMIT_MASK)
316 if (pKeyDesc->KeyIndex & EXT_KEY_TRANSMIT_MASK)
350 if (pKeyDesc->KeyIndex & EXT_KEY_TRANSMIT_MASK
    [all...]
keyParserExternal.h 79 TI_UINT32 KeyIndex; /* The key index to add or remove */
rsn.c 271 TI_UINT8 keyIndex;
327 for (keyIndex = 0; keyIndex < MAX_KEYS_NUM; keyIndex++)
329 os_memoryCopy (pRsn->hOs, &pRsn->keys[keyIndex], &pInitParam->keys[keyIndex], sizeof(TSecurityKeys));
330 if (pRsn->keys[keyIndex].keyType != KEY_NULL)
332 pRsn->wepDefaultKeys[keyIndex] = TI_TRUE;
334 pRsn->keys_en [keyIndex] = TI_FALSE;
362 TI_UINT8 keyIndex;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c 314 key.KeyIndex = (pKey->KeyIndex & 0x80000000) | (pKey->KeyIndex & 0x3FFFFFFF);
327 S32 CuCommon_RemoveKey(THandle hCuCommon, U32 KeyIndex)
334 key.KeyIndex = KeyIndex;
wpa_core.c 383 WepKeyIndx = pKey->KeyIndex & 0x7FFFFFFF;
385 if ((pKey->KeyIndex & 0x80000000) == 0x80000000)
cu_cmd.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 173 UINT KeyIndex;
183 UINT KeyIndex;
190 UINT KeyIndex; // 0 is the per-client key, 1-N are the
driver_ralink.c 1189 rkey.KeyIndex = key_idx;
1192 rkey.KeyIndex |= 1 << 30;
1227 wep->KeyIndex = key_idx;
1230 wep->KeyIndex |= 0x80000000;
    [all...]
driver_ndis.c 191 ULONG KeyIndex;
201 ULONG KeyIndex;
210 ULONG KeyIndex;
862 rkey.KeyIndex = key_idx;
864 rkey.KeyIndex |= 1 << 30;
895 wep->KeyIndex = key_idx;
897 wep->KeyIndex |= 1 << 31;
900 wep->KeyIndex |= 1 << 30;
955 nkey->KeyIndex = key_idx;
957 nkey->KeyIndex |= 1 << 31
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 273 /*KeyIndex */
287 TI_UINT32 KeyIndex;
298 TI_UINT32 KeyIndex;
308 TI_UINT32 KeyIndex;
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_common.h 74 S32 CuCommon_RemoveKey(THandle hCuCommon, U32 KeyIndex);
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 185 ULONG KeyIndex;
195 ULONG KeyIndex;
204 ULONG KeyIndex;
933 rkey.KeyIndex = key_idx;
935 rkey.KeyIndex |= 1 << 30;
966 wep->KeyIndex = key_idx;
968 wep->KeyIndex |= 1 << 31;
971 wep->KeyIndex |= 1 << 30;
1026 nkey->KeyIndex = key_idx;
1028 nkey->KeyIndex |= 1 << 31
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 360 milliseconds