| Index: chromeos/network/onc/onc_translator_shill_to_onc.cc
|
| diff --git a/chromeos/network/onc/onc_translator_shill_to_onc.cc b/chromeos/network/onc/onc_translator_shill_to_onc.cc
|
| index cfce26a3f5ce272033273e9ec667db0804dac24f..de48b462b3d9b20ef68593666dabfc67c3b00b9d 100644
|
| --- a/chromeos/network/onc/onc_translator_shill_to_onc.cc
|
| +++ b/chromeos/network/onc/onc_translator_shill_to_onc.cc
|
| @@ -313,8 +313,9 @@ void ShillToONCTranslator::TranslateVPN() {
|
| }
|
|
|
| void ShillToONCTranslator::TranslateWiFiWithState() {
|
| - TranslateWithTableAndSet(
|
| - shill::kSecurityProperty, kWiFiSecurityTable, ::onc::wifi::kSecurity);
|
| + TranslateWithTableAndSet(shill::kSecurityClassProperty,
|
| + kWiFiSecurityTable,
|
| + ::onc::wifi::kSecurity);
|
| std::string ssid = shill_property_util::GetSSIDFromProperties(
|
| *shill_dictionary_, NULL /* ignore unknown encoding */);
|
| if (!ssid.empty())
|
|
|