diff options
author | xinhe <xinhe@google.com> | 2015-01-07 17:57:38 -0800 |
---|---|---|
committer | xinhe <xinhe@google.com> | 2015-01-16 10:53:15 -0800 |
commit | a0be0fb2709124a567f89114b1d8e80f74452edc (patch) | |
tree | 93eca9ce09aee13d1aaffc615fdd9611a67ac2cb /api | |
parent | a33424a540ea725d4b513ee713931c66e62721a2 (diff) | |
download | frameworks_base-a0be0fb2709124a567f89114b1d8e80f74452edc.zip frameworks_base-a0be0fb2709124a567f89114b1d8e80f74452edc.tar.gz frameworks_base-a0be0fb2709124a567f89114b1d8e80f74452edc.tar.bz2 |
set softAP on a specified band, including both 2.4 and 5 GHz band
Bug:18929692
Change-Id: I6109b477937b0ecab95f5a2b414f2bec9b30e1cd
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 1f86b03..f556abe 100644 --- a/api/current.txt +++ b/api/current.txt @@ -17899,6 +17899,7 @@ 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; @@ -17909,6 +17910,8 @@ package android.net.wifi { field public java.util.BitSet allowedKeyManagement; field public java.util.BitSet allowedPairwiseCiphers; field public java.util.BitSet allowedProtocols; + field public int apBand; + field public int apChannel; field public android.net.wifi.WifiEnterpriseConfig enterpriseConfig; field public boolean hiddenSSID; field public int networkId; |