site.conf: 802.11s support & new wifi config format

This commit is contained in:
Franz Pletz
2015-10-05 11:55:33 +02:00
parent dda8b5b8dc
commit b47a2f68ec

View File

@@ -15,21 +15,37 @@
regdom = 'DE', regdom = 'DE',
wifi24 = { wifi24 = {
ssid = 'muenchen.freifunk.net',
channel = 6, channel = 6,
htmode = 'HT20', htmode = 'HT20',
mesh_ssid = 'mesh.ffmuc', ap = {
mesh_bssid = '02:0E:8E:1E:61:17', ssid = 'muenchen.freifunk.net',
mesh_mcast_rate = 12000, },
mesh = {
id = 'ffmuc-mesh',
mcast_rate = 12000,
},
ibss = {
ssid = 'mesh.ffmuc',
bssid = '02:0E:8E:1E:61:17',
mcast_rate = 12000,
},
}, },
wifi5 = { wifi5 = {
ssid = 'muenchen.freifunk.net',
channel = 44, channel = 44,
htmode = 'HT40+', htmode = 'HT40+',
mesh_ssid = 'mesh.ffmuc', ap = {
mesh_bssid = '02:0E:8E:1E:61:17', ssid = 'muenchen.freifunk.net',
mesh_mcast_rate = 12000, },
mesh = {
id = 'ffmuc-mesh',
mcast_rate = 12000,
},
ibss = {
ssid = 'mesh.ffmuc',
bssid = '02:0E:8E:1E:61:17',
mcast_rate = 12000,
},
}, },
next_node = { next_node = {