From 122886ed3b938c582354518c4dcc9599278e2787 Mon Sep 17 00:00:00 2001 From: xshu Date: Wed, 16 May 2018 15:38:49 -0700 Subject: [PATCH] Proto change for new RSSI poll metric Adds a new field to store the network frequency for rssi poll histograms. Bug: 79864669 Test: compile, unit test Change-Id: I4a8032c5cb71af03f1af150fed30ba27231069fa --- proto/src/wifi.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto index 9ff8e7dbeb924..d43b50e99c794 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -615,6 +615,9 @@ message RssiPollCount { // Number of RSSI polls with 'rssi' optional int32 count = 2; + + // Beacon frequency of the channel in MHz + optional int32 frequency = 3; } // Number of occurrences of a specific alert reason value