aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wein <mattwein@chromium.org>2015-04-09 12:10:19 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-04-10 05:49:46 +0000
commit1ca17cf52b84da27e859f1b8950f001288199b65 (patch)
treeca9341440affff7d15b82befe123adf6dfd08ba0
parentb5515b112c2800763f96e8c851b6f7b9e0acba1c (diff)
downloadsystem_api-1ca17cf52b84da27e859f1b8950f001288199b65.tar.gz
system_api: add kEapUseProactiveKeyCaching
This constant will be used for enabling or disabling Proactive Key Caching in shill on a per-service basis. BUG=chromium:472741 TEST=`FEATURES="test nostrip" emerge-link shill` Change-Id: Ie7095d62af72227c63d50d93ed5c7469581ac62e Reviewed-on: https://chromium-review.googlesource.com/265035 Reviewed-by: Paul Stewart <pstew@chromium.org> Tested-by: Matthew Wein <mattwein@chromium.org> Commit-Queue: Matthew Wein <mattwein@chromium.org> Trybot-Ready: Matthew Wein <mattwein@chromium.org>
-rw-r--r--dbus/service_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 10c1e93..ecdfd67 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -438,6 +438,7 @@ const char kEapCaCertProperty[] = "EAP.CACert";
const char kEapCaCertIdProperty[] = "EAP.CACertID";
const char kEapCaCertNssProperty[] = "EAP.CACertNSS";
const char kEapUseSystemCasProperty[] = "EAP.UseSystemCAs";
+const char kEapUseProactiveKeyCachingProperty[] = "EAP.UseProactiveKeyCaching";
const char kEapPinProperty[] = "EAP.PIN";
const char kEapPasswordProperty[] = "EAP.Password";
const char kEapKeyMgmtProperty[] = "EAP.KeyMgmt";