Prepare configuration changes for 2015.2
This commit is contained in:
parent
4b42b6891a
commit
cc4d3e4f90
2
gluon
2
gluon
|
@ -1 +1 @@
|
||||||
Subproject commit 30677cdc385f44005220ed105619d3a4fa9290ce
|
Subproject commit 4405f39869071ebd28fe5e9988a745534d6b3461
|
32
site.conf
32
site.conf
|
@ -17,20 +17,36 @@
|
||||||
regdom = 'DE',
|
regdom = 'DE',
|
||||||
|
|
||||||
wifi24 = {
|
wifi24 = {
|
||||||
ssid = 'bremen.freifunk.net',
|
|
||||||
channel = 6,
|
channel = 6,
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
mesh_ssid = 'mesh.ffhb.de',
|
ap = {
|
||||||
mesh_bssid = '32:06:1C:1F:B9:E8',
|
ssid = 'bremen.freifunk.net',
|
||||||
mesh_mcast_rate = 6000,
|
},
|
||||||
|
ibss = {
|
||||||
|
ssid = 'adhoc.ffhb.de',
|
||||||
|
bssid = '32:06:1C:1F:B9:E8',
|
||||||
|
mcast_rate = 6000,
|
||||||
|
},
|
||||||
|
mesh = {
|
||||||
|
id = 'mesh.ffhb.de',
|
||||||
|
mcast_rate = 6000,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
wifi5 = {
|
wifi5 = {
|
||||||
ssid = 'bremen.freifunk.net',
|
|
||||||
channel = 44,
|
channel = 44,
|
||||||
htmode = 'HT40+',
|
htmode = 'HT40+',
|
||||||
mesh_ssid = 'mesh.ffhb.de',
|
ap = {
|
||||||
mesh_bssid = '32:06:1C:1F:B9:E8',
|
ssid = 'bremen.freifunk.net',
|
||||||
mesh_mcast_rate = 6000,
|
},
|
||||||
|
ibss = {
|
||||||
|
ssid = 'adhoc.ffhb.de',
|
||||||
|
bssid = '32:06:1C:1F:B9:E8',
|
||||||
|
mcast_rate = 6000,
|
||||||
|
},
|
||||||
|
mesh = {
|
||||||
|
id = 'mesh.ffhb.de',
|
||||||
|
mcast_rate = 6000,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
next_node = {
|
next_node = {
|
||||||
|
|
Loading…
Reference in New Issue