Merge "Allow user to specify EAP-SIM under PEAP" into oc-dev am: 6d7f210c0b

am: 14633029d2

Change-Id: I73e537e35502369ca54a0b00a790d562a397aec4
This commit is contained in:
Paul Stewart
2017-04-11 08:03:48 +00:00
committed by android-build-merger
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>