Searched refs:radios (Results 1 – 11 of 11) sorted by relevance
21 arbitrary number of IEEE 802.11 radios for mac80211. It can be used to30 and wpa_supplicant. The simulated radios do not have the limitations36 mac80211_hwsim kernel module has a parameter 'radios' that can be used37 to select how many radios are simulated (default 2). This allows43 radio and copying all transmitted frames to all other radios that are57 This example shows how to use mac80211_hwsim to simulate two radios:
58 * therefore this rfkill is for cellular radios only.
49 Currently the following USB radios (vendor:product) with the Silicon Labs si470x
18 Say Y, if you want to use the ath9k/ath9k_htc radios together with
409 struct wiphy_radio *radio = &dev->radios[n_radios]; in mt7996_init_wiphy_band()491 wiphy->radio = dev->radios; in mt7996_init_wiphy()
389 struct wiphy_radio radios[MT7996_MAX_RADIOS]; member
48 static int radios = 2; variable49 module_param(radios, int, 0444);50 MODULE_PARM_DESC(radios, "Number of simulated radios");7059 if (radios < 0 || radios > 100) in init_mac80211_hwsim()7093 for (i = 0; i < radios; i++) { in init_mac80211_hwsim()
431 static DEVICE_ATTR_RO(radios);
582 Also, you can connect several radios that are active on the same
338 attribute will read 0 if the switch is in the "radios340 "radios enabled" position.438 radios (Bluetooth+W-WAN+WLAN),
2631 struct nlattr *radios; in nl80211_put_radios() local2637 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()