enable Eap Tls Authentication
public void enableEapTlsAuthentication(String iface, String eapIdentity, String eapCACertAlias, String eapClientCertAlias)
Configures EAP-TLS authentication for the interface
Parameters
iface
- the interface to be configured
eap Identity
- the eap identity value requested by the RADIUS server. Defaults to the device serial no if no value provided.
eap CACert Alias
- the CA cert alias to be used from system keystore
eap Client Cert Alias
- the client cert alias to be used from system keystore
Throws
if operation fails