Searched refs:rtw_set_802_11_infrastructure_mode (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_ioctl_set.h | 23 u8 rtw_set_802_11_infrastructure_mode(struct adapter *adapter,
|
/Linux-v4.19/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-v4.19/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-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ioctl_set.c | 416 u8 rtw_set_802_11_infrastructure_mode(struct adapter *padapter, in rtw_set_802_11_infrastructure_mode() function
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 740 if (rtw_set_802_11_infrastructure_mode(padapter, networkType) == false) { in rtw_wx_set_mode() 991 if (!rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode)) { in rtw_wx_set_wap() 1344 if (!rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode)) { in rtw_wx_set_essid()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 906 if (rtw_set_802_11_infrastructure_mode(padapter, networkType) ==false) { in rtw_wx_set_mode() 1181 if (!rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode)) { in rtw_wx_set_wap() 1590 … if (rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode) == false) { in rtw_wx_set_essid()
|
D | ioctl_cfg80211.c | 1363 if (rtw_set_802_11_infrastructure_mode(padapter, networkType) ==false) in cfg80211_rtw_change_iface() 2040 if (rtw_set_802_11_infrastructure_mode(padapter, Ndis802_11Infrastructure) ==false) in cfg80211_rtw_leave_ibss()
|