History log of /frameworks/base/core/java/android/net/InterfaceConfiguration.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
87100cce398504075bc47c5bc6b5f15f4820a786 17-Oct-2016 Christopher Wiley <wiley@google.com> Use this.isUp() inside InterfaceConfiguration

Bug: 31337216
Test: Compiles
Change-Id: I968a739f9ada47b1357932d2da76451eb26c3d5f
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
08395dce6a369eb5bda3852d4988bcfa3c7685c7 10-Oct-2016 Christopher Wiley <wiley@google.com> Add InterfaceConfiguration.isUp()

Bug: 31337216
Test: None
Change-Id: Ifd83b069472fc50c9517fc69306e7938a9e9628c
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
ce5d913387c7fa4792ccb0dd13d79b6636c300a7 13-Sep-2016 Christopher Wiley <wiley@google.com> Allow WiFi components to manage interface up state

Setting the WiFi network interface up or down is racy because it
is not synchronized with the WiFi components managing the interface.

This causes a problem for hostapd when the interface is marked down
before hostapd starts because it causes the driver to enter the
de-initialization process. hostapd does not know how to react to this
change of events.

Bug: 31205821
Test: bug no longer reproduces on upcoming devices, unit tests pass

Change-Id: I96938e2aef89b400593d42ce1b0a6ccc2d2e5754
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
ba2896e939f359e5857149f1a27212db71be012b 01-Dec-2011 Jeff Sharkey <jsharkey@android.com> Move native netd calls to varargs.

Uses argument escaping inside NativeDaemonConnector, using varargs
to separate boundaries. Also introduces Command object to help build
argument lists.

Bug: 5472606
Change-Id: I357979fc19bb0171a056e690064e01b5a7119501
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
ddba10622dfd3122cf99c795706754e0d41858c3 30-Nov-2011 Jeff Sharkey <jsharkey@android.com> Clean up InterfaceConfiguration flags.

Offer modifier methods for interface flags instead of mutating
directly, and remove square brackets.

Change-Id: I4cce719dccedfb3f0e8448c111e65b93c0008cbb
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
ed1264093234b1f1354cd5f669eb82a50bb56869 29-Jan-2011 Robert Greenwalt <rgreenwalt@google.com> Bind addr and prefixLength together in LinkAddress

bug:2542681
Change-Id: I90200446216d78c676498144946832afe75efdb8
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
29552095e19e3faf2006ac1051da41d9bd212d6f 17-Jan-2011 Irfan Sheriff <isheriff@google.com> Pick an upstream interface with valid IP config

As a work around for the issue of picking
the wrong interface, add a check for selecting
an upstream interface that has a valid IP configuration

Bug: 3362306
Change-Id: I01084517cff756c97660b2cfbfa8e9bf26673148
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
04808c294027f8bc318643a94c85a999257d7f52 14-Dec-2010 Robert Greenwalt <rgreenwalt@google.com> Fix some IpV4-only code.

InterfaceConfiguration changed to use InetAddress and stop with the string->int->string
conversions.

bug:2542681
Change-Id: I11c4954547333c43bb840fa0469ddde57b0d043b
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
65ae29bd852ff468ad003af241d5177fe016c74a 18-Feb-2010 Robert Greenwalt <robdroid@android.com> Add USB RNDIS enable/disable control

Also adding interface configuration to the tethering machine.
Also fixing netd bug that didn't send up/down portion of iface config command.
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
353ced79b49269151b056c4b06dc632801b59497 22-Jan-2010 San Mehat <san@google.com> android.net: Introduce @hidden parcelable InterfaceConfiguration class

This class is used to get/set interface configuration via the
new NetworkManagementService API

Signed-off-by: San Mehat <san@google.com>
/frameworks/base/core/java/android/net/InterfaceConfiguration.java