Home
last modified time | relevance | path

Searched refs:KeyMaterial (Results 1 – 9 of 9) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DkeyParserExternal.c219 os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength); in keyParserExternal_recv()
231 … os_memoryCopy(pKeyParser->hOs, &keyBuffer[0], pKeyDesc->KeyMaterial, pKeyDesc->KeyLength); in keyParserExternal_recv()
238 pKeyDesc->KeyMaterial, in keyParserExternal_recv()
DkeyParserWep.c146 …os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLen… in keyParserWep_recv()
Drsn.c518 os_memoryCopy (pRsn->hOs, rsnOsKey.KeyMaterial, in rsn_sendKeysNotSet()
904 …pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, pParam->content.rsnOsKey.KeyMaterial, MAX_KEY_LEN); in rsn_setParam()
/hardware/ti/wlan/wl1271/utils/
DosDot11.h289 TI_UINT8 KeyMaterial [32]; member
302 TI_UINT8 KeyMaterial[32]; /* variable length depending on above field*/ member
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_common.c316 os_memcpy(key.KeyMaterial, pKey->KeyMaterial, pKey->KeyLength); in CuCommon_AddKey()
Dwpa_core.c401 os_memcpy(&pWpaCore->WpaSupplParams.wep_key[WepKeyIndx][0], pKey->KeyMaterial, pKey->KeyLength); in WpaCore_AddKey()
Dcu_cmd.c6091 os_memset(data.KeyMaterial,0,sizeof(data.KeyMaterial)); in CuCmd_AddPrivacyKey()
6139 data.KeyMaterial[i] = ((val_u << 4) | val_l); in CuCmd_AddPrivacyKey()
6155 os_memcpy((PVOID)data.KeyMaterial, (PVOID)buf, len); in CuCmd_AddPrivacyKey()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c1092 …os_memoryCopy(pCmdInterpret->hOs, &pParam->content.rsnOsKey.KeyMaterial, cmdObj->buffer2, wrqu->da… in cmdInterpret_convertAndExecute()
1320 … os_memoryCopy(pCmdInterpret->hOs, &pParam->content.rsnOsKey.KeyMaterial, &temp, ext->key_len); in cmdInterpret_convertAndExecute()
1323 … os_memoryCopy(pCmdInterpret->hOs, &pParam->content.rsnOsKey.KeyMaterial, &ext->key, ext->key_len); in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c4638 NdisMoveMemory((void *)pAdapter->DefaultWepKeys[i].KeyMaterial, in regReadWepKeyParameter()