From 97dadf4801479966ef52a00c7730bb781e99071f Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 18 Sep 2022 20:44:38 +0200 Subject: [PATCH] ap: turn owe on on 5ghz for all c3d2 aps --- config/ap.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/ap.nix b/config/ap.nix index dcd8577..7ff0324 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -303,7 +303,7 @@ htmode = "VHT80"; ssids = { C3D2 = { net = "c3d2"; }; - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; }; }; }; "platform/ahb/18100000.wmac" = { @@ -311,7 +311,7 @@ htmode = "HT40+"; ssids = { "C3D2 legacy" = { net = "c3d2"; }; - "ZW public" = { net = "pub"; }; + "ZW public" = { net = "pub"; encryption = "owe"; }; }; }; }; @@ -637,7 +637,7 @@ htmode = "HT40+"; ssids = { C3D2 = { net = "c3d2"; }; - "ZW public" = { net = "pub"; }; + "ZW public" = { net = "pub"; encryption = "owe"; }; }; }; "platform/ar934x_wmac" = { @@ -645,7 +645,7 @@ htmode = "HT40+"; ssids = { "C3D2 legacy" = { net = "c3d2"; }; - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; }; }; }; }; @@ -707,7 +707,7 @@ htmode = "VHT80"; ssids = { C3D2 = { net = "c3d2"; }; - "ZW public" = { net = "pub"; }; + "ZW public" = { net = "pub"; encryption = "owe"; }; }; }; "platform/ahb/18100000.wmac" = { @@ -716,7 +716,7 @@ ssids = { "C3D2 legacy" = { net = "c3d2"; }; FOTOAKADEMIEdd = { net = "priv39"; }; - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; }; }; }; }; @@ -782,7 +782,7 @@ htmode = "VHT80"; ssids = { C3D2 = { net = "c3d2"; }; - "ZW public" = { net = "pub"; }; + "ZW public" = { net = "pub"; encryption = "owe"; }; }; }; "platform/ahb/18100000.wmac" = { @@ -790,7 +790,7 @@ htmode = "HT40+"; ssids = { "C3D2 legacy" = { net = "c3d2"; }; - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; }; }; }; };