diff --git a/site.conf b/site.conf index 691427b31891084f6ba652883b912fc2e3d89813..b2c7659274404950774f46a4ceed9a477f80c713 100644 --- a/site.conf +++ b/site.conf @@ -22,15 +22,15 @@ supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, basic_rate = {6000, 9000, 18000, 36000, 54000}, ap = { - ssid = 'nordwest.freifunk.net', + ssid = 'testing.nordwest.freifunk.net', }, ibss = { - ssid = 'mesh.ffnw', - bssid = '02:CA:FF:EE:BA:BF', + ssid = 'testing.mesh.ffnw', + bssid = '02:CA:FF:EE:BA:BE', mcast_rate = 12000, }, -- mesh = { --- id = 'ffnw-mesh_', +-- id = 't-ffnw-mesh_', -- mcast_rate = 12000, -- disabled = true, -- }, @@ -38,15 +38,15 @@ wifi5 = { channel = 44, ap = { - ssid = 'nordwest.freifunk.net', + ssid = 'testing.nordwest.freifunk.net', }, ibss = { - ssid = 'mesh.ffnw', - bssid = '02:CA:FF:EE:BA:BF', + ssid = 'testing.mesh.ffnw', + bssid = '02:CA:FF:EE:BA:BE', mcast_rate = 12000, }, -- mesh = { --- id = 'ffnw-mesh_', +-- id = 't-ffnw-mesh_', -- mcast_rate = 12000, -- disabled = true, -- },