Home
last modified time | relevance | path

Searched refs:Ndis802_11Infrastructure (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.1/drivers/staging/rtl8712/
Drtl871x_ioctl_set.c242 (*pold_state == Ndis802_11Infrastructure) || in r8712_set_802_11_infrastructure_mode()
260 case Ndis802_11Infrastructure: in r8712_set_802_11_infrastructure_mode()
Dwlan_bssdef.h57 Ndis802_11Infrastructure, enumerator
Drtl871x_cmd.c363 case Ndis802_11Infrastructure: in r8712_joinbss_cmd()
Drtl871x_mlme.c807 case Ndis802_11Infrastructure: in r8712_joinbss_event_callback()
Drtl871x_ioctl_linux.c725 networkType = Ndis802_11Infrastructure; in r8711_wx_set_mode()
/Linux-v6.1/drivers/staging/rtl8723bs/include/
Dwlan_bssdef.h48 Ndis802_11Infrastructure, enumerator
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_ioctl_set.c311 if ((*pold_state == Ndis802_11Infrastructure) || (*pold_state == Ndis802_11IBSS)) { in rtw_set_802_11_infrastructure_mode()
325 case Ndis802_11Infrastructure: in rtw_set_802_11_infrastructure_mode()
Drtw_cmd.c707 case Ndis802_11Infrastructure: in rtw_joinbss_cmd()
Drtw_mlme.c1130 case Ndis802_11Infrastructure: in rtw_joinbss_update_network()
Drtw_mlme_ext.c4036 bssid->infrastructure_mode = Ndis802_11Infrastructure; in collect_bss_info()
5217 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_ioctl_set.c288 if ((*pold_state == Ndis802_11Infrastructure) || (*pold_state == Ndis802_11IBSS)) { in rtw_set_802_11_infrastructure_mode()
301 case Ndis802_11Infrastructure: in rtw_set_802_11_infrastructure_mode()
Drtw_cmd.c442 case Ndis802_11Infrastructure: in rtw_joinbss_cmd()
Drtw_mlme.c1027 case Ndis802_11Infrastructure: in rtw_joinbss_update_network()
Drtw_mlme_ext.c6225 bssid->InfrastructureMode = Ndis802_11Infrastructure; in collect_bss_info()
7344 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()
/Linux-v6.1/drivers/staging/r8188eu/include/
Dwlan_bssdef.h49 Ndis802_11Infrastructure, enumerator
/Linux-v6.1/drivers/staging/rtl8723bs/hal/
Dhal_intf.c72 networkType = Ndis802_11Infrastructure; in rtw_hal_init_opmode()
Drtl8723b_cmd.c250 case Ndis802_11Infrastructure: in ConstructNullFunctionData()
/Linux-v6.1/drivers/staging/r8188eu/hal/
Drtl8188e_cmd.c336 case Ndis802_11Infrastructure: in ConstructNullFunctionData()
/Linux-v6.1/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1086 networkType = Ndis802_11Infrastructure; in cfg80211_rtw_change_iface()
1646 if (rtw_set_802_11_infrastructure_mode(padapter, Ndis802_11Infrastructure) == false) { in cfg80211_rtw_leave_ibss()
1651 rtw_setopmode_cmd(padapter, Ndis802_11Infrastructure, true); in cfg80211_rtw_leave_ibss()
/Linux-v6.1/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c710 networkType = Ndis802_11Infrastructure; in rtw_wx_set_mode()