Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_ioctl_set.h18 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
Dwlan_bssdef.h123 struct ndis_802_11_wep { struct
Drtw_security.h144 struct ndis_802_11_wep ndiswep;
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_ioctl_set.h21 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep * wep);
Dwlan_bssdef.h166 struct ndis_802_11_wep { struct
Drtw_security.h158 struct ndis_802_11_wep ndiswep;
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c350 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()
1577 struct ndis_802_11_wep wep; in rtw_wx_set_enc()
1586 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()
1645 wep.Length = wep.KeyLength + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
2193 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()
2238 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
2239 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c470 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c426 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption()
475 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption()
1839 struct ndis_802_11_wep wep; in rtw_wx_set_enc()
1847 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()
1910 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
3442 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()
3507 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
Dioctl_cfg80211.c2149 struct ndis_802_11_wep *pwep = NULL; in cfg80211_rtw_connect()
2163 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in cfg80211_rtw_connect()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_ioctl_set.c575 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()