From 1ca17cf52b84da27e859f1b8950f001288199b65 Mon Sep 17 00:00:00 2001 From: Matthew Wein Date: Thu, 9 Apr 2015 12:10:19 -0700 Subject: 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 Tested-by: Matthew Wein Commit-Queue: Matthew Wein Trybot-Ready: Matthew Wein --- dbus/service_constants.h | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.2.3