我想直接在我的目标上设置WiFi。
iw list
Supported interface modes:
* IBSS
* managed
* AP
Band 1:
Band 2:
software interface modes (can always be added):
valid interface combinations:
* #{ IBSS, managed, AP, P2P-client, P2P-GO } <= 4,
total <= 4, #channels <= 2, STA/AP BI must match
看看上面的输出我有以下疑问:
我尝试了特定链接中提到的步骤
但是当我在p2p_find
终端下运行wpa_cli
时每次返回FAIL
请指导我出错的地方以及如何在我的目标中直接设置和配置WiFi。
提前致谢。
答案 0 :(得分:1)
在安装的驱动程序中禁用了Wi-Fi Direct功能,因此我无法将设备配置为直接连接Wi-Fi。
为了回答我的问题,这是在驱动程序模块中启用Wi-Fi直接位后iw list
的输出。
Supported interface modes:
* IBSS
* managed
* AP
* P2P client
* P2P Go
Band 1:
Band 2:
software interface modes (can always be added):
valid interface combinations:
* #{ IBSS, managed, AP, P2P-client, P2P-GO } <= 4,
total <= 4, #channels <= 2, STA/AP BI must match
什么是软件界面模式(可以配置为WiFi Direct)?
软件界面模式建议驱动程序支持不同的接口模式,但目前可能都没有启用。
所有启用的界面都列在支持的界面模式下