On 05/27/2018 12:25 PM, Julius Berger wrote:
That is working. If i add another block in radio0 like
this:
list modes 'ap2name'
option ap_ssid 'thirdSSID'
option ap_key 'mypassword'
option ap_encryption 'psk2'
I'am getting an error on the command line:
/usr/lib/lua/lime/wireless.lua:117: module 'lime.mode.ap2name' not
found: ...
Does some of you has an example of adding more SSID's via the
"lime-config-system" for me?
Hi!
We currently support just the roaming AP (the normal one) and the
non-roaming AP (apname)...
Do you really really really need three APs?
If you really really really need three of them, maybe a possible way is
to copy the
/usr/lib/lua/lime/mode/apname.lua
file to
/usr/lib/lua/lime/mode/ap2name.lua
and to add the ",ap2name=true" string it to this line
wireless.availableModes = { adhoc=true, ap=true, apname=true,
ieee80211s=true }
in
/usr/lib/lua/lime/wireless.lua
I did **not** test if this works.
Ciao,
Ilario