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

Commit 0f91dd6a authored by xshu's avatar xshu
Browse files

WifiLinkLayerUsageStats proto change

Adds a breakdown of different scan times.

Bug: 79111545
Test: compile
Change-Id: If1ae540e3746c43577e04efb95b9c83354350dac
parent 67dd91e6
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1674,4 +1674,20 @@ message WifiLinkLayerUsageStats {

  // Total time the wifi radio is scanning in ms over the logging duration.
  optional int64 radio_scan_time_ms = 5;

  // Total time the wifi radio spent doing nan scans in ms over the logging duration.
  optional int64 radio_nan_scan_time_ms = 6;

  // Total time the wifi radio spent doing background scans in ms over the logging duration.
  optional int64 radio_background_scan_time_ms = 7;

  // Total time the wifi radio spent doing roam scans in ms over the logging duration.
  optional int64 radio_roam_scan_time_ms = 8;

  // Total time the wifi radio spent doing pno scans in ms over the logging duration.
  optional int64 radio_pno_scan_time_ms = 9;

  // Total time the wifi radio spent doing hotspot 2.0 scans and GAS exchange
  // in ms over the logging duration.
  optional int64 radio_hs20_scan_time_ms = 10;
}
 No newline at end of file