Merge "Do not stop IpServer when recieve wifi ap disabling state." into rvc-dev am: b28fd19f26 am: dfcd502487 am: d5d27c5e08
Change-Id: Ic74e494e8eee350fcaf0fc2bbb8275e39312689a
This commit is contained in:
@@ -922,8 +922,10 @@ public class Tethering {
|
||||
case WifiManager.WIFI_AP_STATE_ENABLED:
|
||||
enableWifiIpServingLocked(ifname, ipmode);
|
||||
break;
|
||||
case WifiManager.WIFI_AP_STATE_DISABLED:
|
||||
case WifiManager.WIFI_AP_STATE_DISABLING:
|
||||
// We can see this state on the way to disabled.
|
||||
break;
|
||||
case WifiManager.WIFI_AP_STATE_DISABLED:
|
||||
case WifiManager.WIFI_AP_STATE_FAILED:
|
||||
default:
|
||||
disableWifiIpServingLocked(ifname, curState);
|
||||
|
||||
Reference in New Issue
Block a user