Skip to content
Snippets Groups Projects
Commit b0be8468 authored by Nico's avatar Nico
Browse files

add WPA3 and OWE

parent 5bf4c9c5
No related branches found
No related tags found
No related merge requests found
Pipeline #477 passed
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
channel = 1, channel = 1,
ap = { ap = {
ssid = 'Freifunk', ssid = 'Freifunk',
owe_ssid = 'owe.freifunk-stuttgart.de',
owe_transition_mode = true,
}, },
mesh = { mesh = {
id = 'ffsmesh_batman', id = 'ffsmesh_batman',
...@@ -34,6 +36,8 @@ ...@@ -34,6 +36,8 @@
outdoor_chanlist = "100-140", outdoor_chanlist = "100-140",
ap = { ap = {
ssid = 'Freifunk', ssid = 'Freifunk',
owe_ssid = 'owe.freifunk-stuttgart.de',
owe_transition_mode = true,
}, },
mesh = { mesh = {
id = 'ffsmesh_batman', id = 'ffsmesh_batman',
......
...@@ -10,6 +10,9 @@ GLUON_FEATURES := \ ...@@ -10,6 +10,9 @@ GLUON_FEATURES := \
web-advanced \ web-advanced \
web-wizard web-wizard
GLUON_FEATURES_standard := \
wireless-encryption-wpa3
GLUON_SITE_PACKAGES := \ GLUON_SITE_PACKAGES := \
gluon-config-mode-zip \ gluon-config-mode-zip \
gluon-web-private-wifi \ gluon-web-private-wifi \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment