Allow only valid EAP configs

We allow configuring all possible EAP fields today even though
some of the configs make no sense and will not result in a
successful connection.

Allow only support configs for various EAP methods

Change-Id: I2e3e8d4d6203acb2eac8cd645df39e1a9ca579ab
This commit is contained in:
Irfan Sheriff
2013-01-17 09:47:45 -08:00
parent de11bcec8d
commit f2e086be7f
3 changed files with 197 additions and 24 deletions

View File

@@ -142,7 +142,7 @@
</LinearLayout>
</LinearLayout>
<LinearLayout
<LinearLayout android:id="@+id/password_layout"
style="@style/wifi_item" >
<TextView
style="@style/wifi_item_label"
@@ -154,7 +154,7 @@
android:password="true" />
</LinearLayout>
<LinearLayout
<LinearLayout android:id="@+id/show_password_layout"
style="@style/wifi_item" >
<!-- Dummy to enable right-justification of checkbox -->
<TextView