Home
last modified time | relevance | path

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

/linux/Documentation/networking/mac80211_hwsim/
H A Dmac80211_hwsim.rst21 arbitrary number of IEEE 802.11 radios for mac80211. It can be used to
30 and wpa_supplicant. The simulated radios do not have the limitations
36 mac80211_hwsim kernel module has a parameter 'radios' that can be used
37 to select how many radios are simulated (default 2). This allows
43 radio and copying all transmitted frames to all other radios that are
57 This example shows how to use mac80211_hwsim to simulate two radios:
/linux/Documentation/admin-guide/media/
H A Dsi470x.rst49 Currently the following USB radios (vendor:product) with the Silicon Labs si470x
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c48 static int radios = 2; variable
49 module_param(radios, int, 0444);
50 MODULE_PARM_DESC(radios, "Number of simulated radios");
7060 if (radios < 0 || radios > 100) in init_mac80211_hwsim()
7094 for (i = 0; i < radios; i++) { in init_mac80211_hwsim()
/linux/drivers/platform/x86/
H A Dfujitsu-laptop.c431 static DEVICE_ATTR_RO(radios);
/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst582 Also, you can connect several radios that are active on the same
/linux/net/wireless/
H A Dnl80211.c2631 struct nlattr *radios; in nl80211_put_radios() local
2637 radios = nla_nest_start(msg, NL80211_ATTR_WIPHY_RADIOS); in nl80211_put_radios()
2638 if (!radios) in nl80211_put_radios()
2645 nla_nest_end(msg, radios); in nl80211_put_radios()
2655 nla_nest_cancel(msg, radios); in nl80211_put_radios()