| 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 74a2f94cd0577e4940adbce9869597823262da60..8496aebf9c300ba11e9b64ad8b0ae9d3495ecdd5 100644
|
| --- a/chromeos/network/onc/onc_translation_tables.cc
|
| +++ b/chromeos/network/onc/onc_translation_tables.cc
|
| @@ -190,11 +190,13 @@ const StringTranslationEntry kVPNTypeTable[] = {
|
| { NULL }
|
| };
|
|
|
| +// The first matching line is chosen.
|
| const StringTranslationEntry kWiFiSecurityTable[] = {
|
| { wifi::kNone, flimflam::kSecurityNone },
|
| { wifi::kWEP_PSK, flimflam::kSecurityWep },
|
| { wifi::kWPA_PSK, flimflam::kSecurityPsk },
|
| { wifi::kWPA_EAP, flimflam::kSecurity8021x },
|
| + { wifi::kWPA_PSK, flimflam::kSecurityRsn },
|
| { NULL }
|
| };
|
|
|
|
|