summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/DhcpStateMachine.java
Commit message (Collapse)AuthorAgeFilesLines
* Add support for infinite dhcp lease timeIrfan Sheriff2011-11-211-15/+19
| | | | | Bug: 5649076 Change-Id: I29e3b41d8bd1173b155f3173e65a3b45ad17a45c
* Reduce/Fix system loggingIrfan Sheriff2011-10-041-4/+4
| | | | | Bug: 5410239 Change-Id: I2f91dfde0b701e8905a1235696591b3154693c7c
* Retain DNS information from DHCP requestIrfan Sheriff2011-09-161-0/+5
| | | | | | | | DHCP renewal can fail to fill DNS information. In such a case retain info from DHCP request Bug: 5314392 Change-Id: I2413f738be7c8c965ef9e7ffbc348e2738aa68b5
* am ecce539f: Merge "Release wakelock after use" into honeycomb-mr2Irfan Sheriff2011-06-221-1/+9
|\ | | | | | | | | * commit 'ecce539f3d739fbf4b395639a485fddf51f688d6': Release wakelock after use
| * Release wakelock after useIrfan Sheriff2011-06-211-1/+9
| | | | | | | | | | | | | | | | | | | | | | DHCP renewal can finish pretty quick most times and holding a timed wakelock wastes battery. Hold a non-reference counted lock and release it immediate while having the safety of a 40s release Bug: 4575773 Change-Id: I49d2e8c27b2723690aef26417c4b9a145843a401
* | am 41b35884: Revert "DO NOT MERGE Revert "Fix lease duration handling""Irfan Sheriff2011-06-221-7/+18
|\ \ | |/ | | | | | | * commit '41b35884ff68a62f5fc8f65dcc26342d0889113d': Revert "DO NOT MERGE Revert "Fix lease duration handling""
| * Revert "DO NOT MERGE Revert "Fix lease duration handling""Irfan Sheriff2011-06-211-7/+18
| | | | | | | | This reverts commit 7dd120058972226158176b292c00841efecc259f.
* | resolved conflicts for merge of 914ed90f to honeycomb-LTEIrfan Sheriff2011-06-221-0/+353
|\ \ | |/ | | | | Change-Id: I616b7ba5c27d0cc4247f5cce4303effe14658e1e
| * Revert "DO NOT MERGE Revert "DO NOT MERGE Add DhcpStateMachine""Irfan Sheriff2011-06-211-0/+353
|/ | | | This reverts commit 58d1bb497e0d83e28a02fbcdc1f33f29a992db7e.
* DO NOT MERGE Revert "DO NOT MERGE Add DhcpStateMachine"Irfan Sheriff2011-06-211-353/+0
| | | | | | This reverts commit fe3b33d4ead06c546202753e38188db5e2eaa7fa. Change-Id: I3a9ae1f0d17e7a154d27d4f3f3eb1efa21a34f64
* DO NOT MERGE Revert "Fix lease duration handling"Irfan Sheriff2011-06-211-18/+7
| | | | This reverts commit 56878760c3f0255dbcc8d78572f784b96ee36cb0.
* Fix lease duration handlingIrfan Sheriff2011-06-151-7/+18
| | | | | | | Convert lease time in seconds to long before alarm set up and add sanity check Change-Id: I99524c97d9a643ffa8234d016d0e819a284977a1
* DO NOT MERGE Add DhcpStateMachineIrfan Sheriff2011-05-121-0/+353
Add DhcpStateMachine for interation with dhcpcd - Supports wakeup and renewal on dhcp - Supports multiple controllers to use the state machine simultaneously - Optionally, a controller can request a notification prior to DHCP request/renewal being sent Change-Id: I5324814b19ff19863aa6fa89f1e3f0a202930c98