wifi: support OCSP in Wifi dialog for certifiate-based EAP type
Bug: 136720092 Test: tested with OCSP supported profile Change-Id: Ieb0fec5026ea06f88d44361d0c579be2a18ed99a
This commit is contained in:
@@ -178,6 +178,25 @@
|
||||
android:prompt="@string/wifi_eap_ca_cert" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout android:id="@+id/l_ocsp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
style="@style/wifi_item" >
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/wifi_item_label"
|
||||
android:text="@string/wifi_eap_ocsp" />
|
||||
|
||||
<Spinner android:id="@+id/ocsp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/wifi_item_spinner"
|
||||
android:prompt="@string/wifi_eap_ocsp"
|
||||
android:entries="@array/eap_ocsp_type" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout android:id="@+id/no_ca_cert_warning"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
Reference in New Issue
Block a user