forked from remote/site-ffmuc
site.conf: 802.11s support & new wifi config format
This commit is contained in:
32
site.conf
32
site.conf
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user