Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Dwlan_bssdef.h177 u8 KeyMaterial[32]; /* variable length */ member
191 u8 KeyMaterial[16]; /* variable length depending on above field */ member
Drtl871x_ioctl_linux.c428 KeyMaterial)), GFP_ATOMIC); in wpa_set_encryption()
435 KeyMaterial); in wpa_set_encryption()
446 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption()
461 skey[0]), pwep->KeyMaterial, in wpa_set_encryption()
1589 FIELD_OFFSET(struct NDIS_802_11_WEP, KeyMaterial); in r8711_wx_set_enc()
1613 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in r8711_wx_set_enc()
Drtl871x_ioctl_set.c363 memcpy(psecuritypriv->DefKey[keyid].skey, &wep->KeyMaterial, in r8712_set_802_11_add_wep()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h170 u8 KeyMaterial[16];/* variable len depending on above field */ member
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c404 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption()
423 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption()
434 … memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in wpa_set_encryption()
1678 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
1706 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in rtw_wx_set_enc()
2278 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
2293 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in rtw_set_encryption()
2309 memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption()
2313 set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx); in rtw_set_encryption()
2320 … memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c539 memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->KeyMaterial), wep->KeyLength); in rtw_set_802_11_add_wep()