Index: components/wifi/wifi_service_win.cc |
diff --git a/components/wifi/wifi_service_win.cc b/components/wifi/wifi_service_win.cc |
index 661f60260b1218f8166b32a7805616ca6b94d49c..1207398d80ae68b1b0e1ec6b64fd0e246540e692 100644 |
--- a/components/wifi/wifi_service_win.cc |
+++ b/components/wifi/wifi_service_win.cc |
@@ -1797,7 +1797,7 @@ bool WiFiServiceImpl::AuthEncryptionFromSecurity( |
*authentication = kAuthenticationOpen; |
*encryption = kEncryptionNone; |
} else if (security == onc::wifi::kWEP_PSK) { |
- *authentication = kAuthenticationOpen; |
+ *authentication = kAuthenticationWepPsk; |
*encryption = kEncryptionWEP; |
*key_type = kKeyTypeNetwork; |
} else if (security == onc::wifi::kWPA_PSK) { |