Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: chromeos/network/onc/onc_translation_tables.cc

Issue 1085703002: Add an ONC property for proactive key caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests for converting in both directions. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/network/onc/onc_signature.cc ('k') | chromeos/test/data/network/shill_wifi_clientcert.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/onc/onc_translation_tables.cc
diff --git a/chromeos/network/onc/onc_translation_tables.cc b/chromeos/network/onc/onc_translation_tables.cc
index 285a7e11745a0fe82bb778d4488976709e8f209c..2f48d0c16e296b4506ad5498ee370bd6b585ec97 100644
--- a/chromeos/network/onc/onc_translation_tables.cc
+++ b/chromeos/network/onc/onc_translation_tables.cc
@@ -33,6 +33,8 @@ const FieldTranslationEntry eap_fields[] = {
{::onc::eap::kSaveCredentials, shill::kSaveCredentialsProperty},
{::onc::eap::kServerCAPEMs, shill::kEapCaCertPemProperty},
{::onc::eap::kUseSystemCAs, shill::kEapUseSystemCasProperty},
+ {::onc::eap::kUseProactiveKeyCaching,
+ shill::kEapUseProactiveKeyCachingProperty},
{NULL}};
const FieldTranslationEntry ipsec_fields[] = {
« no previous file with comments | « chromeos/network/onc/onc_signature.cc ('k') | chromeos/test/data/network/shill_wifi_clientcert.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698