nixos/tests/wpa_supplicant: explicitly set channel

mac80211_hwsim can't emulate ACS, so explicitly choose a channel.
This commit is contained in:
K900 2024-09-19 20:47:18 +03:00
parent 223f611353
commit d2e6b8dac6

View File

@ -21,6 +21,7 @@ let
enable = true;
radios.wlan0 = {
band = "2g";
channel = 6;
countryCode = "US";
networks = {
wlan0 = {