Home
last modified time | relevance | path

Searched refs:rtw_set_802_11_add_wep (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_ioctl_set.h14 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
/Linux-v6.1/drivers/staging/rtl8723bs/include/
Drtw_ioctl_set.h14 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep);
/Linux-v6.1/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() function
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_ioctl_set.c386 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep() function
/Linux-v6.1/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c118 if (rtw_set_802_11_add_wep(padapter, pwep) == (u8)_FAIL) in wpa_set_encryption()
Dioctl_cfg80211.c1776 if (rtw_set_802_11_add_wep(padapter, pwep) == (u8)_FAIL) in cfg80211_rtw_connect()
/Linux-v6.1/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c425 if (rtw_set_802_11_add_wep(padapter, pwep) == (u8)_FAIL) in wpa_set_encryption()
1616 if (!rtw_set_802_11_add_wep(padapter, &wep)) { in rtw_wx_set_enc()