ap: add "ZW public legacy" for some dual-band aps

This commit is contained in:
Astro 2022-09-14 17:31:02 +02:00
parent ff5d750697
commit d95c54e3c2
1 changed files with 11 additions and 13 deletions

View File

@ -1150,7 +1150,7 @@
channel = 1; channel = 1;
htmode = "HT20"; htmode = "HT20";
ssids = { ssids = {
"ZW public" = { net = "pub"; }; "ZW public legacy" = { net = "pub"; encryption = "none"; };
"ZW stage legacy" = { net = "priv25"; }; "ZW stage legacy" = { net = "priv25"; };
}; };
}; };
@ -1187,7 +1187,7 @@
channel = 5; channel = 5;
htmode = "HT20"; htmode = "HT20";
ssids = { ssids = {
"ZW public" = { net = "pub"; }; "ZW public legacy" = { net = "pub"; encryption = "none"; };
"ZW stage legacy" = { net = "priv25"; }; "ZW stage legacy" = { net = "priv25"; };
}; };
}; };
@ -1226,7 +1226,7 @@
htmode = "HT20"; htmode = "HT20";
ssids = { ssids = {
EWW = { net = "priv36"; }; EWW = { net = "priv36"; };
"ZW public" = { net = "pub"; }; "ZW public legacy" = { net = "pub"; encryption = "none"; };
"ZW stage legacy" = { net = "priv25"; }; "ZW stage legacy" = { net = "priv25"; };
}; };
}; };
@ -1264,7 +1264,7 @@
channel = 1; channel = 1;
htmode = "HT20"; htmode = "HT20";
ssids = { ssids = {
"ZW public" = { net = "pub"; }; "ZW public legacy" = { net = "pub"; encryption = "none"; };
"ZW stage legacy" = { net = "priv25"; }; "ZW stage legacy" = { net = "priv25"; };
}; };
}; };
@ -1301,7 +1301,7 @@
channel = 5; channel = 5;
htmode = "HT20"; htmode = "HT20";
ssids = { ssids = {
"ZW public" = { net = "pub"; }; "ZW public legacy" = { net = "pub"; encryption = "none"; };
"ZW stage legacy" = { net = "priv25"; }; "ZW stage legacy" = { net = "priv25"; };
}; };
}; };
@ -1338,7 +1338,7 @@
channel = 9; channel = 9;
htmode = "HT20"; htmode = "HT20";
ssids = { ssids = {
"ZW public" = { net = "pub"; }; "ZW public legacy" = { net = "pub"; encryption = "none"; };
"ZW stage legacy" = { net = "priv25"; }; "ZW stage legacy" = { net = "priv25"; };
}; };
}; };
@ -1408,7 +1408,7 @@
channel = 1; channel = 1;
htmode = "HT20"; htmode = "HT20";
ssids = { ssids = {
"ZW public" = { net = "pub"; }; "ZW public legacy" = { net = "pub"; encryption = "none"; };
"ZW stage legacy" = { net = "priv25"; }; "ZW stage legacy" = { net = "priv25"; };
gerdwork = { net = "priv32"; }; gerdwork = { net = "priv32"; };
}; };
@ -1486,7 +1486,7 @@
channel = 9; channel = 9;
htmode = "HT20"; htmode = "HT20";
ssids = { ssids = {
"ZW public" = { net = "pub"; }; "ZW public legacy" = { net = "pub"; encryption = "none"; };
"ZW stage legacy" = { net = "priv25"; }; "ZW stage legacy" = { net = "priv25"; };
}; };
}; };
@ -1675,17 +1675,15 @@
channel = 100; channel = 100;
htmode = "VHT80"; htmode = "VHT80";
ssids = { ssids = {
"Zentralwerk" = { "Zentralwerk" = { net = "roof"; };
net = "roof"; "ZW public" = { net = "pub"; };
};
}; };
}; };
"platform/ahb/18100000.wmac" = { "platform/ahb/18100000.wmac" = {
channel = 1; channel = 1;
htmode = "HT20"; htmode = "HT20";
ssids = { ssids = {
# wifi on the roof "ZW public legacy" = { net = "pub"; encryption = "none"; };
"ZW public".net = "pub";
}; };
}; };
}; };