Update Framework to support multiple dhpc ranges

Previously we only supported a single range - this was inadequate for
multiple interfaces.  Adding a second range so we can support
both usb and wifi tethering.

Also moving out of the zero-conf range as our dhcp client won't
accept ip addrs in that range (no nexus to nexus wifi action).

bug: 2537963
bug: 2533491
bug: 2538303
Change-Id: I600b421343c28c2f9839ed2076122ae3d0ff5d3d
This commit is contained in:
Robert Greenwalt
2010-03-24 16:03:21 -07:00
parent 838bfef915
commit bfb7bfa538
4 changed files with 38 additions and 20 deletions

View File

@@ -78,8 +78,9 @@ interface INetworkManagementService
/**
* Start tethering services with the specified dhcp server range
* arg is a set of start end pairs defining the ranges.
*/
void startTethering(String dhcpRangeStart, String dhcpRangeEnd);
void startTethering(in String[] dhcpRanges);
/**
* Stop currently running tethering services