summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-01-16 18:36:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-01-16 18:36:33 +0000
commitdcf811600ffb29b3763065595cb57fa117d1a0c5 (patch)
treed172aedc27ec85e31200962129288768b20a37c7 /proto
parent9e99080cd30d5c6cfa48354f73c0ff062a4ad5b8 (diff)
parent4ba24932e84aee037c8be90ecf848017d1989f25 (diff)
Merge "Wifi: Add notification ID for eap failure"
Diffstat (limited to 'proto')
-rw-r--r--proto/src/system_messages.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index 068707fee173..21100458adc1 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -237,6 +237,9 @@ message SystemMessage {
// Inform the user that the current network may not support using a randomized MAC address.
NOTE_NETWORK_NO_MAC_RANDOMIZATION_SUPPORT = 56;
+ // Inform the user that EAP failure occurs
+ NOTE_WIFI_EAP_FAILURE = 57;
+
// ADD_NEW_IDS_ABOVE_THIS_LINE
// Legacy IDs with arbitrary values appear below
// Legacy IDs existed as stable non-conflicting constants prior to the O release