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

Commit 777d3986 authored by Les Lee's avatar Les Lee Committed by Automerger Merge Worker
Browse files

Merge "wifi: Support setBssid for tethered mode hotspot" into rvc-dev am: d6f32126

Change-Id: I77fc74dae8b57a98e05a6351ef6822d3996d6188
parents 5664cb53 d6f32126
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -516,9 +516,6 @@ public final class SoftApConfiguration implements Parcelable {
    public WifiConfiguration toWifiConfiguration() {
        WifiConfiguration wifiConfig = new WifiConfiguration();
        wifiConfig.SSID = mSsid;
        if (mBssid != null) {
            wifiConfig.BSSID = mBssid.toString();
        }
        wifiConfig.preSharedKey = mPassphrase;
        wifiConfig.hiddenSSID = mHiddenSsid;
        wifiConfig.apChannel = mChannel;
@@ -662,8 +659,6 @@ public final class SoftApConfiguration implements Parcelable {
        /**
         * Specifies a BSSID for the AP.
         * <p>
         * Only supported when configuring a local-only hotspot.
         * <p>
         * <li>If not set, defaults to null.</li>
         * @param bssid BSSID, or null to have the BSSID chosen by the framework. The caller is
         *              responsible for avoiding collisions.