Lines Matching full:radios
48 static int radios = 2; variable
49 module_param(radios, int, 0444);
50 MODULE_PARM_DESC(radios, "Number of simulated radios");
74 MODULE_PARM_DESC(multi_radio, "Support Multiple Radios per wiphy");
83 * secondary radios are expected to follow.
85 * request with all radios reporting the same regulatory domain.
89 * respective regulatory requested domains. Subsequent radios will
95 * domain requests. All radios will adhere to this custom world regulatory
103 * and use strict settings. The rest of the radios are expected to follow.
105 * settings. All radios will adhere to this.
114 * at least 6 radios for a complete test. We will test in this order:
722 * Only radios in the same group can communicate together (the
728 /* group shared by radios created in the same netns */
1841 /* Copy skb to all enabled radios that are on the current frequency */ in mac80211_hwsim_tx_frame_no_nl()
5768 /* By default all radios belong to the first group */ in mac80211_hwsim_new_radio()
6794 /* Radios created in init_net are returned to init_net. */ in hwsim_exit_net()
7060 if (radios < 0 || radios > 100) in init_mac80211_hwsim()
7094 for (i = 0; i < radios; i++) { in init_mac80211_hwsim()
7223 pr_debug("mac80211_hwsim: unregister radios\n"); in exit_mac80211_hwsim()