File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments