Searched refs:KeyMaterial (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.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 | 350 memcpy(psecuritypriv->DefKey[keyid].skey, &wep->KeyMaterial, in r8712_set_802_11_add_wep()
|
D | rtl871x_ioctl_linux.c | 409 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/ |
D | wlan_bssdef.h | 154 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/ |
D | wlan_bssdef.h | 126 u8 KeyMaterial[16];/* variable len depending on above field */ member
|
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 391 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/ |
D | ioctl_linux.c | 475 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 …]
|
D | ioctl_cfg80211.c | 2141 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/ |
D | rtw_ioctl_set.c | 503 &wep->KeyMaterial, wep->KeyLength); in rtw_set_802_11_add_wep()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_ioctl_set.c | 609 memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->KeyMaterial), wep->KeyLength); in rtw_set_802_11_add_wep()
|