【WCN685X】WCN685X sigma工具使用说明

环境说明

下载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博客icon-default.png?t=M4ADhttps://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博客icon-default.png?t=M4ADhttps://blog.csdn.net/wgl307293845/article/details/125327127?spm=1001.2014.3001.5501【SDX62】WCN685X WiFi WPA3R3认证SAE-4.6.1测试失败问题解决方案_wellnw的博客-CSDN博客icon-default.png?t=M4ADhttps://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博客icon-default.png?t=M4ADhttps://blog.csdn.net/wgl307293845/article/details/125328284?spm=1001.2014.3001.5501

猜你喜欢

转载自blog.csdn.net/wgl307293845/article/details/125326818
今日推荐