出现如下问题打不开wifi热点怎么解决
D/SoftapController( 2323): Softap fwReload - Ok
D/SoftapController( 2323): SoftAP started successfully
E/hostapd ( 3271): Configuration file: /data/misc/wifi/hostapd.conf
I/hostapd ( 3271): rfkill: Cannot open RFKILL control device
E/hostapd ( 3271): nl80211: FaileADDRCONF(NETDEV_UP): wlan0: link is not readyd to set interface wlan0 into AP mode
楼主你好,关于你帖中的测试和应用,我这边没有测试过。我们官网提供的BSP中支持的功能,你可以在文档
我这边也帮你确认一下。请耐心等待哈~~
出现如下问题打不开wifi热点怎么解决
D/SoftapController( 2323): Softap fwReload - Ok
D/SoftapController( 2323): SoftAP started successfully
E/hostapd ( 3271): Configuration file: /data/misc/wifi/hostapd.conf
I/hostapd ( 3271): rfkill: Cannot open RFKILL control device
E/hostapd ( 3271): nl80211: FaileADDRCONF(NETDEV_UP): wlan0: link is not readyd to set interface wlan0 into AP mode
现在出现下面的错误:
E/hostapd ( 3596): nl80211_register_beacons: ***********************
E/hostapd ( 3596): nl80211_register_beacons: ***********1************
E/hostapd ( 3596): nl80211_register_beacons: ***********2************
E/hostapd ( 3596): send_and_recv: ***********************
E/hostapd ( 3596): send_and_recv: ************1***********
E/hostapd ( 3596): send_and_recv: *************2******28****
E/hostapd ( 3596): send_and_recv: *************21******1****
E/hostapd ( 3596): send_and_recv: *************22******1****
E/hostapd ( 3596): send_and_recv: *************23******1****
E/hostapd ( 3596): send_and_recv: *************24******1****
E/hostapd ( 3596): send_and_recv: ***********3*********1****
E/hostapd ( 3596): send_and_recv: ***********31*********1****
E/hostapd ( 3596): send_and_recv: ***********32*********-95****
E/hostapd ( 3596): send_and_recv: ************4*******-95****
E/hostapd ( 3596): send_and_recv: *************5****-95******
E/hostapd ( 3596): !!!!!!!!!!!!!!!!!nl80211: Register beacons command failed: ret=-95 (Operation not supported on transport endpoint)
E/hostapd ( 3596): nl80211_register_beacons: ************4***********
E/hostapd ( 3596): nl80211_mgmt_subscribe_ap: =============5==========
E/hostapd ( 3596): nl80211: Failed to set interface wlan0 into AP mode
D/CommandListener( 2324): Setting iface cfg
send_and_recv中调用:
while (err > 0){
nl_recvmsgs(nl_handle, cb);
}
这个的时候就会出上面的错误了。
这个和什么有关系。需要改什么呢?
if (nl80211_register_beacons(bss->drv, w)) {
nl_destroy_handles(&w->nl_beacons);
os_free(w);
return NULL;
}
这段程序是干什么的。
错误就是出自这里。
我屏蔽有问题吗?
一周热门 更多>