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

Commit aaf93208 authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

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

am: 516e0c37

Change-Id: I7b51227046dd3af58d0b7008f4a3a49d72ad69d5
parents 3b2c4d54 516e0c37
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());