Home
last modified time | relevance | path

Searched refs:ndis_802_11_wep (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_ioctl_set.h31 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
Dwlan_bssdef.h165 struct ndis_802_11_wep { struct
Drtw_security.h151 struct ndis_802_11_wep ndiswep;
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c358 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption()
404 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption()
405 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in wpa_set_encryption()
1610 struct ndis_802_11_wep wep; in rtw_wx_set_enc()
1618 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()
1678 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
2231 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()
2278 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
2279 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c506 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()