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

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

Issue 788633003: chromeos networking: move from security to securityclass property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: Created 6 years 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
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 3e22de3aa7c4f58b00166d9456e1b124ef44bc42..7f69a66851e8aded0b940b9732a9fde172dd3897 100644
--- a/chromeos/network/onc/onc_translation_tables.cc
+++ b/chromeos/network/onc/onc_translation_tables.cc
@@ -285,14 +285,11 @@ const StringTranslationEntry kVPNTypeTable[] = {
{ ::onc::vpn::kThirdPartyVpn, shill::kProviderThirdPartyVpn},
{NULL}};
-// The first matching line is chosen.
const StringTranslationEntry kWiFiSecurityTable[] = {
{ ::onc::wifi::kSecurityNone, shill::kSecurityNone},
{ ::onc::wifi::kWEP_PSK, shill::kSecurityWep},
{ ::onc::wifi::kWPA_PSK, shill::kSecurityPsk},
{ ::onc::wifi::kWPA_EAP, shill::kSecurity8021x},
- { ::onc::wifi::kWPA_PSK, shill::kSecurityRsn},
- { ::onc::wifi::kWPA_PSK, shill::kSecurityWpa},
{NULL}};
const StringTranslationEntry kEAPOuterTable[] = {

Powered by Google App Engine
This is Rietveld 408576698