diff options
author | xinhe <xinhe@google.com> | 2015-02-04 17:19:33 -0800 |
---|---|---|
committer | xinhe <xinhe@google.com> | 2015-02-04 17:19:33 -0800 |
commit | 18ae1d22077e1cd8ed71b1e74d14a3a2c4e50a62 (patch) | |
tree | 0819eafbc600c6270d738651abdf3765f9756250 /api | |
parent | 5d7768ff5ec406f76baacd12a9d6c100a5d22ec3 (diff) | |
download | frameworks_base-18ae1d22077e1cd8ed71b1e74d14a3a2c4e50a62.zip frameworks_base-18ae1d22077e1cd8ed71b1e74d14a3a2c4e50a62.tar.gz frameworks_base-18ae1d22077e1cd8ed71b1e74d14a3a2c4e50a62.tar.bz2 |
get channel list from driver for SoftAP channel selection
Instead of hard coding the available channel list, we should
get channel list from driver
Bug:19237543
Change-Id: Id2ec689273407f54709cb034d6ba666f91da51c0
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index f556abe..753c940 100644 --- a/api/current.txt +++ b/api/current.txt @@ -17899,7 +17899,6 @@ package android.net.wifi { public class WifiConfiguration implements android.os.Parcelable { ctor public WifiConfiguration(); - method public static int chooseApChannel(int); method public int describeContents(); method public void writeToParcel(android.os.Parcel, int); field public java.lang.String BSSID; |