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

Commit 268d6afd authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "Update scan results when frequency band is set"

parents 47049829 cf34f47e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2145,6 +2145,8 @@ public class WifiStateMachine extends HierarchicalStateMachine {
                    Log.d(TAG, "set frequency band " + band);
                    if (WifiNative.setBandCommand(band)) {
                        mFrequencyBand.set(band);
                        //Fetch the latest scan results when frequency band is set
                        startScan(true);
                    } else {
                        Log.e(TAG, "Failed to set frequency band " + band);
                    }