We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b198004 + 67718ac commit ff90919Copy full SHA for ff90919
wifi/java/android/net/wifi/WifiStateMachine.java
@@ -1613,10 +1613,7 @@ private SupplicantState handleSupplicantStateChange(Message message) {
1613
mWifiInfo.setNetworkId(WifiConfiguration.INVALID_NETWORK_ID);
1614
}
1615
1616
- if (state == SupplicantState.ASSOCIATING) {
1617
- /* BSSID is valid only in ASSOCIATING state */
1618
- mWifiInfo.setBSSID(stateChangeResult.BSSID);
1619
- }
+ mWifiInfo.setBSSID(stateChangeResult.BSSID);
1620
mWifiInfo.setSSID(stateChangeResult.SSID);
1621
1622
mSupplicantStateTracker.sendMessage(Message.obtain(message));
0 commit comments