diff options
author | Oscar Shu <xshu@google.com> | 2019-10-26 00:12:44 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-10-26 00:12:44 +0000 |
commit | 5acd00dae2114040f47f430282887f910ddea521 (patch) | |
tree | 81f46848b87d15ad3a8ad7755ac184c324d61553 | |
parent | 6d5c3b96365ecd04bac6c7c272413422bf9920ce (diff) | |
parent | a6780e8a3ef3c4e5d87b015b0dd1e58e04be41ad (diff) |
Merge "BssidBlocklistMonitor proto changes"
-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 fbf6ca52f11c..bd682de52471 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -720,6 +720,9 @@ message ConnectionEvent { // The reason code if there was EAP failure while authenticating. AUTH_FAILURE_EAP_FAILURE = 4; + + // The reason code if the AP can no longer accept new clients. + ASSOCIATION_REJECTION_AP_UNABLE_TO_HANDLE_NEW_STA = 5; } // Entity that recommended connecting to this network. |