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

Commit 631e0f16 authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

bugreport: wifi: Add list of networks



Change-Id: I0271bf1f2cac874c1801658a81a3dcf7533da781
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent ffa5de2e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -103,6 +103,9 @@ static void dumpstate() {
    dump_file("NETWORK ROUTES", "/proc/net/route");
    dump_file("ARP CACHE", "/proc/net/arp");

    run_command("WIFI NETWORKS", 20,
            "su", "root", "wpa_cli", "list_networks", NULL);

#ifdef FWDUMP_bcm4329
    run_command("DUMP WIFI FIRMWARE LOG", 60,
            "su", "root", "dhdutil", "-i", "eth0", "upload", "/data/local/tmp/wlan_crash.dump", NULL);