Ethernet Config Manager
Provides abilities to configure ethernet interfaces on the device.
Functions
Link copied to clipboard
This will remove all proxy settings applied via setStaticProxy or setProxyAutoConfigUrl.
Link copied to clipboard
Disables any configured authentication for the interface
Link copied to clipboard
This will enable DHCP and remove config applied via setStaticHostConfig
Link copied to clipboard
public void enableEapTlsAuthentication(String iface, String eapIdentity, String eapCACertAlias, String eapClientCertAlias)
Configures EAP-TLS authentication for the interface
Link copied to clipboard
Returns names of available ethernet interfaces on the device.
Link copied to clipboard
Obtains config in effect for the given interface.
Link copied to clipboard
Returns an instance of EthernetConfigManager for the given
context
Link copied to clipboard
Applies a given EthernetConfig to the given interface.
Link copied to clipboard
Sets a proxy auto-config URL.
Link copied to clipboard
Applies the given direct proxy config.