Add ffhl wifi config
This commit is contained in:
parent
b24b6fac79
commit
363a98ece3
1 changed files with 14 additions and 0 deletions
14
site.pl
Normal file
14
site.pl
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
wifi24 => {
|
||||||
|
ssid => 'luebeck.freifunk.net',
|
||||||
|
channel => 1,
|
||||||
|
mesh_ssid => => '02:d1:11:37:fc:38',
|
||||||
|
mesh_bssid => => '02:d1:11:37:fc:38',
|
||||||
|
},
|
||||||
|
wifi5 => {
|
||||||
|
ESSID => 'luebeck.freifunk.net (5GHz)',
|
||||||
|
channel => 44,
|
||||||
|
mesh_ssid => => '02:d1:11:37:fc:38',
|
||||||
|
mesh_bssid => => '02:d1:11:37:fc:38',
|
||||||
|
},
|
||||||
|
};
|
Loading…
Reference in a new issue