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

Commit 39cef4d9 authored by xshu's avatar xshu
Browse files

metrics: identifying dfs from non dfs scans

These data can be used to optimize power savings, since scanning dfs
channels require significantly more energy.

Bug: 72755722
Test: compile, run ./frameworks/base/wifi/tests/runtests.sh
Change-Id: Ic0515ceca452459446b245d93620885b1ade823f
parent 6352262b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -429,6 +429,9 @@ message WifiLog {
  // The number of times wifi experienced failures after watchdog has already been triggered and is
  // waiting for a connection success
  optional int64 watchdog_total_connection_failure_count_after_trigger = 108;

  // Number of times DFS channel scans are requested in single scan requests.
  optional int32 num_oneshot_has_dfs_channel_scans = 109;
}

// Information that gets logged for every WiFi connection.