OSDN Git Service

Handle DHCP renewal and wakeup in framework
authorIrfan Sheriff <isheriff@google.com>
Fri, 22 Apr 2011 19:20:38 +0000 (12:20 -0700)
committerIrfan Sheriff <isheriff@google.com>
Fri, 22 Apr 2011 22:08:02 +0000 (15:08 -0700)
commitd2127c438fc858a4f6c8ad75b7a1e4491da69a78
tree29d8ee8241095523d3f110432beae43022988254
parentf0f1ceeb517ff226532a407da6d55602f195e5b5
Handle DHCP renewal and wakeup in framework

The native DHCP client renews IP address, but can fail to do so when the device
is in suspend. This has lead to issues where device fails to renew in time and
on networks with lots of devices re-using expired DHCP IP addresses, it leads to
severe issues.

Handle DHCP renewal and wakeup in framework

Bug: 3344732
Change-Id: Ie4062e04a477f4a233946155e40a7c999b337c3f
wifi/java/android/net/wifi/WifiStateTracker.java