Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c24 static int rtw_network_mode = Ndis802_11IBSS;/* Ndis802_11Infrastructure;infra, ad-hoc, auto */ variable
146 module_param(rtw_network_mode, int, 0644);
216 registry_par->network_mode = (u8)rtw_network_mode; in loadparam()