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

Commit af81afe0 authored by Mingguang Xu's avatar Mingguang Xu Committed by Android (Google) Code Review
Browse files

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

parents 631587fa 96bcabe6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1877,6 +1877,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 {