mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Support for WifiWave2. (#226)
* Support for WifiWave2. Added configuration profiles to configure Mikrotik APs which have only WifiWave2 package. * Addressed review comments 1. Sorted lexicographically new entries 2. Added versioning * Added few related paths * Fixed typos * Lowered min version * Added wifiwave2 interfaces * Added upper version limit to WifiWave2 According to the documentation, new RouterOS version uses another package. * Addressed review comments
This commit is contained in:
parent
482e5b2b7e
commit
c5e51f9a93
4 changed files with 326 additions and 2 deletions
|
@ -78,6 +78,18 @@ options:
|
|||
- interface sstp-server server
|
||||
- interface vlan
|
||||
- interface vrrp
|
||||
- interface wifiwave2
|
||||
- interface wifiwave2 aaa
|
||||
- interface wifiwave2 access-list
|
||||
- interface wifiwave2 cap
|
||||
- interface wifiwave2 capsman
|
||||
- interface wifiwave2 channel
|
||||
- interface wifiwave2 configuration
|
||||
- interface wifiwave2 datapath
|
||||
- interface wifiwave2 interworking
|
||||
- interface wifiwave2 provisioning
|
||||
- interface wifiwave2 security
|
||||
- interface wifiwave2 steering
|
||||
- interface wireguard
|
||||
- interface wireguard peers
|
||||
- interface wireless
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue