From ba7ee527d8683f718efbc85558310b8ba269809b Mon Sep 17 00:00:00 2001 From: Partha N Date: Tue, 17 Jan 2012 18:33:03 -0800 Subject: Enable EAP-pwd configuration in WiFi Settings. EAP-pwd (RFC 5931) is an EAP method that uses a shared password for authentication. It has the simplicity of setup as WPA2-PSK (no certificates), but provides strong authenticaiton like 802.1x. Modified the Settings screen so that the only visible fields when choosing EAP-pwd are 'identity' and 'password'. Change-Id: I9365d873b43c416ddfa4cae47b7419d902c212a7 Signed-off-by: Partha N --- res/values/arrays.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/values') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 97c6d99..80cb2cf 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -307,6 +307,8 @@ TLS TTLS + + PWD @@ -416,6 +418,7 @@ PEAP TLS TTLS + PWD -- cgit v1.1