Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e5e791d authored by xinhe's avatar xinhe
Browse files

Fix build error on API

Change-Id: Id7024feb6baf8c6cc607702b3ac90dfbd3d483ba
parent 170102d6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18003,8 +18003,6 @@ 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;
+0 −2
Original line number Diff line number Diff line
@@ -19504,8 +19504,6 @@ 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 int creatorUid;
    field public android.net.wifi.WifiEnterpriseConfig enterpriseConfig;
    field public boolean hiddenSSID;
+2 −2
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ public class WifiConfiguration implements Parcelable {
     * The band which AP resides on
     * 0-2G  1-5G
     * By default, 2G is chosen
     * @hidden
     * @hide
     */
    public int apBand = 0;

@@ -248,7 +248,7 @@ public class WifiConfiguration implements Parcelable {
     * 2G  1-11
     * 5G  36,40,44,48,149,153,157,161,165
     * 0 - find a random available channel according to the apBand
     * @hidden
     * @hide
     */
    public int apChannel = 0;