From 70c73efda0270ee76fa2ea9fb6ed12c255d01678 Mon Sep 17 00:00:00 2001 From: garywill Date: Sun, 5 Jul 2026 10:38:52 +0800 Subject: [PATCH] version 0.8.2 --- README.md | 9 +++++---- lnxrouter | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9484709..5491277 100644 --- a/README.md +++ b/README.md @@ -375,10 +375,11 @@ Options: (example: US) --freq-band Set frequency band: 2.4 or 5 (default: 2.4) --driver Choose your WiFi adapter driver (default: nl80211) - -w '2' for WPA2, '1' for WPA, '1+2' for both - (default: 2) - --psk Use 64 hex digits pre-shared-key instead of - passphrase + -w WPA version indicator, can be '2', '3', '1', '3+2', + '3+2+1', '2+1'. Requires '-p'. (default: '2') + (Note WPA1 is legacy and unsafe) + --psk Use 64 hex digits pre-shared-key. Value of '-p' + should be hex string instead of password --mac-filter Enable WiFi hotspot MAC address filtering --mac-filter-accept Location of WiFi hotspot MAC address filter list (defaults to /etc/hostapd/hostapd.accept) diff --git a/lnxrouter b/lnxrouter index 96c6852..ac84036 100755 --- a/lnxrouter +++ b/lnxrouter @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.8.2-unstable1 +VERSION=0.8.2 PROGNAME="$(basename "$0")" export LC_ALL=C