diff options
author | Isaac Chiou <isaacchiou@google.com> | 2019-12-17 18:27:11 +0800 |
---|---|---|
committer | Isaac Chiou <isaacchiou@google.com> | 2019-12-24 10:03:07 +0800 |
commit | 4ba24932e84aee037c8be90ecf848017d1989f25 (patch) | |
tree | cfef789040680282e532ed6fbc3a78ac5643e00f | |
parent | 787f3c88a3bb57cad5a785b57bbe36d24d5f71f2 (diff) |
Wifi: Add notification ID for eap failure
Framework needs to launch notification when specific
eap failure occurs. Add notification ID for this behavior.
Bug: 139880103
Test: atest FrameworksWifiTests
Test: manual test
Change-Id: I416417ce8dc3d49002e03271f5945c0452191f39
-rw-r--r-- | proto/src/system_messages.proto | 3 |
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 |