ZHCU913A September 2020 – October 2020 WL1801MOD , WL1805MOD , WL1807MOD , WL1831 , WL1831MOD , WL1835MOD , WL1837MOD
通过编辑 /usr/share/wl18xx/hostapd.conf 中的 hostapd.conf 文件,配置 AP。这个文件中提供了一些选项,可用于更改 SSID、安全性以及文件中所示的其他高级功能。下面列出了要考虑的重要参数:
# SSID to be used in IEEE 802.11 management frames
ssid=xyzabc
# Channel number (IEEE 802.11)
channel=6
# ieee80211n: Whether IEEE 802.11n (HT) is enabled
# 0 = disabled (default)
# 1 = enabled
# Note: You will also need to enable WMM for full HT functionality.
ieee80211n=1
# ht_capab: HT capabilities (list of flags)
ht_capab=[SHORT-GI-20][GF][HT]
##### WPA/IEEE 802.11i configuration ##########################################
wpa=2
wpa_passphrase=wilink80
# Set of accepted key management algorithms (WPA-PSK, WPA-EAP, or both).The
# entries are separated with a space.WPA-PSK-SHA256 and WPA-EAP-SHA256 can be
# added to enable SHA256-based stronger algorithms.
# (dot11RSNAConfigAuthenticationSuitesTable)
wpa_key_mgmt=WPA-PSK
# Operation mode (a = IEEE 802.11a, b = IEEE 802.11b, g = IEEE 802.11g,
# Default: IEEE 802.11b
hw_mode=g
# Pairwise cipher for WPA (v1) (default: TKIP)
wpa_pairwise=TKIP CCMP
# Pairwise cipher for RSN/WPA2 (default: use wpa_pairwise value)
rsn_pairwise=CCMP