doc/hotspot-to-wpa: reference as WPA only...

... as this works with WPA3 as well. 😜
This commit is contained in:
Christian Hesse 2024-01-18 10:04:24 +01:00
parent abd1edcdc3
commit 306269f919
3 changed files with 8 additions and 8 deletions

View file

@ -215,7 +215,7 @@ Available scripts
* [Download, import and update firewall address-lists](doc/fw-addr-lists.md) * [Download, import and update firewall address-lists](doc/fw-addr-lists.md)
* [Wait for global functions und modules](doc/global-wait.md) * [Wait for global functions und modules](doc/global-wait.md)
* [Send GPS position to server](doc/gps-track.md) * [Send GPS position to server](doc/gps-track.md)
* [Use WPA2 network with hotspot credentials](doc/hotspot-to-wpa.md) * [Use WPA network with hotspot credentials](doc/hotspot-to-wpa.md)
* [Create DNS records for IPSec peers](doc/ipsec-to-dns.md) * [Create DNS records for IPSec peers](doc/ipsec-to-dns.md)
* [Update configuration on IPv6 prefix change](doc/ipv6-update.md) * [Update configuration on IPv6 prefix change](doc/ipv6-update.md)
* [Manage IP addresses with bridge status](doc/ip-addr-bridge.md) * [Manage IP addresses with bridge status](doc/ip-addr-bridge.md)

View file

@ -1,5 +1,5 @@
Use WPA2 network with hotspot credentials Use WPA network with hotspot credentials
========================================= ========================================
[⬅️ Go back to main README](../README.md) [⬅️ Go back to main README](../README.md)
@ -10,13 +10,13 @@ Description
----------- -----------
RouterOS supports an unlimited number of MAC address specific passphrases RouterOS supports an unlimited number of MAC address specific passphrases
for WPA2 encrypted wifi networks via access list. The idea of this script for WPA encrypted wifi networks via access list. The idea of this script
is to transfer hotspot credentials to MAC address specific WPA2 passphrase. is to transfer hotspot credentials to MAC address specific WPA passphrase.
Requirements and installation Requirements and installation
----------------------------- -----------------------------
You need a properly configured hotspot on one (open) SSID and a WP2 enabled You need a properly configured hotspot on one (open) SSID and a WPA enabled
SSID with suffix "`-wpa`". SSID with suffix "`-wpa`".
Then install the script. Then install the script.
@ -119,7 +119,7 @@ Usage and invocation
-------------------- --------------------
Now let the users connect and login to the hotspot. After that the devices Now let the users connect and login to the hotspot. After that the devices
(identified by MAC address) can connect to the WPA2 network, using the (identified by MAC address) can connect to the WPA network, using the
passphrase from hotspot credentials. passphrase from hotspot credentials.
See also See also

View file

@ -40,7 +40,7 @@ See also
* [Collect MAC addresses in wireless access list](collect-wireless-mac.md) * [Collect MAC addresses in wireless access list](collect-wireless-mac.md)
* [Comment DHCP leases with info from access list](dhcp-lease-comment.md) * [Comment DHCP leases with info from access list](dhcp-lease-comment.md)
* [Create DNS records for DHCP leases](dhcp-to-dns.md) * [Create DNS records for DHCP leases](dhcp-to-dns.md)
* [Use WPA2 network with hotspot credentials](hotspot-to-wpa.md) * [Use WPA network with hotspot credentials](hotspot-to-wpa.md)
--- ---
[⬅️ Go back to main README](../README.md) [⬅️ Go back to main README](../README.md)