Moved supported rates to site
This commit is contained in:
parent
01d2d1d575
commit
14d58f461f
@ -18,9 +18,6 @@
|
|||||||
wifi24 = {
|
wifi24 = {
|
||||||
channel = 1,
|
channel = 1,
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
-- disable 802.11b support:
|
|
||||||
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
|
|
||||||
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
|
|
||||||
ap = {
|
ap = {
|
||||||
ssid = 'regensburg.freifunk.net',
|
ssid = 'regensburg.freifunk.net',
|
||||||
},
|
},
|
||||||
|
@ -19,9 +19,6 @@
|
|||||||
wifi24 = {
|
wifi24 = {
|
||||||
channel = 1,
|
channel = 1,
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
-- disable 802.11b support:
|
|
||||||
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
|
|
||||||
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
|
|
||||||
ap = {
|
ap = {
|
||||||
ssid = 'test.freifunk.net',
|
ssid = 'test.freifunk.net',
|
||||||
},
|
},
|
||||||
|
@ -18,9 +18,6 @@
|
|||||||
wifi24 = {
|
wifi24 = {
|
||||||
channel = 1,
|
channel = 1,
|
||||||
htmode = 'HT20',
|
htmode = 'HT20',
|
||||||
-- disable 802.11b support:
|
|
||||||
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
|
|
||||||
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
|
|
||||||
ap = {
|
ap = {
|
||||||
ssid = 'regensburg.freifunk.net',
|
ssid = 'regensburg.freifunk.net',
|
||||||
},
|
},
|
||||||
|
@ -18,6 +18,12 @@
|
|||||||
|
|
||||||
regdom = 'DE',
|
regdom = 'DE',
|
||||||
|
|
||||||
|
wifi24 = {
|
||||||
|
-- disable 802.11b support:
|
||||||
|
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
|
||||||
|
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
|
||||||
|
}
|
||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
mtu = 1426,
|
mtu = 1426,
|
||||||
fastd = {
|
fastd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user