Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8712/
Dwlan_bssdef.h150 u8 KeyMaterial[32]; /* variable length */ member
165 u8 KeyMaterial[16]; /* variable length depending on above field */ member
Drtl871x_ioctl_set.c350 memcpy(psecuritypriv->DefKey[keyid].skey, &wep->KeyMaterial, in r8712_set_802_11_add_wep()
Drtl871x_ioctl_linux.c409 offsetof(struct NDIS_802_11_WEP, KeyMaterial); in wpa_set_encryption()
416 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption()
430 pwep->KeyMaterial, in wpa_set_encryption()
1557 offsetof(struct NDIS_802_11_WEP, KeyMaterial); in r8711_wx_set_enc()
1582 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in r8711_wx_set_enc()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dwlan_bssdef.h154 u8 KeyMaterial[32]; /* variable length depending on above field */ member
167 u8 KeyMaterial[16];/* variable length depending on above field */ member
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h126 u8 KeyMaterial[16];/* variable len depending on above field */ member
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c391 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption()
410 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption()
421 memcpy(&psecuritypriv->dot11DefKey[wep_key_idx].skey[0], pwep->KeyMaterial, pwep->KeyLength); in wpa_set_encryption()
1632 wep.Length = wep.KeyLength + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
1660 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in rtw_wx_set_enc()
2210 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
2225 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in rtw_set_encryption()
2241 memcpy(&psecuritypriv->dot11DefKey[wep_key_idx].skey[0], pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption()
2245 set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx); in rtw_set_encryption()
2252 memcpy(&psecuritypriv->dot11DefKey[wep_key_idx].skey[0], pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption()
[all …]
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c475 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption()
497 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption()
515 memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in wpa_set_encryption()
1910 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
1939 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in rtw_wx_set_enc()
3494 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
3508 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in rtw_set_encryption()
3526 memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption()
3530 rtw_ap_set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx, 1); in rtw_set_encryption()
3537 memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption()
[all …]
Dioctl_cfg80211.c2141 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in cfg80211_rtw_connect()
2168 memcpy(pwep->KeyMaterial, (void *)sme->key, pwep->KeyLength); in cfg80211_rtw_connect()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c503 &wep->KeyMaterial, wep->KeyLength); in rtw_set_802_11_add_wep()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ioctl_set.c609 memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->KeyMaterial), wep->KeyLength); in rtw_set_802_11_add_wep()