|
|
@ -257,8 +257,9 @@ void WifiManager::stateChange(unsigned int new_state, unsigned int previous_stat |
|
|
|
forgetConnection(connecting_to_network); |
|
|
|
forgetConnection(connecting_to_network); |
|
|
|
emit wrongPassword(connecting_to_network); |
|
|
|
emit wrongPassword(connecting_to_network); |
|
|
|
} else if (new_state == NM_DEVICE_STATE_ACTIVATED) { |
|
|
|
} else if (new_state == NM_DEVICE_STATE_ACTIVATED) { |
|
|
|
connecting_to_network = ""; |
|
|
|
// connecting_to_network = "";
|
|
|
|
refreshNetworks(); |
|
|
|
setCurrentConnecting(""); |
|
|
|
|
|
|
|
// refreshNetworks();
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|