Merge "Allow user to specify EAP-SIM under PEAP" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-04-11 07:22:51 +00:00
committed by Android (Google) Code Review
2 changed files with 69 additions and 5 deletions

View File

@@ -388,6 +388,21 @@
<item>GTC</item>
</string-array>
<!-- Type of EAP method when EAP SIM, AKA, AKA' are supported -->
<string-array name="wifi_peap_phase2_entries_with_sim_auth">
<item>None</item>
<!-- Do not translate. -->
<item>MSCHAPV2</item>
<!-- Do not translate. -->
<item>GTC</item>
<!-- Do not translate. -->
<item>SIM</item>
<!-- Do not translate. -->
<item>AKA</item>
<!-- Do not translate. -->
<item>AKA\'</item>
</string-array>
<!-- Phase 2 options for rest of EAP methods -->
<string-array name="wifi_phase2_entries">
<item>None</item>