nixos/tests/wpa_supplicant: explicitly set channel
mac80211_hwsim can't emulate ACS, so explicitly choose a channel.
This commit is contained in:
@@ -21,6 +21,7 @@ let
|
||||
enable = true;
|
||||
radios.wlan0 = {
|
||||
band = "2g";
|
||||
channel = 6;
|
||||
countryCode = "US";
|
||||
networks = {
|
||||
wlan0 = {
|
||||
|
||||
Reference in New Issue
Block a user