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

Commit 96bcabe6 authored by Mingguang Xu's avatar Mingguang Xu
Browse files

Wifi usability: Add two leftover entries into Wifi.proto for analysis



As title indicates.

Bug: 113262380

Test: frameworks/base/wifi/tests/runtests.sh

Change-Id: Idf383648208de0b37ee7c3316d6cf2421a2d454b
Signed-off-by: default avatarMingguang Xu <mingguangxu@google.com>
parent 66ae702c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1874,6 +1874,13 @@ message WifiUsabilityStatsEntry {

  // Rx link speed at the sample time in Mbps
  optional int32 rx_link_speed_mbps = 27;

  // Sequence number generated by framework
  optional int32 seq_num_inside_framework = 28;

  // Whether current entry is for the same BSSID on the same frequency compared
  // to last entry
  optional bool is_same_bssid_and_freq = 29;
}

message WifiUsabilityStats {