History log of /frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a3038b2b311cd07d851c404ccc5df2f4e07bcfd8 03-Oct-2013 Vinit Deshapnde <vinitd@google.com> Fix EAP-TLS reconnect after reboot issue

After a reboot, KeyStore is locked, and certificates encrypted with user
PIN are not accessible. So statemachines are not able to connect to
EAP-TLS networks. This change makes the problem less severe by

1. Not signing certificates with user PIN on devices with hardware backed
KeyStore.
2. Issuing a reconnect upon first USER_PRESENT event.

This means HH (which has a hardware backed keystore) can connect to
EAP-TLS networks without requiring user intervention and other devices
will automatically connect to those networks after user punches PIN.

Bug: 10325089

Change-Id: I023d60e58d8214152f051bd9ec84b85b702d829a
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
dda5a7152fd6e5933503aba8e8badbbba0631839 15-Aug-2013 Vinit Deshapnde <vinitd@google.com> Fix an exception caused by incorrect data handling

The prefixes in WifiEnterpriseConfig are optional, and should be treated
as such. If the prefix doesn't exist, it is possible for an
exception to be thrown (if the value size is smaller than prefix size).

Bug: 10304089

Change-Id: Id9b2bc0e371c818e35a5aa1913ee1697f167e19e
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
8d06e430307d07e3d51f381b4c7c89f7d9155133 07-May-2013 Partha N <parthan@gmail.com> Enable Opportunistic Key Caching on WPA2-Enterprise Networks

Add a "proactive_key_caching=1" line to every network segment config that represents a
WPA2-Enterprise network. This enables Opportunistic Key Caching for all eligible
WLANs.

Change-Id: Ia529dcd1dee7a21a68c80de05a9f590ddd944d4c
Signed-off-by: Partha N <parthan@gmail.com>
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
4a1d95139a57b8726fb168b08a5c54b9a134c8df 19-Apr-2013 Irfan Sheriff <isheriff@google.com> Merge "Fix NPE issues seen by CTS" into jb-mr2-dev
63e550f2026e749e7be5ab03655f0a5105457b9e 19-Apr-2013 Irfan Sheriff <isheriff@google.com> Merge "Add getters and private constructor" into jb-mr2-dev
0b4732c2248fa2b92a44f045dfcadb3547076ef4 19-Apr-2013 Irfan Sheriff <isheriff@google.com> Fix NPE issues seen by CTS

Bug: 8646305
Change-Id: Ief90c76d63f60aee9a3da080cd43dd9610f3f4fc
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
40843589c46164c90fde29ad1c58291f17d4d9e6 19-Apr-2013 Irfan Sheriff <isheriff@google.com> Add getters and private constructor

Address API feedback

Bug: 8656930
Change-Id: Idc3dd8d8a7e633449329864e41cab58a6b193b5a
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
b2c0ff64d8ff92dab53e969a44fa12427d145952 13-Apr-2013 Kenny Root <kroot@google.com> Remove old KeyStore call sites

Remove the call sites that don't have the flags specified. This is to
ensure that callers know what flags they're setting.

Bug: 8122243
Change-Id: Ifbd178fddbf8dbd8f7b821ea739a20d056ef9fa7
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
8b643c13f97c0f304a45039b9d1fe6900940499e 22-Mar-2013 Irfan Sheriff <isheriff@google.com> Scope certs for wifi UID and handle migration

Bug: 8183303
Change-Id: I842c9b0c0d4f2fa42a3fc5b1ac22c28e202ef188
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
fdc028383a01eaaa9bf93cb5d3ce50bd744eab52 08-Feb-2013 Irfan Sheriff <isheriff@google.com> Expose EAP config API

This API allows apps to setup access to enterprise Wi-Fi networks.

Change-Id: I37573d76b8bd9cad72413afdc4fc62ce57b4dc43
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
26d0076f0dbb021c4e5cc1b37b632b2223fd9278 05-Feb-2013 Irfan Sheriff <isheriff@google.com> Track keys per config and allow cert push from apps

Allow configuring keys for a configuration and update/delete
from wificonfigstore.

Change-Id: I79b43bf7ca58f7efc95f7dcc125fc84d7aa8c795
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
e095675c872f40f630aa3f9189eb5c02f3cfee6d 17-Jan-2013 Irfan Sheriff <isheriff@google.com> eix enterprise config storage bugs

Reading empty and not updating was resulting in retaining old values
in a config. Also, fix matching phase2 entries.

Additionally, allow configuring subset of enterprise fields. Necessary
since password cannot be read back from supplicant.

Change-Id: I83a01690a0cf7cad1457a674f50f1e3a1a0441b5
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
86ee9640ee6d6bd9bb655af830eea5515400f25b 15-Jan-2013 Irfan Sheriff <isheriff@google.com> Fix build

Change-Id: Ib9fd57c641e3bd2001c7c802f35d97e0cb849b8a
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java
9b81319002634cf7118055f7aafaa26c27d4e5e8 11-Jan-2013 Irfan Sheriff <isheriff@google.com> Refactor enterprise config

Change-Id: I7104250e80317fce6164385701a7caffbcd14813
/frameworks/base/wifi/java/android/net/wifi/WifiEnterpriseConfig.java