collect-wireless-mac: support new wifi package

This commit is contained in:
Christian Hesse 2023-11-14 10:29:42 +01:00
parent cf4f0c5c93
commit d598b2d70e
3 changed files with 107 additions and 4 deletions

View file

@ -22,11 +22,16 @@ and modify it to your needs.
Requirements and installation
-----------------------------
Depending on whether you use `wifiwave2` package (`/interface/wifiwave2`)
or legacy wifi with CAPsMAN (`/caps-man`) or local wireless interface
(`/interface/wireless`) you need to install a different script.
Depending on whether you use `wifi` package (`/interface/wifi`), `wifiwave2`
package (`/interface/wifiwave2`), legacy wifi with CAPsMAN (`/caps-man`)
or local wireless interface (`/interface/wireless`) you need to install a
different script.
For `wifiwave2`:
For `wifi` (RouterOS 7.13 and later):
$ScriptInstallUpdate collect-wireless-mac.wifi;
For `wifiwave2` (up to RouterOS 7.12):
$ScriptInstallUpdate collect-wireless-mac.wifiwave2;