Loading proto/src/wifi.proto +7 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
proto/src/wifi.proto +7 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading