Add 802.11s mesh interface
This commit is contained in:
parent
e06b25f7eb
commit
ebc2a63907
1 changed files with 25 additions and 9 deletions
32
site.conf
32
site.conf
|
@ -12,21 +12,37 @@
|
||||||
regdom = 'DE',
|
regdom = 'DE',
|
||||||
|
|
||||||
wifi24 = {
|
wifi24 = {
|
||||||
ssid = 'hamburg.freifunk.net',
|
|
||||||
channel = 1,
|
channel = 1,
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
mesh_ssid = 'f8:d1:11:87:52:2e',
|
ap = {
|
||||||
mesh_bssid = 'f8:d1:11:87:52:2e',
|
ssid = 'hamburg.freifunk.net',
|
||||||
mesh_mcast_rate = 12000,
|
},
|
||||||
|
ibss = {
|
||||||
|
ssid = 'f8:d1:11:87:52:2e',
|
||||||
|
bssid = 'f8:d1:11:87:52:2e',
|
||||||
|
mcast_rate = 12000,
|
||||||
|
},
|
||||||
|
mesh = {
|
||||||
|
id = 'ffhh-mesh',
|
||||||
|
mcast_rate = 12000,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
wifi5 = {
|
wifi5 = {
|
||||||
ssid = 'hamburg.freifunk.net',
|
|
||||||
channel = 44,
|
channel = 44,
|
||||||
htmode = 'HT40+',
|
htmode = 'HT40+',
|
||||||
mesh_ssid = 'f8:d1:11:87:52:2e',
|
ap = {
|
||||||
mesh_bssid = 'f8:d1:11:87:52:2e',
|
ssid = 'hamburg.freifunk.net',
|
||||||
mesh_mcast_rate = 12000,
|
},
|
||||||
|
ibss = {
|
||||||
|
ssid = 'f8:d1:11:87:52:2e',
|
||||||
|
bssid = 'f8:d1:11:87:52:2e',
|
||||||
|
mcast_rate = 12000,
|
||||||
|
},
|
||||||
|
mesh = {
|
||||||
|
id = 'ffhh-mesh',
|
||||||
|
mcast_rate = 12000,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
next_node = {
|
next_node = {
|
||||||
|
|
Loading…
Reference in a new issue