mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
doc/hotspot-to-wpa: fix property name
This commit is contained in:
@@ -90,9 +90,9 @@ Additional information is not available, including the password.
|
|||||||
Additionally templates can be created to give more options for access list:
|
Additionally templates can be created to give more options for access list:
|
||||||
|
|
||||||
* `action`: set to `reject` to ignore logins on that hotspot
|
* `action`: set to `reject` to ignore logins on that hotspot
|
||||||
* `private-passphrase`: do **not** use passphrase from hotspot's user
|
* `passphrase` or `private-passphrase`: do **not** use passphrase from
|
||||||
credentials, but given one - or unset (use default passphrase) with
|
hotspot's user credentials, but given one - or unset (use default
|
||||||
special word `ignore`
|
passphrase) with special word `ignore`
|
||||||
* `ssid-regexp`: set a different SSID regular expression to match
|
* `ssid-regexp`: set a different SSID regular expression to match
|
||||||
* `vlan-id`: connect device to specific VLAN
|
* `vlan-id`: connect device to specific VLAN
|
||||||
* `vlan-mode`: set the VLAN mode for device
|
* `vlan-mode`: set the VLAN mode for device
|
||||||
@@ -100,11 +100,11 @@ Additionally templates can be created to give more options for access list:
|
|||||||
For a hotspot called `example` the template could look like this. For
|
For a hotspot called `example` the template could look like this. For
|
||||||
`wifi` (RouterOS 7.13 and later):
|
`wifi` (RouterOS 7.13 and later):
|
||||||
|
|
||||||
/interface/wifi/access-list/add comment="hotspot-to-wpa template example" disabled=yes private-passphrase="ignore" ssid-regexp="^example\$" vlan-id=10;
|
/interface/wifi/access-list/add comment="hotspot-to-wpa template example" disabled=yes passphrase="ignore" ssid-regexp="^example\$" vlan-id=10;
|
||||||
|
|
||||||
For `wifiwave2` (up to RouterOS 7.12):
|
For `wifiwave2` (up to RouterOS 7.12):
|
||||||
|
|
||||||
/interface/wifiwave2/access-list/add comment="hotspot-to-wpa template example" disabled=yes private-passphrase="ignore" ssid-regexp="^example\$" vlan-id=10;
|
/interface/wifiwave2/access-list/add comment="hotspot-to-wpa template example" disabled=yes passphrase="ignore" ssid-regexp="^example\$" vlan-id=10;
|
||||||
|
|
||||||
For legacy CAPsMAN:
|
For legacy CAPsMAN:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user