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:
@@ -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
|
||||
|
Reference in New Issue
Block a user