diff options
| author | 2018-05-14 15:53:44 -0700 | |
|---|---|---|
| committer | 2018-05-17 14:52:01 -0700 | |
| commit | d3a58cb2df45d85b3cfea0a943eebce89aeb8e7e (patch) | |
| tree | 04596fef62bb98e96640a7a1f44c6f4cd2fcbaf0 | |
| parent | c46279aa98f6fa36d43c05b599c9da45f3ebacd2 (diff) | |
wifi.proto: Add metrics for softap band preference unsatisfied
Bug: 79701630
Test: Unit tests
Test: Validated that the metric is updated when STA + AP forces the AP
to not satisfy the band preference.
Change-Id: I7d749d33668d0b05ec4beedfa8d5b79b855e3372
| -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 8fa6b3e40d13..9ff8e7dbeb92 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -450,6 +450,9 @@ message WifiLog { // Number of radio mode changes to DBS (Dual band simultaneous). optional int32 num_radio_mode_change_to_dbs = 115; + + // Number of times the firmware picked a SoftAp channel not satisfying user band preference. + optional int32 num_soft_ap_user_band_preference_unsatisfied = 116; } // Information that gets logged for every WiFi connection. |