aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-01-18 10:04:24 +0100
committerGravatar Christian Hesse <mail@eworm.de>2024-01-18 10:05:29 +0100
commit306269f9191415b6e7fe83029d671613145f5f13 (patch)
tree28ed06418b492ba6cd244e9237cb105a8735d165
parentabd1edcdc34d6c243b00ecc5f9da7a5848190f20 (diff)
doc/hotspot-to-wpa: reference as WPA only...
... as this works with WPA3 as well. 😜
-rw-r--r--README.md2
-rw-r--r--doc/hotspot-to-wpa.md12
-rw-r--r--doc/lease-script.md2
3 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3f597d5..db1138b 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ Available scripts
* [Download, import and update firewall address-lists](doc/fw-addr-lists.md)
* [Wait for global functions und modules](doc/global-wait.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)
* [Update configuration on IPv6 prefix change](doc/ipv6-update.md)
* [Manage IP addresses with bridge status](doc/ip-addr-bridge.md)
diff --git a/doc/hotspot-to-wpa.md b/doc/hotspot-to-wpa.md
index 06b1e87..c35bef7 100644
--- a/doc/hotspot-to-wpa.md
+++ b/doc/hotspot-to-wpa.md
@@ -1,5 +1,5 @@
-Use WPA2 network with hotspot credentials
-=========================================
+Use WPA network with hotspot credentials
+========================================
[⬅️ Go back to main README](../README.md)
@@ -10,13 +10,13 @@ Description
-----------
RouterOS supports an unlimited number of MAC address specific passphrases
-for WPA2 encrypted wifi networks via access list. The idea of this script
-is to transfer hotspot credentials to MAC address specific WPA2 passphrase.
+for WPA encrypted wifi networks via access list. The idea of this script
+is to transfer hotspot credentials to MAC address specific WPA passphrase.
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`".
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
-(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.
See also
diff --git a/doc/lease-script.md b/doc/lease-script.md
index 55928fc..c4ff20e 100644
--- a/doc/lease-script.md
+++ b/doc/lease-script.md
@@ -40,7 +40,7 @@ See also
* [Collect MAC addresses in wireless access list](collect-wireless-mac.md)
* [Comment DHCP leases with info from access list](dhcp-lease-comment.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)