documentation updates

This commit is contained in:
morrownr 2021-11-05 07:59:56 -05:00
parent 446a7e573d
commit 0403d70a6a
2 changed files with 25 additions and 2 deletions

View File

@ -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]
#
# -----

View File

@ -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.