Thread 中讨论的其他器件: CC3351
工具/软件:
尊敬的专家:
我看到 CC33xx WLAN 特性指南修订版 B (SWRU616B)术语表中提到的 ACS、但通过搜索、并未明确 CC3300在带有 hostapd 的 Linux 主机上是否支持它。 我想我会在这里回答一个简短的问题。
如果我们使用 CONFIG_ACS 重新编译 hostapd、CC3300是否支持自动通道选择作为接入点?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:
尊敬的专家:
我看到 CC33xx WLAN 特性指南修订版 B (SWRU616B)术语表中提到的 ACS、但通过搜索、并未明确 CC3300在带有 hostapd 的 Linux 主机上是否支持它。 我想我会在这里回答一个简短的问题。
如果我们使用 CONFIG_ACS 重新编译 hostapd、CC3300是否支持自动通道选择作为接入点?
Sabeeh,
我有人看了看。 ACS 启动和失败。
缺少信息:SDK 10.0.7.4
hostapd stdout 日志
sh-5.2# hostapd /tmp/hostapd.conf ACS: Automatic channel selection started, this may take a bit wlan0: interface state UNINITIALIZED->ACS wlan0: ACS-STARTED ACS: Unable to collect survey data ACS: All study options have failed Interface initialization failed wlan0: interface state ACS->DISABLED wlan0: AP-DISABLED ACS: Possibly channel configuration is invalid, please report this along with your config file. ACS: Failed to start wlan0: AP-DISABLED hostapd_free_hapd_data: Interface wlan0 wasn't started nl80211: deinit ifname=wlan0 disabled_11b_rates=0 wlan0: interface state DISABLED->DISABLED wlan0: interface state DISABLED->DISABLED wlan0: AP-DISABLED wlan0: CTRL-EVENT-TERMINATING hostapd_free_hapd_data: Interface wlan0 wasn't started
示例、minimal hostapd.conf、
interface=wlan0 ssid=FOOBAR_SSID hw_mode=g channel=0 auth_algs=1 # don't advertise the SSID #ignore_broadcast_ssid=1 wmm_enabled=1 ieee80211n=1 wpa=2 wpa_key_mgmt=WPA-PSK wpa_pairwise=CCMP rsn_pairwise=CCMP wpa_passphrase=test_pw_1234 #wpa_psk=
从 wireless.kernel.org 文档中不清楚可能缺少哪些其他配置。 建议、如果需要从较新的 SDK 中获取某些资源、我们可以这样做。