Add 802.11s mesh interface

This commit is contained in:
bdobe 2015-08-07 22:22:56 +02:00
parent e06b25f7eb
commit ebc2a63907

View file

@ -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 = {