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

Commit 516e0c37 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "dumpstate: Remove wpa_cli usage" into oc-dr1-dev

parents efa87ca4 ef635213
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1187,8 +1187,6 @@ static void dumpstate() {
    RunCommand("ARP CACHE", {"ip", "-4", "neigh", "show"});
    RunCommand("IPv6 ND CACHE", {"ip", "-6", "neigh", "show"});
    RunCommand("MULTICAST ADDRESSES", {"ip", "maddr"});
    RunCommand("WIFI NETWORKS", {"wpa_cli", "IFNAME=wlan0", "list_networks"},
               CommandOptions::WithTimeout(20).Build());

    RunDumpsys("NETWORK DIAGNOSTICS", {"connectivity", "--diag"},
               CommandOptions::WithTimeout(10).Build());