mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
nixos/tests/wpa_supplicant: explicitly set channel
mac80211_hwsim can't emulate ACS, so explicitly choose a channel.
This commit is contained in:
parent
223f611353
commit
d2e6b8dac6
@ -21,6 +21,7 @@ let
|
||||
enable = true;
|
||||
radios.wlan0 = {
|
||||
band = "2g";
|
||||
channel = 6;
|
||||
countryCode = "US";
|
||||
networks = {
|
||||
wlan0 = {
|
||||
|
Loading…
Reference in New Issue
Block a user