Add some more configuration knobs for the wifi
This commit is contained in:
parent
1a50332201
commit
7577b7c795
1 changed files with 4 additions and 0 deletions
|
@ -5,12 +5,15 @@
|
||||||
prefix4 => '10.130.0.0/20',
|
prefix4 => '10.130.0.0/20',
|
||||||
prefix6 => 'fdef:ffc0:3dd7::/64',
|
prefix6 => 'fdef:ffc0:3dd7::/64',
|
||||||
|
|
||||||
|
regdom => 'DE',
|
||||||
|
|
||||||
wifi24 => {
|
wifi24 => {
|
||||||
ssid => 'luebeck.freifunk.net',
|
ssid => 'luebeck.freifunk.net',
|
||||||
channel => 1,
|
channel => 1,
|
||||||
htmode => 'HT40+',
|
htmode => 'HT40+',
|
||||||
mesh_ssid => '02:d1:11:37:fc:38',
|
mesh_ssid => '02:d1:11:37:fc:38',
|
||||||
mesh_bssid => '02:d1:11:37:fc:38',
|
mesh_bssid => '02:d1:11:37:fc:38',
|
||||||
|
mesh_mcast_rate => 12000,
|
||||||
},
|
},
|
||||||
wifi5 => {
|
wifi5 => {
|
||||||
ssid => 'luebeck.freifunk.net (5GHz)',
|
ssid => 'luebeck.freifunk.net (5GHz)',
|
||||||
|
@ -18,6 +21,7 @@
|
||||||
htmode => 'HT40+',
|
htmode => 'HT40+',
|
||||||
mesh_ssid => '02:d1:11:37:fc:38',
|
mesh_ssid => '02:d1:11:37:fc:38',
|
||||||
mesh_bssid => '02:d1:11:37:fc:38',
|
mesh_bssid => '02:d1:11:37:fc:38',
|
||||||
|
mesh_mcast_rate => 12000,
|
||||||
},
|
},
|
||||||
|
|
||||||
next_node => {
|
next_node => {
|
||||||
|
|
Loading…
Reference in a new issue