HomeSort by relevance Sort by last modified time
    Searched refs:KeyMaterial (Results 1 - 25 of 30) sorted by null

1 2

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserExternal.c 219 os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
231 os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
238 pKeyDesc->KeyMaterial,
keyParserWep.c 146 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
rsn.c 518 os_memoryCopy (pRsn->hOs, rsnOsKey.KeyMaterial,
904 os_memoryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, pParam->content.rsnOsKey.KeyMaterial, MAX_KEY_LEN);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
keyParserExternal.c 221 os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
233 os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
240 pKeyDesc->KeyMaterial,
keyParserWep.c 146 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
rsn.c 513 os_memoryCopy (pRsn->hOs, rsnOsKey.KeyMaterial,
875 os_memoryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, pParam->content.rsnOsKey.KeyMaterial, MAX_KEY_LEN);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
keyParserExternal.c 228 os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
240 os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
246 pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
keyParserWep.c 150 os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLength);
rsn.c 516 os_memoryCopy (pRsn->hOs, rsnOsKey.KeyMaterial,
931 os_memoryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, pParam->content.rsnOsKey.KeyMaterial, MAX_KEY_LEN);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 177 UCHAR KeyMaterial[1]; // variable length depending on above field
193 UCHAR KeyMaterial[1];// variable length depending on above field
driver_ralink.c 1233 os_memcpy(wep->KeyMaterial, key, key_len);
    [all...]
driver_ndis.c 193 UCHAR KeyMaterial[1];
205 UCHAR KeyMaterial[1];
903 os_memcpy(wep->KeyMaterial, key, key_len);
969 os_memcpy(nkey->KeyMaterial, key, 16);
970 os_memcpy(nkey->KeyMaterial + 16, key + 24, 8);
971 os_memcpy(nkey->KeyMaterial + 24, key + 16, 8);
973 os_memcpy(nkey->KeyMaterial, key, key_len);
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 278 /* Specifies the length of the KeyMaterial character array in bytes. */
279 /*KeyMaterial */
289 TI_UINT8 KeyMaterial [32];
302 TI_UINT8 KeyMaterial[32]; /* variable length depending on above field*/
  /system/wlan/ti/wilink_6_1/utils/
osDot11.h 276 /* Specifies the length of the KeyMaterial character array in bytes. */
277 /*KeyMaterial */
287 TI_UINT8 KeyMaterial [32];
300 TI_UINT8 KeyMaterial[32]; /* variable length depending on above field*/
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c 316 os_memcpy(key.KeyMaterial, pKey->KeyMaterial, pKey->KeyLength);
wpa_core.c 401 os_memcpy(&pWpaCore->WpaSupplParams.wep_key[WepKeyIndx][0], pKey->KeyMaterial, pKey->KeyLength);
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
osDot11.h 308 /* Specifies the length of the KeyMaterial character array in bytes. */
309 /*KeyMaterial */
320 tiUINT8 KeyMaterial [32];
335 tiUINT8 KeyMaterial[32]; /* variable length depending on above field*/
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_common.c 316 os_memcpy(key.KeyMaterial, pKey->KeyMaterial, pKey->KeyLength);
wpa_core.c 401 os_memcpy(&pWpaCore->WpaSupplParams.wep_key[WepKeyIndx][0], pKey->KeyMaterial, pKey->KeyLength);
  /external/wpa_supplicant/
driver_ndis.c 187 UCHAR KeyMaterial[1];
199 UCHAR KeyMaterial[1];
891 os_memcpy(wep->KeyMaterial, key, key_len);
956 os_memcpy(nkey->KeyMaterial, key, 16);
957 os_memcpy(nkey->KeyMaterial + 16, key + 24, 8);
958 os_memcpy(nkey->KeyMaterial + 24, key + 16, 8);
960 os_memcpy(nkey->KeyMaterial, key, key_len);
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 589 os_memcpy( &myKey.KeyMaterial, &temp, key_len );
608 os_memcpy( &myWepKey.KeyMaterial, key, key_len );
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c     [all...]

Completed in 1641 milliseconds

1 2