From d95c54e3c21d658ec2c4cdf314f121c0e32e0cf0 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 14 Sep 2022 17:31:02 +0200 Subject: [PATCH] ap: add "ZW public legacy" for some dual-band aps --- config/ap.nix | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/config/ap.nix b/config/ap.nix index 717f329..4c17566 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -1150,7 +1150,7 @@ channel = 1; htmode = "HT20"; ssids = { - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; encryption = "none"; }; "ZW stage legacy" = { net = "priv25"; }; }; }; @@ -1187,7 +1187,7 @@ channel = 5; htmode = "HT20"; ssids = { - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; encryption = "none"; }; "ZW stage legacy" = { net = "priv25"; }; }; }; @@ -1226,7 +1226,7 @@ htmode = "HT20"; ssids = { EWW = { net = "priv36"; }; - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; encryption = "none"; }; "ZW stage legacy" = { net = "priv25"; }; }; }; @@ -1264,7 +1264,7 @@ channel = 1; htmode = "HT20"; ssids = { - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; encryption = "none"; }; "ZW stage legacy" = { net = "priv25"; }; }; }; @@ -1301,7 +1301,7 @@ channel = 5; htmode = "HT20"; ssids = { - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; encryption = "none"; }; "ZW stage legacy" = { net = "priv25"; }; }; }; @@ -1338,7 +1338,7 @@ channel = 9; htmode = "HT20"; ssids = { - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; encryption = "none"; }; "ZW stage legacy" = { net = "priv25"; }; }; }; @@ -1408,7 +1408,7 @@ channel = 1; htmode = "HT20"; ssids = { - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; encryption = "none"; }; "ZW stage legacy" = { net = "priv25"; }; gerdwork = { net = "priv32"; }; }; @@ -1486,7 +1486,7 @@ channel = 9; htmode = "HT20"; ssids = { - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; encryption = "none"; }; "ZW stage legacy" = { net = "priv25"; }; }; }; @@ -1675,17 +1675,15 @@ channel = 100; htmode = "VHT80"; ssids = { - "Zentralwerk" = { - net = "roof"; - }; + "Zentralwerk" = { net = "roof"; }; + "ZW public" = { net = "pub"; }; }; }; "platform/ahb/18100000.wmac" = { channel = 1; htmode = "HT20"; ssids = { - # wifi on the roof - "ZW public".net = "pub"; + "ZW public legacy" = { net = "pub"; encryption = "none"; }; }; }; };