Searched refs:KeyMaterial (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | wlan_bssdef.h | 162 u8 KeyMaterial[32]; /* variable length */ member 177 u8 KeyMaterial[16]; /* variable length depending on above field */ member
|
D | rtl871x_ioctl_set.c | 362 memcpy(psecuritypriv->DefKey[keyid].skey, &wep->KeyMaterial, in r8712_set_802_11_add_wep()
|
D | rtl871x_ioctl_linux.c | 411 FIELD_OFFSET(struct NDIS_802_11_WEP, KeyMaterial); in wpa_set_encryption() 418 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption() 433 pwep->KeyMaterial, in wpa_set_encryption() 1562 FIELD_OFFSET(struct NDIS_802_11_WEP, KeyMaterial); in r8711_wx_set_enc() 1587 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in r8711_wx_set_enc()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | wlan_bssdef.h | 156 u8 KeyMaterial[32]; /* variable length depending on above field */ member 170 u8 KeyMaterial[16];/* variable length depending on above field */ member
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 129 u8 KeyMaterial[16];/* variable len depending on above field */ member
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 394 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 413 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption() 424 … memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in wpa_set_encryption() 1646 wep.Length = wep.KeyLength + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc() 1674 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in rtw_wx_set_enc() 2239 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 2254 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in rtw_set_encryption() 2270 memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption() 2274 set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx); in rtw_set_encryption() 2281 … memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption() [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 480 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 504 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption() 522 memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in wpa_set_encryption() 1918 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc() 1947 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in rtw_wx_set_enc() 3528 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 3544 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in rtw_set_encryption() 3562 memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption() 3566 rtw_ap_set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx, 1); in rtw_set_encryption() 3573 memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption() [all …]
|
D | ioctl_cfg80211.c | 2169 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in cfg80211_rtw_connect() 2196 memcpy(pwep->KeyMaterial, (void *)sme->key, pwep->KeyLength); in cfg80211_rtw_connect()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_ioctl_set.c | 500 memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->KeyMaterial), wep->KeyLength); in rtw_set_802_11_add_wep()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ioctl_set.c | 616 memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->KeyMaterial), wep->KeyLength); in rtw_set_802_11_add_wep()
|