Searched refs:radios (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/Documentation/networking/mac80211_hwsim/ |
| H A D | mac80211_hwsim.rst | 21 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-6.15/Documentation/devicetree/bindings/net/wireless/ |
| H A D | qcom,ath12k-wsi.yaml | 18 control information across radios based on the doorbell mechanism.
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | si470x.rst | 49 Currently the following USB radios (vendor:product) with the Silicon Labs si470x
|
| /linux-6.15/drivers/net/wireless/ath/ath9k/ |
| H A D | Kconfig | 18 Say Y, if you want to use the ath9k/ath9k_htc radios together with
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | init.c | 379 struct wiphy_radio *radio = &dev->radios[n_radios]; in mt7996_init_wiphy_band() 457 wiphy->radio = dev->radios; in mt7996_init_wiphy()
|
| H A D | mt7996.h | 308 struct wiphy_radio radios[MT7996_MAX_RADIOS]; member
|
| /linux-6.15/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 48 static int radios = 2; variable 49 module_param(radios, int, 0444); 50 MODULE_PARM_DESC(radios, "Number of simulated radios"); 6798 if (radios < 0 || radios > 100) in init_mac80211_hwsim() 6832 for (i = 0; i < radios; i++) { in init_mac80211_hwsim()
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | fujitsu-laptop.c | 427 static DEVICE_ATTR_RO(radios);
|
| /linux-6.15/Documentation/networking/device_drivers/hamradio/ |
| H A D | z8530drv.rst | 582 Also, you can connect several radios that are active on the same
|
| /linux-6.15/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 337 attribute will read 0 if the switch is in the "radios 339 "radios enabled" position. 437 radios (Bluetooth+W-WAN+WLAN),
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | nl80211.yaml | 1320 name: wiphy-radios
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 2494 struct nlattr *radios; in nl80211_put_radios() local 2500 radios = nla_nest_start(msg, NL80211_ATTR_WIPHY_RADIOS); in nl80211_put_radios() 2501 if (!radios) in nl80211_put_radios() 2508 nla_nest_end(msg, radios); in nl80211_put_radios() 2518 nla_nest_cancel(msg, radios); in nl80211_put_radios()
|