stellio: define the GL-AR750 / GL-AR750-5 Wi-Fi networks the radios reference
6d06356 pointed wlan0/wlan1 at these SSIDs but wifi.networks still only
declared WhiteHouse, so hostapd evaluation failed on a null network. One
SSID per band on lan, named like the GL-AR750 being replaced; passphrases
come from the wifi-GL-AR750-passphrase / wifi-GL-AR750-5-passphrase prompts.
This commit is contained in:
+10
-7
@@ -52,16 +52,19 @@ in
|
||||
};
|
||||
stagingPort = "lan5";
|
||||
|
||||
# Both MT7976 radios broadcast the site SSID (same name and passphrase
|
||||
# as the liminix router's "WhiteHouse"/"WhiteHouse-5", merged into one
|
||||
# dual-band SSID) as an untagged access port on lan. Passphrase is the
|
||||
# `wifi-WhiteHouse-passphrase` vars prompt. Channels as on the old
|
||||
# router. Check the band mapping with `iw phy` (mt7986: phy0/wlan0 =
|
||||
# 2.4 GHz, phy1/wlan1 = 5 GHz).
|
||||
# Both MT7976 radios serve lan as an untagged access port, one SSID per
|
||||
# band named like the GL-AR750 it stands in for ("GL-AR750" on 2.4 GHz,
|
||||
# "GL-AR750-5" on 5 GHz) so clients roam over unchanged. Passphrases
|
||||
# are the `wifi-GL-AR750-passphrase` / `wifi-GL-AR750-5-passphrase`
|
||||
# vars prompts. Channels as on the old router. Check the band mapping
|
||||
# with `iw phy` (mt7986: phy0/wlan0 = 2.4 GHz, phy1/wlan1 = 5 GHz).
|
||||
wifi = {
|
||||
enable = true;
|
||||
countryCode = "TH";
|
||||
networks.WhiteHouse.vlan = "lan";
|
||||
networks = {
|
||||
"GL-AR750".vlan = "lan";
|
||||
"GL-AR750-5".vlan = "lan";
|
||||
};
|
||||
radios = {
|
||||
wlan0 = {
|
||||
band = "2g";
|
||||
|
||||
Reference in New Issue
Block a user