Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8113c12 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Android Git Automerger
Browse files

am 072ca28d: am 56968ec0: Merge "dumpstate: Fix wifi list of networks dump" into klp-dev

* commit '072ca28d':
  dumpstate: Fix wifi list of networks dump
parents 75860753 072ca28d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -187,7 +187,7 @@ static void dumpstate() {
    run_command("IP6TABLE RAW", 10, SU_PATH, "root", "ip6tables", "-t", "raw", "-L", "-nvx", NULL);
    run_command("IP6TABLE RAW", 10, SU_PATH, "root", "ip6tables", "-t", "raw", "-L", "-nvx", NULL);


    run_command("WIFI NETWORKS", 20,
    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
#ifdef FWDUMP_bcmdhd
    run_command("DUMP WIFI INTERNAL COUNTERS", 20,
    run_command("DUMP WIFI INTERNAL COUNTERS", 20,