Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_ioctl_set.h17 u8 rtw_set_802_11_add_wep(struct adapter *adapter, struct ndis_802_11_wep *wep);
H A Dwlan_bssdef.h120 struct ndis_802_11_wep { struct
H A Drtw_security.h143 struct ndis_802_11_wep ndiswep;
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_ioctl_set.h21 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep * wep);
H A Dwlan_bssdef.h163 struct ndis_802_11_wep { struct
H A Drtw_security.h156 struct ndis_802_11_wep ndiswep;
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c347 struct ndis_802_11_wep *pwep = NULL; in wpa_set_encryption()
391 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in wpa_set_encryption()
392 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in wpa_set_encryption()
1566 struct ndis_802_11_wep wep; in rtw_wx_set_enc()
1575 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()
1634 wep.Length = wep.KeyLength + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
2167 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()
2212 wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
2213 pwep = (struct ndis_802_11_wep *)rtw_malloc(wep_total_len); in rtw_set_encryption()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A 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()
1841 struct ndis_802_11_wep wep; in rtw_wx_set_enc()
1849 memset(&wep, 0, sizeof(struct ndis_802_11_wep)); in rtw_wx_set_enc()
1912 wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_wx_set_enc()
3431 struct ndis_802_11_wep *pwep = NULL; in rtw_set_encryption()
3496 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in rtw_set_encryption()
H A Dioctl_cfg80211.c2127 struct ndis_802_11_wep *pwep = NULL; in cfg80211_rtw_connect()
2141 wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); in cfg80211_rtw_connect()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A 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()