From ad2fcf979d99677b65f8b0b81c44a7119ae463ac Mon Sep 17 00:00:00 2001 From: privatereese <5148715+privatereese@users.noreply.github.com> Date: Sun, 14 Jun 2026 22:44:29 +0200 Subject: [PATCH] domains: enable OWE transition mode and update legacy SSID --- domains/tecff_altdorf_ndb.conf | 2 ++ domains/tecff_bad_griesbach.conf | 2 ++ domains/tecff_default.conf | 2 ++ domains/tecff_dingolfing_landau.conf | 2 ++ domains/tecff_event.conf | 2 ++ domains/tecff_landshut_innenstadt.conf | 2 ++ domains/tecff_landshut_landkreis.conf | 2 ++ domains/tecff_landshut_stadt.conf | 2 ++ domains/tecff_legacy.conf | 4 ++-- domains/tecff_muehldorf.conf | 2 ++ domains/tecff_oberbayern.conf | 2 ++ domains/tecff_passau.conf | 2 ++ 12 files changed, 24 insertions(+), 2 deletions(-) diff --git a/domains/tecff_altdorf_ndb.conf b/domains/tecff_altdorf_ndb.conf index 7254a13..00099e0 100644 --- a/domains/tecff_altdorf_ndb.conf +++ b/domains/tecff_altdorf_ndb.conf @@ -20,6 +20,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_altdorf', @@ -29,6 +30,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_altdorf', diff --git a/domains/tecff_bad_griesbach.conf b/domains/tecff_bad_griesbach.conf index b0af22b..0a54873 100644 --- a/domains/tecff_bad_griesbach.conf +++ b/domains/tecff_bad_griesbach.conf @@ -19,6 +19,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_bad_griesbach', @@ -28,6 +29,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_bad_griesbach', diff --git a/domains/tecff_default.conf b/domains/tecff_default.conf index 0bd430e..6025543 100644 --- a/domains/tecff_default.conf +++ b/domains/tecff_default.conf @@ -19,6 +19,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_default', @@ -28,6 +29,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_default', diff --git a/domains/tecff_dingolfing_landau.conf b/domains/tecff_dingolfing_landau.conf index ea87eb5..9ddadb1 100644 --- a/domains/tecff_dingolfing_landau.conf +++ b/domains/tecff_dingolfing_landau.conf @@ -19,6 +19,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_dingolfing_landau', @@ -28,6 +29,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_dingolfing_landau', diff --git a/domains/tecff_event.conf b/domains/tecff_event.conf index 7f45d39..a68ca4c 100644 --- a/domains/tecff_event.conf +++ b/domains/tecff_event.conf @@ -20,6 +20,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_event', @@ -29,6 +30,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_event', diff --git a/domains/tecff_landshut_innenstadt.conf b/domains/tecff_landshut_innenstadt.conf index 9e361a6..92d9c1e 100644 --- a/domains/tecff_landshut_innenstadt.conf +++ b/domains/tecff_landshut_innenstadt.conf @@ -19,6 +19,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_landshut_innenstadt', @@ -28,6 +29,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_landshut_innenstadt', diff --git a/domains/tecff_landshut_landkreis.conf b/domains/tecff_landshut_landkreis.conf index 9091289..9cf5937 100644 --- a/domains/tecff_landshut_landkreis.conf +++ b/domains/tecff_landshut_landkreis.conf @@ -22,6 +22,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_landshut_landkreis', @@ -31,6 +32,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_landshut_landkreis', diff --git a/domains/tecff_landshut_stadt.conf b/domains/tecff_landshut_stadt.conf index a176c8b..f8cc91a 100644 --- a/domains/tecff_landshut_stadt.conf +++ b/domains/tecff_landshut_stadt.conf @@ -19,6 +19,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_landshut_stadt', @@ -28,6 +29,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_landshut_stadt', diff --git a/domains/tecff_legacy.conf b/domains/tecff_legacy.conf index 8e2e5a2..5d7bb41 100644 --- a/domains/tecff_legacy.conf +++ b/domains/tecff_legacy.conf @@ -18,7 +18,7 @@ wifi24 = { ap = { - ssid = "Freifunk", + ssid = "Freifunk-Legacy", owe_ssid = 'Freifunk_OWE', }, mesh = { @@ -27,7 +27,7 @@ }, wifi5 = { ap = { - ssid = "Freifunk", + ssid = "Freifunk-Legacy", owe_ssid = 'Freifunk_OWE', }, mesh = { diff --git a/domains/tecff_muehldorf.conf b/domains/tecff_muehldorf.conf index 4259fcf..55cb044 100644 --- a/domains/tecff_muehldorf.conf +++ b/domains/tecff_muehldorf.conf @@ -20,6 +20,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_muehldorf', @@ -29,6 +30,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_muehldorf', diff --git a/domains/tecff_oberbayern.conf b/domains/tecff_oberbayern.conf index 238a29b..8f5cac4 100644 --- a/domains/tecff_oberbayern.conf +++ b/domains/tecff_oberbayern.conf @@ -21,6 +21,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_oberbayern', @@ -30,6 +31,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_oberbayern', diff --git a/domains/tecff_passau.conf b/domains/tecff_passau.conf index a839da0..bab8d8d 100644 --- a/domains/tecff_passau.conf +++ b/domains/tecff_passau.conf @@ -25,6 +25,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_passau', @@ -34,6 +35,7 @@ ap = { ssid = "Freifunk", owe_ssid = 'Freifunk_OWE', + owe_transition_mode = true, }, mesh = { id = 'tecff-mesh_passau',