am 97818704
: Merge "Wi-Fi: Handle disconnect in middle of DHCP operation"
* commit '9781870491f4f33403f8d518879a88c20180d7cb': Wi-Fi: Handle disconnect in middle of DHCP operation
This commit is contained in:
committed by
Android Git Automerger
commit
dc8668c8a7
@ -1621,6 +1621,10 @@ public class WifiStateMachine extends StateMachine {
|
|||||||
private void handleNetworkDisconnect() {
|
private void handleNetworkDisconnect() {
|
||||||
if (DBG) log("Stopping DHCP and clearing IP");
|
if (DBG) log("Stopping DHCP and clearing IP");
|
||||||
|
|
||||||
|
/* In case we were in middle of DHCP operation
|
||||||
|
restore back powermode */
|
||||||
|
handlePostDhcpSetup();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* stop DHCP
|
* stop DHCP
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user