Unable to install certificates for WiFi
Our MDM is using an internal app to install certificates that can be managed by our platform.
The problem is when trying to set up corporate EAP-TLS networks, the device is unable to use the installed certificate for WiFi authentication.
We see that identity certificates that can be installed programatically via
DevicePolicyManager.installKeyPair(ComponentName admin, PrivateKey privKey, Certificate[] certs, String alias, boolean requestAccess)
are installed under User Credentials settings section but for VPN and apps usage, not for WiFi, which is
what the network configuration is expecting.
Is there any other Android SDK API we can use in order to install the certificates for WiFi usage?
Many thanks.