概述
环境说明
下载socat
ubuntu系统
apt-get install socat
windows系统
http://blog.gentilkiwi.com/downloads/socat-1.7.2.1.zip
or
http://blog.gentilkiwi.com/downloads/socat-2.0.0-b5.zip
Windows adb下载
How to Install ADB on Windows, macOS, and Linux (xda-developers.com)
WCN685X固件说明
设备固件需要支持iwpriv指令及sigma_dut
启动sigma_dut操作说明
Windows cmd命令行操作
adb root
adb remount
adb forward tcp:9002 tcp:9000
Windows下cmd启动socat
socat TCP4-LISTEN:9000,fork TCP4:localhost:9002
WCN685X设备配置说明
adb shell killall hostapd
adb shell rmmod wlan
adb shell modprobe wlan
WiFI STA模式启动指令
adb shell ifconfig wlan0 192.165.1.253 netmask 255.255.0.0.
adb shell wpa_supplicant -Dnl80211 -i wlan0 -c /etc/sta.conf
adb shell ./usr/sbin/sigma_dut -d -w /var/run/wpa_supplicant/ -p 9000
-M wlan0 -S wlan0 -T 1470 -C /data/ -H /etc/hostapdLog -c WCN
WiFi AP设备启动指令
adb shell ./usr/sbin/sigma_dut -c LINUX-WCN -dd -w /var/run/hostapd/
-e /etc/entropy_file -H /etc/hostapdLog -T 1470 -M wlan0 -S wlan0 -i
192.165.1.253 -k 255.255.0.0
【SDX62】WCN685X WiFi WPA3R3认证SAE-4.2.3.2测试失败问题解决方案_wellnw的博客-CSDN博客https://blog.csdn.net/wgl307293845/article/details/125329597?spm=1001.2014.3001.5501【WCN685X】WiFi联盟测试WiFi6 HE-4.22.1_2.4G、HE-4.22.1_5G、HE-4.28.1_2.4G、HE-4.28.1_5G失败问题解决方案_wellnw的博客-CSDN博客
https://blog.csdn.net/wgl307293845/article/details/125327127?spm=1001.2014.3001.5501【SDX62】WCN685X WiFi WPA3R3认证SAE-4.6.1测试失败问题解决方案_wellnw的博客-CSDN博客
https://blog.csdn.net/wgl307293845/article/details/125329149?spm=1001.2014.3001.5501【SDX62】WCN685X WiFi WPA3R3认证SAE-4.2.2.4、SAE-4.3、SAE-4.4.1测试失败问题解决方案_wellnw的博客-CSDN博客
https://blog.csdn.net/wgl307293845/article/details/125328284?spm=1001.2014.3001.5501
最后
以上就是大气毛衣为你收集整理的【WCN685X】WCN685X sigma工具使用说明环境说明WCN685X固件说明启动sigma_dut操作说明的全部内容,希望文章能够帮你解决【WCN685X】WCN685X sigma工具使用说明环境说明WCN685X固件说明启动sigma_dut操作说明所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复