Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/include/
Drtw_ioctl_set.h14 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
Drtw_security.h130 struct ndis_802_11_wep ndiswep;
Dwlan_bssdef.h156 struct ndis_802_11_wep { struct
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Drtw_ioctl_set.h14 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep);
Dwlan_bssdef.h112 struct ndis_802_11_wep { struct
Drtw_security.h153 struct ndis_802_11_wep ndiswep;
/linux-5.19.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c50 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption()
92 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, key_material); in wpa_set_encryption()
527 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()
585 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, key_material); in rtw_set_encryption()
Dioctl_cfg80211.c1828 struct ndis_802_11_wep *pwep = NULL; in cfg80211_rtw_connect()
1840 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, key_material); in cfg80211_rtw_connect()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_ioctl_set.c423 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_ioctl_set.c394 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()
/linux-5.19.10/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c367 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption()
1534 struct ndis_802_11_wep wep; in rtw_wx_set_enc()
1541 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()
1596 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()