Skip to content
Snippets Groups Projects
Commit a56649f5 authored by Gouri Natarajan's avatar Gouri Natarajan Committed by Gouri Natarajan
Browse files

Add changes to script and cat

parent f3062532
No related branches found
No related tags found
No related merge requests found
Pipeline #199210 skipped
...@@ -4,9 +4,9 @@ for int in $interfaces; do ...@@ -4,9 +4,9 @@ for int in $interfaces; do
if [ "$mode" = "sta" ] ; then if [ "$mode" = "sta" ] ; then
sta_int=$(uci get "wireless.${int}.ifname") sta_int=$(uci get "wireless.${int}.ifname")
echo "Get scan status" echo "Get scan status"
ubus call "wpa_cli -i ${sta_int} status" wpa_cli -i ${sta_int} status
echo "Get scan results" echo "Get scan results"
ubus call "wpa_cli -i ${sta_int} scan_res" wpa_cli -i ${sta_int} scan_res
fi fi
done done
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
}, },
{ {
"description": "Get backhaul Info", "description": "Get backhaul Info",
"cmd": "/var/run/multiap/multiap.backhaul" "cmd": "cat /var/run/multiap/multiap.backhaul"
}, },
{ {
"description": "List Wireless Devices", "description": "List Wireless Devices",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment