linux设置WIFI-AP为40MHZ带宽150Mbps速率hostapd.confi文件

# This is the default config file for hostapd
#
# See /usr/share/doc/hostapd/README.Debian.gz for information about alternative
# methods of managing hostapd, including non-systemd systems (e.g., without
# network-manager)
#

# The wireless interface to be used
interface=wlan0

# Driver to be used by hostapd
driver=nl80211

# Channel number to be used
channel=6
hw_mode=g

# Set country code
country_code=CN

# Set SSID and security settings
ssid=IPC
wpa_passphrase=123456
wpa=2
wpa_key_mgmt=WPA-PSK
rsn_pairwise=CCMP
max_num_sta=200

# Enable IEEE 802.11N support
ieee80211n=1

# Enable MCS rates that support speeds up to 150 Mbps
ht_capab=[HT40+][SHORT-GI-20][DSSS_CCK-40]

你可能感兴趣的:(Linux,linux,debian,运维)