aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Stewart <pstew@chromium.org>2015-11-04 09:15:37 -0800
committerchrome-bot <chrome-bot@chromium.org>2015-11-05 11:10:32 -0800
commited198c46f73e67d9a494c3c0623e3ba16e4da5e8 (patch)
treea29d9d8747689190e88cbd8f6d1a86e0ed5bceb9
parentecbd58958f83b7b32068f328ddd605ba732c7052 (diff)
downloadsystem_api-ed198c46f73e67d9a494c3c0623e3ba16e4da5e8.tar.gz
shill: Add 802.1x Key Management property
This is useful when specifying 802.1x WEP (Enterprise WEP). BUG=chromium:551085 TEST=Build shill Change-Id: I278bbb21edb0f871dcea5be242f04a931a47076a Reviewed-on: https://chromium-review.googlesource.com/310644 Commit-Ready: Paul Stewart <pstew@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org> Reviewed-by: Steven Bennetts <stevenjb@chromium.org>
-rw-r--r--dbus/shill/dbus-constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/shill/dbus-constants.h b/dbus/shill/dbus-constants.h
index b9519a8..00a1459 100644
--- a/dbus/shill/dbus-constants.h
+++ b/dbus/shill/dbus-constants.h
@@ -565,6 +565,7 @@ const char kEapCaCertPemProperty[] = "EAP.CACertPEM";
const char kEapSubjectMatchProperty[] = "EAP.SubjectMatch";
const char kErrorDetailsProperty[] = "ErrorDetails";
const char kHTTPProxyPortProperty[] = "HTTPProxyPort";
+const char kKeyManagementIEEE8021X[] = "IEEE8021X";
const char kIPConfigProperty[] = "IPConfig";
const char kL2tpIpsecCaCertPemProperty[] = "L2TPIPsec.CACertPEM";
const char kL2tpIpsecTunnelGroupProperty[] = "L2TPIPsec.TunnelGroup";