feat: switch Gluon SSID

This commit is contained in:
2026-04-19 17:29:53 -04:00
parent a5805cfa20
commit 600e332ec2

View File

@@ -44,11 +44,11 @@
-- ESSIDs used for client network.
ap = {
-- ssid = 'newportmesh.org', (optional - SSID for open client network)
-- ssid = 'Newport Downtown WiFi', (optional - SSID for open client network)
-- disabled = true, -- (optional)
-- Configuration for a backward compatible OWE network below.
owe_ssid = 'newportmesh.org', -- (optional - SSID for OWE client network)
owe_ssid = 'Newport Downtown WiFi', -- (optional - SSID for OWE client network)
-- owe_transition_mode = true, -- (optional - enables transition-mode - requires ssid as well as owe_ssid)
},