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

Commit 19916d8b authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "WifiConfiguration: Add support for auto-selecting AP band"

parents edaf9811 0fbb97de
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -266,9 +266,16 @@ public class WifiConfiguration implements Parcelable {
     */
    public static final int AP_BAND_5GHZ = 1;

    /**
     * Device is allowed to choose the optimal band (2Ghz or 5Ghz) based on device capability,
     * operating country code and current radio conditions.
     * @hide
     */
    public static final int AP_BAND_ANY = -1;

    /**
     * The band which AP resides on
     * 0-2G  1-5G
     * -1:Any 0:2G 1:5G
     * By default, 2G is chosen
     * @hide
     */