Searched refs:ndis_802_11_wep (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/drivers/staging/rtl8723bs/include/ |
| D | rtw_ioctl_set.h | 14 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep);
|
| D | wlan_bssdef.h | 112 struct ndis_802_11_wep { struct
|
| D | rtw_security.h | 153 struct ndis_802_11_wep ndiswep;
|
| /Linux-v5.15/drivers/staging/r8188eu/include/ |
| D | rtw_ioctl_set.h | 15 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
|
| D | wlan_bssdef.h | 156 struct ndis_802_11_wep { struct
|
| D | rtw_security.h | 134 struct ndis_802_11_wep ndiswep;
|
| /Linux-v5.15/drivers/staging/rtl8723bs/os_dep/ |
| D | ioctl_linux.c | 64 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption() 106 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, key_material); in wpa_set_encryption() 540 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption() 598 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, key_material); in rtw_set_encryption()
|
| D | ioctl_cfg80211.c | 1862 struct ndis_802_11_wep *pwep = NULL; in cfg80211_rtw_connect() 1874 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, key_material); in cfg80211_rtw_connect()
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_ioctl_set.c | 435 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep() 623 struct ndis_802_11_wep *wep = &padapter->securitypriv.ndiswep; in rtw_set_802_11_add_key()
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_ioctl_set.c | 423 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.15/drivers/staging/r8188eu/os_dep/ |
| D | ioctl_linux.c | 423 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption() 468 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption() 1687 struct ndis_802_11_wep wep; in rtw_wx_set_enc() 1695 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc() 1756 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
|