OSDN Git Service

Add EAP/802.1X configuration for WiFi Setting.
authorChung-yih Wang <cywang@google.com>
Wed, 3 Jun 2009 11:44:35 +0000 (19:44 +0800)
committerChung-yih Wang <cywang@google.com>
Tue, 9 Jun 2009 02:11:11 +0000 (10:11 +0800)
commit0c1f89857a730f9f75312fce39ff65c2f01e7d22
tree3874c84ce87c41009adee686bef7a975ff423b96
parent03a6110b4f62e72592b451c05848cfaad8c65324
Add EAP/802.1X configuration for WiFi Setting.

1. Remove the isEnterprise() filter in Scanresult.
2. This requires the new fields such as identity, eap, certificate/key
to support EAP authentication in Wifi Settings.
3. Add simple file-based keystore to select the cert/key from UI.

-- Updated from the comments.
-- Fix the bug for passing null pointer for adding spinner items.
res/layout/wifi_ap_configure.xml
res/values/arrays.xml
res/values/strings.xml
src/com/android/settings/wifi/AccessPointDialog.java
src/com/android/settings/wifi/AccessPointState.java
src/com/android/settings/wifi/Keystore.java [new file with mode: 0644]
src/com/android/settings/wifi/WifiLayer.java