关于WIFI DIRECT功能的

时间:2015-07-03 10:25:26   收藏:0   阅读:192
http://processors.wiki.ti.com/index.php/WiFi_Direct_Configuration_Scripts#p2p_find 
 
 
https://wireless.wiki.kernel.org/en/developers/p2p/howto 
 
wpa_supplicant里面需要配置P2P的.config文件
 
CONFIG_DRIVER_NL80211=y
# optional, depending on libnl version you want to use:
# CONFIG_LIBNL20=y
CONFIG_CTRL_IFACE=y
CONFIG_WPS=y
CONFIG_WPS2=y
CONFIG_P2P=y
CONFIG_AP=y

原文:http://www.cnblogs.com/ioio/p/4617893.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!