From 0403d70a6a0b1c19d4dd7798e5e782cc9bffd4cd Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 5 Nov 2021 07:59:56 -0500 Subject: [PATCH] documentation updates --- 88x2bu.conf | 22 +++++++++++++++++++++- README.md | 5 ++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/88x2bu.conf b/88x2bu.conf index 930e48a..f11ff08 100644 --- a/88x2bu.conf +++ b/88x2bu.conf @@ -75,7 +75,7 @@ options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgn # # DFS Options ( rtw_dfs_region_domain ) # -# 0 = NONE (default) (use this option for managed mode) +# 0 = NONE (default) # 1 = FCC # 2 = MKK # 3 = ETSI @@ -114,3 +114,23 @@ options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgn # $ grep [[:alnum:]] /sys/module/88x2bu/parameters/* # # ----- +# +# hostapd setup information for rtl88x2bu +# +# /etc/modprobe.d/88x2bu.conf +# options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=0 rtw_vht_enable=2 rtw_power_mgnt=1 rtw_beamform_cap=0 rtw_dfs_region_domain=1 rtw_switch_usb_mode=1 +# +# /etc/hostapd/hostapd.conf +# +# hw ht capab: 0x963 +# ht_capab=[LDPC][HT40+][HT40-][SHORT-GI-20][SHORT-GI-40][MAX-AMSDU-7935] +# +# hw vht capab: 0x03c001a2 +# vht_capab=[MAX-MPDU-11454][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][HTC-VHT][MAX-A-MPDU-LEN-EXP7] +# +# ----- + + + + + diff --git a/README.md b/README.md index 9c25479..c09d6ce 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,13 @@ - IEEE 802.11 b/g/n/ac WiFi compliant - 802.1x, WEP, WPA TKIP and WPA2 AES/Mixed mode for PSK and TLS (Radius) +- WPA3 (see note in FAQ) - IEEE 802.11b/g/n/ac Client mode * Supports wireless security for WEP, WPA TKIP and WPA2 AES PSK * Supports site survey scan and manual connect - Power saving modes +- hostapd compatible +- AP mode DFS support - Supported interface modes * IBSS * Managed @@ -29,7 +32,7 @@ - VHT control (allows 80 MHz channel width in AP mode) - SU Beamformee and MU Beamformee control - SU Beamformer control -- DFS Channel support and control for AP mode +- AP mode DFS Channel control - USB mode control ## A FAQ is available at the end of this document.