Searched refs:KeyMaterial (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8712/ |
D | wlan_bssdef.h | 150 u8 KeyMaterial[32]; /* variable length */ member 165 u8 KeyMaterial[16]; /* variable length depending on above field */ member
|
D | rtl871x_ioctl_set.c | 349 memcpy(psecuritypriv->DefKey[keyid].skey, &wep->KeyMaterial, in r8712_set_802_11_add_wep()
|
D | rtl871x_ioctl_linux.c | 407 offsetof(struct NDIS_802_11_WEP, KeyMaterial); in wpa_set_encryption() 414 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption() 428 pwep->KeyMaterial, in wpa_set_encryption() 1555 offsetof(struct NDIS_802_11_WEP, KeyMaterial); in r8711_wx_set_enc() 1580 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in r8711_wx_set_enc()
|
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | wlan_bssdef.h | 147 u8 KeyMaterial[32]; /* var len depending on above field */ member 161 u8 KeyMaterial[16];/* variable len depending on above field */ member
|
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_ioctl_set.c | 419 memcpy(&psecuritypriv->dot11DefKey[keyid].skey[0], &wep->KeyMaterial, wep->KeyLength); in rtw_set_802_11_add_wep()
|
/linux-5.19.10/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 423 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption() 432 memcpy(&psecuritypriv->dot11DefKey[wep_key_idx].skey[0], pwep->KeyMaterial, pwep->KeyLength); in wpa_set_encryption() 1596 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc() 1622 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in rtw_wx_set_enc()
|