如何检查设备具有WiFi Direct功能

时间:2016-08-22 14:41:20

标签: wifi-direct wifip2p wificonfiguration wpa-supplicant

我想直接在我的目标上设置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

看看上面的输出我有以下疑问:

  1. 如何确认我的设备是否支持WiFi直接功能。
  2. 什么是软件界面模式(可以将它们配置为WiFi Direct)
  3. 我尝试了特定链接中提到的步骤

    http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_NLCP_WiFi_Direct_Configuration_Scripts#P2P_usecases

    但是当我在p2p_find终端下运行wpa_cli时每次返回FAIL

    请指导我出错的地方以及如何在我的目标中直接设置和配置WiFi。

    提前致谢。

1 个答案:

答案 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)?

软件界面模式建议驱动程序支持不同的接口模式,但目前可能都没有启用。

所有启用的界面都列在支持的界面模式下