version 0.8.2

This commit is contained in:
garywill
2026-07-05 10:38:52 +08:00
parent bd0e505ee7
commit 70c73efda0
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -375,10 +375,11 @@ Options:
(example: US)
--freq-band <GHz> Set frequency band: 2.4 or 5 (default: 2.4)
--driver Choose your WiFi adapter driver (default: nl80211)
-w <WPA version> '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> 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)
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.8.2-unstable1
VERSION=0.8.2
PROGNAME="$(basename "$0")"
export LC_ALL=C