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

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

Merge "Update statemachine for bssid change in supplicant" into jb-mr1-dev

parents b1980049 67718ac0
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1613,10 +1613,7 @@ public class WifiStateMachine extends StateMachine {
            mWifiInfo.setNetworkId(WifiConfiguration.INVALID_NETWORK_ID);
        }

        if (state == SupplicantState.ASSOCIATING) {
            /* BSSID is valid only in ASSOCIATING state */
        mWifiInfo.setBSSID(stateChangeResult.BSSID);
        }
        mWifiInfo.setSSID(stateChangeResult.SSID);

        mSupplicantStateTracker.sendMessage(Message.obtain(message));