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;
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"; };
};
};
};