Merge "Allow user to specify EAP-SIM under PEAP" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6d7f210c0b
@@ -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>
|
||||
|
Reference in New Issue
Block a user