dumpstate: Fix wifi list of networks dump
Bug: 9056601 Change-Id: Ia0adb67afdf3d478033d0ee34bbb95e621e2fe51 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
d2cf8c2f07
commit
1d6b97c869
@ -187,7 +187,7 @@ static void dumpstate() {
|
||||
run_command("IP6TABLE RAW", 10, SU_PATH, "root", "ip6tables", "-t", "raw", "-L", "-nvx", NULL);
|
||||
|
||||
run_command("WIFI NETWORKS", 20,
|
||||
SU_PATH, "root", "wpa_cli", "list_networks", NULL);
|
||||
SU_PATH, "root", "wpa_cli", "IFNAME=wlan0", "list_networks", NULL);
|
||||
|
||||
#ifdef FWDUMP_bcmdhd
|
||||
run_command("DUMP WIFI INTERNAL COUNTERS", 20,
|
||||
|
Loading…
Reference in New Issue
Block a user