From bbb70b99ba119d3b436f24a8b9b10925d11b8dbe Mon Sep 17 00:00:00 2001 From: garywill Date: Sun, 17 Aug 2025 10:32:48 +0800 Subject: [PATCH] update wifi options description --- lnxrouter | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lnxrouter b/lnxrouter index 5cbcbb7..e1340ff 100755 --- a/lnxrouter +++ b/lnxrouter @@ -103,18 +103,18 @@ Options: --isolate-clients Disable wifi communication between clients --sta-timeout Timeout to disconnect a no-signal client --no-haveged Do not run haveged automatically when needed - --hs20 (ß) Enable Hotspot 2.0 + --hs20 Enable Hotspot 2.0 WiFi 4 (802.11n) configs: --wifi4 Enable IEEE 802.11n (HT) --req-ht Require station HT (High Throughput) mode - --ht-capab HT capabilities (default: [HT40+]) + --ht-capab HT capabilities (example: '[HT40+][HT40-]') + (default: '[HT40+]') WiFi 5 (802.11ac) configs: --wifi5 Enable IEEE 802.11ac (VHT) --req-vht Require station VHT (Very High Thoughtput) mode - --vht-capab VHT capabilities - + --vht-capab VHT capabilities (example: '[VHT160][RXLDPC]') --vht-ch-width Index of VHT channel width: 0 for 20MHz or 40MHz (default) 1 for 80MHz @@ -126,7 +126,7 @@ Options: (second 80MHz) segment. Use with '--vht-ch-width 3' WiFi 6 (802.11ax) configs: - --wifi6 (ß) Enable IEEE 802.11ax (HE) + --wifi6 Enable IEEE 802.11ax (HE) --req-he Require station HE (High Efficiency) mode --he-ch-width Index of HE channel width: @@ -138,13 +138,13 @@ Options: segment. Use with '--he-ch-width' --he-seg1-ch Channel index of HE center frequency for secondary (second 80MHz) segment. Use with '--he-ch-width 3' - --he-su-bfe (beta) Enable HE Single User Beamformee support - --he-su-bfr (beta) Enable HE Single User Beamformer support - --he-mu-bfr (beta) Enable HE Multi User Beamformer support - --p2ptwt (beta) (ß) Enable Peer to Peer Target Wake Time - - (ß): Requires hostapd built with specific build flags enabled + --he-su-bfe HE Single User Beamformee support + --he-su-bfr HE Single User Beamformer support + --he-mu-bfr HE Multi User Beamformer support + --p2ptwt Peer-to-Peer Target Wake Time support + Note: Some cutting-edge Wifi features strongly depends on hostapd built + with specific flags enabled and compatible hardware Instance managing: --daemon Run in background