aboutsummaryrefslogtreecommitdiffstats
path: root/include/netutils
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-04-18 21:54:55 -0700
committerJeff Sharkey <jsharkey@android.com>2012-04-19 10:36:05 -0700
commit0fb8ec8e9a056cd219216b1f5724d289b50dc993 (patch)
tree3811a6e65296dd0e004db7d722acc8f2ac879a26 /include/netutils
parentc28cbb2c5abe9e93a75185dc7c9e4925a0f9a87a (diff)
downloadsystem_core-0fb8ec8e9a056cd219216b1f5724d289b50dc993.tar.gz
system_core-0fb8ec8e9a056cd219216b1f5724d289b50dc993.tar.bz2
system_core-0fb8ec8e9a056cd219216b1f5724d289b50dc993.zip
Pipe DHCP vendor info towards framework.
Bug: 6344821 Change-Id: Iebce3e1b36175fc88f44e18db647c43b1245f18f
Diffstat (limited to 'include/netutils')
-rw-r--r--include/netutils/dhcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/netutils/dhcp.h b/include/netutils/dhcp.h
index bd16240b..d25e58fa 100644
--- a/include/netutils/dhcp.h
+++ b/include/netutils/dhcp.h
@@ -30,7 +30,8 @@ extern int dhcp_do_request(const char *ifname,
char *dns1,
char *dns2,
char *server,
- uint32_t *lease);
+ uint32_t *lease,
+ char *vendorInfo);
extern int dhcp_stop(const char *ifname);
extern int dhcp_release_lease(const char *ifname);
extern char *dhcp_get_errmsg();