Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_ioctl_set.h14 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep);
H A Dwlan_bssdef.h112 struct ndis_802_11_wep { struct
H A Drtw_security.h153 struct ndis_802_11_wep ndiswep;
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c50 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption()
91 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, key_material); in wpa_set_encryption()
517 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()
573 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, key_material); in rtw_set_encryption()
H A Dioctl_cfg80211.c1714 struct ndis_802_11_wep *pwep = NULL; in cfg80211_rtw_connect()
1726 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, key_material); in cfg80211_rtw_connect()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ioctl_set.c424 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()