Index: chromeos/network/onc/onc_translator_onc_to_shill.cc |
diff --git a/chromeos/network/onc/onc_translator_onc_to_shill.cc b/chromeos/network/onc/onc_translator_onc_to_shill.cc |
index f399d8b48f755fdc182de0b14a2199cbf1de537d..5b7adf18b0d962587aac471af21e10303a477df2 100644 |
--- a/chromeos/network/onc/onc_translator_onc_to_shill.cc |
+++ b/chromeos/network/onc/onc_translator_onc_to_shill.cc |
@@ -220,6 +220,10 @@ void LocalTranslator::TranslateWiFi() { |
&security)) { |
TranslateWithTableAndSet(security, kWiFiSecurityTable, |
shill::kSecurityClassProperty); |
+ if (security == ::onc::wifi::kWEP_8021X) { |
+ shill_dictionary_->SetStringWithoutPathExpansion( |
+ shill::kEapKeyMgmtProperty, ::onc::wifi::kKeyMgmtIEEE8021X); |
stevenjb
2015/11/04 00:14:57
Sorry, missed this the first time through. We shou
Paul Stewart
2015/11/04 18:26:23
Done.
|
+ } |
} |
// We currently only support managed and no adhoc networks. |