Searched refs:rtw_set_802_11_infrastructure_mode (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | rtw_ioctl_set.h | 22 u8 rtw_set_802_11_infrastructure_mode(struct adapter *adapter,
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_ioctl_set.h | 24 u8 rtw_set_802_11_infrastructure_mode(struct adapter *padapter, enum NDIS_802_11_NETWORK_INFRASTRUC…
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_ioctl_set.c | 308 u8 rtw_set_802_11_infrastructure_mode(struct adapter *padapter, in rtw_set_802_11_infrastructure_mode() function
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_ioctl_set.c | 409 u8 rtw_set_802_11_infrastructure_mode(struct adapter *padapter, in rtw_set_802_11_infrastructure_mode() function
|
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 729 if (!rtw_set_802_11_infrastructure_mode(padapter, networkType)) { in rtw_wx_set_mode() 978 if (!rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode)) { in rtw_wx_set_wap() 1330 if (!rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode)) { in rtw_wx_set_essid()
|
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 898 if (rtw_set_802_11_infrastructure_mode(padapter, networkType) == false) { in rtw_wx_set_mode() 1173 if (!rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode)) { in rtw_wx_set_wap() 1582 … if (rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode) == false) { in rtw_wx_set_essid()
|
D | ioctl_cfg80211.c | 1333 if (rtw_set_802_11_infrastructure_mode(padapter, networkType) == false) in cfg80211_rtw_change_iface() 2014 if (rtw_set_802_11_infrastructure_mode(padapter, Ndis802_11Infrastructure) == false) in cfg80211_rtw_leave_ibss()
|