diff options
| author | 2018-03-27 12:51:20 +0000 | |
|---|---|---|
| committer | 2018-03-27 12:51:20 +0000 | |
| commit | 861f7fae2fa403ba4d183b7ad992c5e71dd0deeb (patch) | |
| tree | f37a56b7c39721d30564974e750bc2b6c9b81b61 | |
| parent | 6f5e83df3a519fd1806d85b412175516efbb6fea (diff) | |
| parent | f30125b6b51ee29e54f9833d3c42ff4d0557e457 (diff) | |
Merge "[RTT] Collect metrics on observed IEEE 802.11mc supporting APs" into pi-dev
| -rw-r--r-- | proto/src/wifi.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto index 39d007092d6c..9c74188d671e 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -382,6 +382,9 @@ message WifiLog { // WifiWake statistics optional WifiWakeStats wifi_wake_stats = 94; + + // Histogram counting instances of scans with N many 802.11mc (RTT) supporting APs + repeated NumConnectableNetworksBucket observed_80211mc_supporting_aps_in_scan_histogram = 95; } // Information that gets logged for every WiFi connection. |