summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
authorxshu <xshu@google.com>2019-09-20 16:36:25 -0700
committerxshu <xshu@google.com>2019-10-23 18:02:11 -0700
commita6780e8a3ef3c4e5d87b015b0dd1e58e04be41ad (patch)
treeadb7a2532b1952b1d8aa8c3faed74cdf86eb20d1 /proto/src
parent66bad8bce5c571ba3de5ccd2173d92fc215fd7b7 (diff)
BssidBlocklistMonitor proto changes
proto changes to support BssidBlocklistMonitor Bug: 139287182 Test: unit tests Change-Id: I00f6940903871fe65d7b577b87bcc9170a7ff428
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/wifi.proto3
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.