Disable configuring EAP-TLS without user certificate.
Disallow configuring EAP-TLS without a user certificate, since this is probably an invalid configuration. Also: - change the wording of the default option for EAP CA and user certificates from "(unspecified)" to "Please select", to make it obvious that a choice needs to be made to proceed. - Fix style issues found in WifiConfigController.java by checkstyle.py. BUG: 26686071 Change-Id: I7ccfdf40db97328e3297a03cc43033ff2428980f TEST: Save option is grayed out when configuring EAP-TLS network TEST: while leaving "User Certificate" left at "Please select".
This commit is contained in:
@@ -1636,7 +1636,7 @@
|
||||
<!-- Hint for unchanged fields -->
|
||||
<string name="wifi_unchanged">(unchanged)</string>
|
||||
<!-- Hint for unspecified fields -->
|
||||
<string name="wifi_unspecified">(unspecified)</string>
|
||||
<string name="wifi_unspecified">Please select</string>
|
||||
<!-- Hint for multiple certificates being added to the configuration -->
|
||||
<string name="wifi_multiple_cert_added">(Multiple certificates added)</string>
|
||||
<!-- Substring of status line when Wi-Fi Protected Setup (WPS) is available and
|
||||
|
Reference in New Issue
Block a user