Skip to content

Commit acf6d76

Browse files
author
android-build-team Robot
committed
Merge cherrypicks of [3536650, 3536562, 3536563, 3536481, 3535874, 3536495, 3536496, 3536632, 3536633, 3536434, 3535900] into oc-m2-release
Change-Id: I5665b657607cd31a5ca9ce74371037726ba43145
2 parents dda2666 + a1bf45d commit acf6d76

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

proto/src/wifi.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,10 @@ message StaEvent {
673673
// Framework initiated disconnect. Sometimes generated to give an extra reason for a disconnect
674674
// Should typically be followed by a NETWORK_DISCONNECTION_EVENT with a local_gen = true
675675
TYPE_FRAMEWORK_DISCONNECT = 15;
676+
677+
// The NetworkAgent score for wifi has changed in a way that may impact
678+
// connectivity
679+
TYPE_SCORE_BREACH = 16;
676680
}
677681

678682
enum FrameworkDisconnectReason {
@@ -784,6 +788,9 @@ message StaEvent {
784788

785789
// Authentication failure reason, as reported by WifiManager (calculated from state & deauth code)
786790
optional AuthFailureReason auth_failure_reason = 13 [default = AUTH_FAILURE_UNKNOWN];
791+
792+
// NetworkAgent score of connected wifi
793+
optional int32 last_score = 14 [default = -1];
787794
}
788795

789796
// Wi-Fi Aware metrics

0 commit comments

Comments
 (0)