Loading wifi/java/android/net/wifi/WifiStateTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -735,6 +735,8 @@ public class WifiStateTracker extends NetworkStateTracker { mRunState = RUN_STATE_RUNNING; noteRunState(); checkUseStaticIp(); /* Reset notification state on new connection */ resetNotificationTimer(); /* * DHCP requests are blocking, so run them in a separate thread. */ Loading Loading
wifi/java/android/net/wifi/WifiStateTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -735,6 +735,8 @@ public class WifiStateTracker extends NetworkStateTracker { mRunState = RUN_STATE_RUNNING; noteRunState(); checkUseStaticIp(); /* Reset notification state on new connection */ resetNotificationTimer(); /* * DHCP requests are blocking, so run them in a separate thread. */ Loading