# By sunil duttu # Via Android Git Automerger (1) and others * commit '6639dee497304c359141caf9b0452699a6d64aa9': wifiSettings: Updating the networkinfo on supplicant event
This commit is contained in:
@@ -814,6 +814,11 @@ public class WifiSettings extends SettingsPreferenceFragment
|
||||
WifiManager.EXTRA_NEW_STATE);
|
||||
if (!mConnected.get() && SupplicantState.isHandshakeState(state)) {
|
||||
updateConnectionState(WifiInfo.getDetailedStateOf(state));
|
||||
} else {
|
||||
// During a connect, we may have the supplicant
|
||||
// state change affect the detailed network state.
|
||||
// Make sure a lost connection is updated as well.
|
||||
updateConnectionState(null);
|
||||
}
|
||||
} else if (WifiManager.NETWORK_STATE_CHANGED_ACTION.equals(action)) {
|
||||
NetworkInfo info = (NetworkInfo) intent.getParcelableExtra(
|
||||
|
Reference in New Issue
Block a user