Searched refs:ndis_802_11_wep (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_ioctl_set.h | 18 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
|
D | wlan_bssdef.h | 123 struct ndis_802_11_wep { struct
|
D | rtw_security.h | 144 struct ndis_802_11_wep ndiswep;
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_ioctl_set.h | 21 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep * wep);
|
D | wlan_bssdef.h | 166 struct ndis_802_11_wep { struct
|
D | rtw_security.h | 158 struct ndis_802_11_wep ndiswep;
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 350 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption() 394 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 395 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in wpa_set_encryption() 1578 struct ndis_802_11_wep wep; in rtw_wx_set_enc() 1587 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc() 1646 wep.Length = wep.KeyLength + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc() 2194 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption() 2239 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption() 2240 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_ioctl_set.c | 468 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 431 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption() 480 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 1847 struct ndis_802_11_wep wep; in rtw_wx_set_enc() 1855 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc() 1918 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc() 3463 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption() 3528 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
|
D | ioctl_cfg80211.c | 2155 struct ndis_802_11_wep *pwep = NULL; in cfg80211_rtw_connect() 2169 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in cfg80211_rtw_connect()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ioctl_set.c | 582 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()
|