Merge "wifi: support OCSP in Wifi dialog for certifiate-based EAP type"
This commit is contained in:
@@ -258,6 +258,14 @@
|
||||
<item>PWD</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Type of OCSP -->
|
||||
<string-array name="eap_ocsp_type" translatable="true">
|
||||
<item>Do not validate</item>
|
||||
<item>Request certificate status</item>
|
||||
<item>Require certificate status</item>
|
||||
<item>Require all non-trusted certificate statuses</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Wi-Fi AP band settings. Either Auto, 2.4GHz or 5GHz. -->
|
||||
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
|
||||
<string-array translatable="false" name="wifi_ap_band_config_full">
|
||||
|
||||
@@ -2137,6 +2137,8 @@
|
||||
<string name="please_select_phase2">Phase 2 authentication</string>
|
||||
<!-- Label for the EAP CA certificate of the network -->
|
||||
<string name="wifi_eap_ca_cert">CA certificate</string>
|
||||
<!-- Label for the OCSP type of the network. [CHAR LIMIT=32] -->
|
||||
<string name="wifi_eap_ocsp">Online Certificate Status</string>
|
||||
<!-- Label for the domain name that the EAP CA certificate(s) can be used to validate. -->
|
||||
<string name="wifi_eap_domain">Domain</string>
|
||||
<!-- Label for the EAP user certificate of the network -->
|
||||
|
||||
Reference in New Issue
Block a user