summaryrefslogtreecommitdiffstats
path: root/libnetutils/dhcp_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce polling interval to 200msIrfan Sheriff2010-12-211-3/+3
| | | | | | | | DHCP success can take up to 2 seconds to be reported to the statemachine. Move wait time after check and reduce it to 200ms Change-Id: I6b2546f80435a84ee6f44f4d91f348bacfdc8433
* Add missing headers for compilation on x86 targetsOlivier Bailly2010-11-171-0/+1
| | | | Change-Id: I5f4dc797b353a0f01fa00d38375ec303bf863254
* - creates proper ifc.h and dhcp.h headers for libnetutilsSzymon Jakubczak2010-08-251-0/+14
| | | | | | | | | | | | - adds ifc_set_hwaddr - adds hwaddr command to netcfg - code reuse: dhcp_configure calls ifc_configure; inet_ntoa is used for printing - consistency: use net.XXX.dnsX properties in favor of dhcp.XXX.dnsX properties (see related change to WifiStateTracker) - updated system/core/nexus to use new headers, although not sure if anybody still uses nexus Change-Id: Idd70c0ac6e89b38e86816578c33eff805d30cac4
* Revert "- creates proper ifc.h and dhcp.h headers for libnetutils"Jean-Baptiste Queru2010-08-181-14/+0
| | | | This reverts commit c88e09cb98fb3690c3cf49f5a825532e0d9bf300.
* merge from open-source masterThe Android Open Source Project2010-06-151-0/+14
|\ | | | | | | Change-Id: I8cfc9c0b699eceef77a905ca2f8cbdb1ab06bf1d
| * - creates proper ifc.h and dhcp.h headers for libnetutilsSzymon Jakubczak2010-06-091-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | - adds ifc_set_hwaddr - adds hwaddr command to netcfg - code reuse: dhcp_configure calls ifc_configure; inet_ntoa is used for printing - consistency: use net.XXX.dnsX properties in favor of dhcp.XXX.dnsX properties (see related change to WifiStateTracker) - updated system/core/nexus to use new headers, although not sure if anybody still uses nexus Change-Id: Idd70c0ac6e89b38e86816578c33eff805d30cac4
* | dhcp: Add hostname supportDmitry Shmidt2009-12-141-3/+11
|/ | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+207
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-207/+0
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-0/+5
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+16
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+186