-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for WifiWave2. #226
Support for WifiWave2. #226
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and the docs are now incorporated into |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
==========================================
+ Coverage 82.92% 82.97% +0.04%
==========================================
Files 32 32
Lines 4046 4046
Branches 871 871
==========================================
+ Hits 3355 3357 +2
Misses 506 506
+ Partials 185 183 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hmm, I know to little about that endpoint (and don't have enough time right now to read into it) to be able to answer your question, but I guess this needs some more thought. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for not writing back earlier. I've been able to ask @derdeagle for some feedback on this. His suggestions was to version it (see my comment below), and to potentially also implement more related paths (interface wifiwave2 access-list
, interface wifiwave2 provisioning
, interface wifiwave2 capsman
, interface wifiwave2 cap
) - but that could also happen later (i.e. outside this PR).
Added configuration profiles to configure Mikrotik APs which have only WifiWave2 package.
1. Sorted lexicographically new entries 2. Added versioning
According to the documentation, new RouterOS version uses another package.
e20323a
to
6037553
Compare
@ytimenkov thanks a lot for your contribution! And sorry this took so long... |
Added configuration profiles to configure Mikrotik APs which have only WifiWave2 package.
SUMMARY
New Access Points like capAX don't have support for the previous "wireless" module and shipped only with WifiWave 2.
This Pull Requests adds some settings to enable configuring such APs with ansible.
ADDITIONAL INFORMATION
Documentation and parameters can be found in the Mikrotiks wiki: https://help.mikrotik.com/docs/display/ROS/WifiWave2
Current settings are more profile-based. I.e. the expectation is to create (say) channel profile and then use it further.
However Mikrotik allows specifying all options "in-place" or override ones coming from profile:
vs
The latter is not implemented, but I can add it if required.