On 5/29/21 1:33 PM, amuza wrote:
I have a dual band router. I want the 5GHz radio to do
mesh and AP, and
I want the 2.4GHz to do only AP.
This makes 10000% sense :D
Do I only have to add the following to
/etc/config/lime-node ?
config lime wifi
list modes 'ieee80211s_5ghz'
Hello!
Additionally to that, you'll need also the line:
list modes 'ap_2ghz'
or the lines:
list modes 'ap_2ghz'
list modes 'apname_2ghz'
depending if you also want the secondary AP ("apname", the one without
roaming).
Always refer to lime-example.txt file :)
https://github.com/libremesh/lime-packages/blob/master/packages/lime-docs/f…
Ciao!
Ilario