| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
For build-system CFLAGS clean-up, remove unused functions and
variables.
Change-Id: I40a78d5a532dc32b53beb1cfc1b7645bab8add16
|
|
|
|
|
| |
Change-Id: I517fd1f62d451b07466a21a2b770d9ce389dac19
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
|
|\
| |
| |
| | |
Change-Id: I949cce9e1f14cd33162b81fbc6728c64e2b09b7c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. bad return status make it return uninitialized prefixLength with a magic
number in android_net_utils_runDhcpCommon()
2. it will make DhcpInfoInternal.makeLinkAddress() to throw
IllegalArgumentException when try to connect a Wifi AP
3. the exception will make system reboot, of cource it random.
Change-Id: Iabc0cd5b69c1316f4eeae0aa1b8a91444dca4562
Signed-off-by: Michael Wu <michaelstay@gmail.com>
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
bug:5958524
Change-Id: I61c25e23d21e92653ec9b874d3d456a330d8fe05
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
set"
* commit 'bab2ba3e730d610883added31ff806da352cbb07':
Fix dhcpcd startup when net.hostname is not set
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Commit 62d6f74 swapped p2p_interface and DHCP_CONFIG_PATH
erroneously. This reverts them to their correct ordering and makes dhcpcd
startup work again.
Change-Id: Iea033a7e0dad98bb2a63fb39755330675cfbb0ab
Signed-off-by: Matt Gumbel <matthew.k.gumbel@intel.com>
|
| |
| |
| |
| | |
Change-Id: Icbc1859125bae0bc222685bfbc18af38273d6827
|
| |
| |
| |
| |
| |
| | |
Remove unnecessary DHCP properties
Change-Id: I27b5d0a2d8fd67c911d04bb2d18dc1b3f10e7c2a
|
|/
|
|
|
|
|
| |
This property is set by the dhcpcd daemon.
bug:6799630
Change-Id: I21002e286819cff420ec72e3857764e5f58ecfe4
|
|
|
|
|
| |
Change-Id: Idd5c8734fafd27c76f61820f223627af4c71a271
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
p2p interfaces keep increasing. Reuse a single "p2p" phrase to track all
p2p specific properties.
Longer term, we will remove the use of system properties for dhcp
Also, fixed some warnings
Bug: 6522164
Change-Id: Ibe9a68a1b5db9d5b0fe88c854d9f94b1b9930970
|
|
|
|
|
| |
Bug: 6344821
Change-Id: Iebce3e1b36175fc88f44e18db647c43b1245f18f
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ia99b2c10ff6cf8c75c23db49f1e9cf7a043141cc
|
|/
|
|
|
|
|
|
| |
- Modified dhcp renew code for the new conenctivity changes in ICS
Change-Id: I614dfc62a875b79dbd8b7c46f4d87f366a3c3661
Signed-off-by: tk.mun <tk.mun@samsung.com>
bug:5486930
|
|
|
|
|
| |
Bug: 5002384
Change-Id: I4ee4f80e2bc2966aa30d1344182d90f30117fbae
|
|
|
|
|
|
|
| |
Some routers can return 0.0.0.0 as gateway address,
use DHCP server as gateway in such instances
Change-Id: I7e8db8e619475efce53ce391f77f2c13c3b7268c
|
|
|
|
|
|
|
|
| |
Added when using dhcp on both wimax and wifi. But should be useful across multiple
services running dhcp now. Also adds a renewal api
Change-Id: Ic850a612dd429cd675b5b0224ff58895f9d8e4d9
Signed-off-by: TK MUN <tk.mun@samsung.com>
|
|
|
|
|
|
|
|
| |
Doesn't do IPv6, but removes v4-specific structures from the framework
(netmask, ints for addrs)
bug:2542681
Change-Id: I1110e6f32d42a472b104835a4298e18b391db0a7
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I5f4dc797b353a0f01fa00d38375ec303bf863254
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
This reverts commit c88e09cb98fb3690c3cf49f5a825532e0d9bf300.
|
|\
| |
| |
| | |
Change-Id: I8cfc9c0b699eceef77a905ca2f8cbdb1ab06bf1d
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
|/
|
|
| |
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
|
| |
|
| |
|
| |
|
| |
|
|
|