工具/软件:Linux
大家好、我们使用的是 hostapd 的 R8.7_SP3版本、似乎无法使其正常工作。 已尝试使用 CHANNEL = 0和 CHANNEL = ACS_SAurvey 进行配置。 似乎 hostapd 尝试启动扫描、但驱动程序未通过调查结果?
wlan0:event scan_results (3) received acs:using survey based algorithm (acs_num_scans=5) nl80211:获取调查数据 wlan0:event survey (46) received No survey data received acs acs:trying survey based acs acs:unable to collect survey data acs acs acs acs acs acs acs:所有检查选项都失败 接口初始化失败 wlan0:interface state ac 通道配置可能无效、请将此情况与配置文件一起报告。 ACS:无法启动
配置文件:
#此文件是自动的
#请勿手动编辑
# AP 使用的接口
接口=wlan0
# g 只是指2.4GHz 频带
HW_MODE=g
要使用的信道#
通道= 0
#将使用的频率限制为该国家/地区允许的频率
ieee80211d=1
#国家/地区代码
country_code=GB
# 802.11n 支持
ieee80211n=1
# QoS 支持
WMM_ENABLED = 1
# AP 的名称
SSID=
# 1=WPA、2=WEP、3=两者
auth_algs=1
仅限# WPA2
WPA = 2
wpa_key_mgmt=WPA-PSK
rsn_pairwise = CCMP
wpa_passphras=
附加了完整的 hostapd 日志文件(带有-dd 选项)
谢谢、