FTM启用wifi

检查/sys/module/qca****/parameters/con_mode节点内容为5
启动ftmdaemon程序,分发diag指令到固件

adb root
adb remount
adb shell ifconfig wlan0 up
adb shell "echo 5> /sys/module/qca****/parameters/con_mode"
adb shell ftmdaemon -n -dd

猜你喜欢

转载自blog.csdn.net/htt789/article/details/129738221