旅行时经常开手机热点,很耗电,打算调高 Beacon 时槽来节电。
查了下 hostapd.conf ,里面有一段
# Beacon interval in kus (1.024 ms) (default: 100; range 15..65535)
beacon_int=100
正好是我要的,复制了一份 /data/misc/wifi/hostapd.conf ,加了进去
但之后用相同的 cmdline 启动 hostapd , logcat 输出
07-28 16:32:36.764 17673 17673 I hostapd : rfkill: Cannot open RFKILL control device
07-28 16:32:36.799 17673 17673 E hostapd : nl80211: Could not configure driver mode
07-28 16:32:36.799 17673 17673 I hostapd : nl80211: deinit ifname=wlan0 disabled_11b_rates=0
07-28 16:32:36.803 17673 17673 E hostapd : nl80211 driver initialization failed.
07-28 16:32:36.804 17673 17673 I hostapd : wlan0: interface state UNINITIALIZED->DISABLED
07-28 16:32:36.804 17673 17673 I hostapd : wlan0: AP-DISABLED
换回系统生成的配置也是上面这样,只有在手机设置界面开热点才能正常工作, logcat 输出
07-28 16:32:16.151 17265 17265 I hostapd : rfkill: Cannot open RFKILL control device
07-28 16:32:16.167 17265 17265 E hostapd : Using interface wlan0 with hwaddr 78:f8:82:a4:df:7c and ssid "AndroidAP"
07-28 16:32:16.250 17265 17265 I hostapd : wlan0: interface state UNINITIALIZED->ENABLED
07-28 16:32:16.252 17265 17265 I hostapd : wlan0: AP-ENABLED
不知为什么,从终端里启动就“ Could not configure driver mode ”,无法切到 AP 模式
请教一下原因?启动 hostapd 之前是否要执行其他命令?(已尝试过 ifconfig wlan0 up )是否要加载什么驱动?
系统生成的配置如下
interface=wlan0
driver=nl80211
ctrl_interface=/data/misc/wifi/hostapd
ssid=AndroidAP
channel=1
ieee80211n=1
hw_mode=g
ignore_broadcast_ssid=0
wowlan_triggers=any
wpa=2
rsn_pairwise=CCMP
wpa_psk 略
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.