Searched refs:KeyMaterial (Results 1 – 9 of 9) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | keyParserExternal.c | 219 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()
|
D | keyParserWep.c | 146 …os_memoryCopy(pKeyParser->hOs, (void *)securityKey.encKey, pKeyDesc->KeyMaterial, pKeyDesc->KeyLen… in keyParserWep_recv()
|
D | rsn.c | 518 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/ |
D | osDot11.h | 289 TI_UINT8 KeyMaterial [32]; member 302 TI_UINT8 KeyMaterial[32]; /* variable length depending on above field*/ member
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
D | cu_common.c | 316 os_memcpy(key.KeyMaterial, pKey->KeyMaterial, pKey->KeyLength); in CuCommon_AddKey()
|
D | wpa_core.c | 401 os_memcpy(&pWpaCore->WpaSupplParams.wep_key[WepKeyIndx][0], pKey->KeyMaterial, pKey->KeyLength); in WpaCore_AddKey()
|
D | cu_cmd.c | 6091 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/ |
D | CmdInterpretWext.c | 1092 …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/ |
D | osRgstry.c | 4638 NdisMoveMemory((void *)pAdapter->DefaultWepKeys[i].KeyMaterial, in regReadWepKeyParameter()
|