commit | 3c309005b0a90cdd1ee4b4af59a94b513fe66d16 | [log] [tgz] |
---|---|---|
author | you.chen <you.chen@mobiletek.cn> | Wed Apr 26 10:00:06 2023 +0800 |
committer | you.chen <you.chen@mobiletek.cn> | Wed Apr 26 10:00:06 2023 +0800 |
tree | 750aa6fc02a9edb115d93c2b6ed6d9b1efcd4591 | |
parent | 6effee0b3d1a6b23bc81dfe6372900e872b7eb02 [diff] [blame] |
[Feature][T8TSK-202][wifi] modify start scirpts Change-Id: I886ed9cd2600cd7929624c0e03ecc5b37b80e82f
diff --git a/src/lynq/lib/liblynq-wifi6/scripts/start_wg870_service.sh b/src/lynq/lib/liblynq-wifi6/scripts/start_wg870_service.sh index 18e3d57..fae9b34 100755 --- a/src/lynq/lib/liblynq-wifi6/scripts/start_wg870_service.sh +++ b/src/lynq/lib/liblynq-wifi6/scripts/start_wg870_service.sh
@@ -39,6 +39,7 @@ if [ "$state" != "OK" ]; then exit 2 fi + wpa_cli -iwpa_wlan0_cmd -p/var/run/ IFNAME=wlan0 disconnect fi state=`wpa_cli -iwpa_wlan0_cmd -p/var/run/ interface | grep -vE "Available|p2p-dev" | grep ap0`