Searched refs:KeyMaterial (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | wlan_bssdef.h | 162 u8 KeyMaterial[32]; /* variable length */ member 176 u8 KeyMaterial[16]; /* variable length depending on above field */ member
|
D | rtl871x_ioctl_linux.c | 403 KeyMaterial)), GFP_ATOMIC); in wpa_set_encryption() 410 KeyMaterial); in wpa_set_encryption() 422 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption() 437 skey[0]), pwep->KeyMaterial, in wpa_set_encryption() 1573 FIELD_OFFSET(struct NDIS_802_11_WEP, KeyMaterial); in r8711_wx_set_enc() 1598 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in r8711_wx_set_enc()
|
D | rtl871x_ioctl_set.c | 364 memcpy(psecuritypriv->DefKey[keyid].skey, &wep->KeyMaterial, in r8712_set_802_11_add_wep()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 170 u8 KeyMaterial[16];/* variable len depending on above field */ member
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 406 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 425 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in wpa_set_encryption() 436 … memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in wpa_set_encryption() 1680 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc() 1708 memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); in rtw_wx_set_enc() 2280 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 2295 memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); in rtw_set_encryption() 2311 memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption() 2315 set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx); in rtw_set_encryption() 2322 … memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); in rtw_set_encryption() [all …]
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ioctl_set.c | 539 memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->KeyMaterial), wep->KeyLength); in rtw_set_802_11_add_wep()
|