Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Drtw_ioctl_set.h26 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
Dwlan_bssdef.h130 struct ndis_802_11_wep { struct
Drtw_security.h146 struct ndis_802_11_wep ndiswep;
/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 + offsetof(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()
1604 struct ndis_802_11_wep wep; in rtw_wx_set_enc()
1612 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()
1672 wep.Length = wep.KeyLength + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
2225 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()
2272 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
2273 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption()
/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c493 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()