wpa2-eap WIFI configuration with password that will change

MH
Michael Hancock
United Supermarkets, L.L.C.

I'm looking into configuring some Datalogic Memor 10 handhelds for some folks that float from location to location. The devices need to have a lockdown screen as they are company owned and only for business purposes. These folks will use a wpa2-eap configuration using their Active Directory username and password. Every time their password changes they will need to change the stored password. Neither the SOTI Settings application nor action://CONFIGURE_WIFI allow for EAP configuration.

I'm looking into directly using the built in Android WIFI settings but I can't get the intent to work right. I can launch com.android.settings and bring up that dialog, but if I try to use an intent for something like android.settings.WIFI_SETTINGS the action fails. I know I'm just missing something silly. Any thoughts?

Any other thoughts on allowing a user to change their stored password on the device?

5 years ago
Android
ANSWERS
MD
Matt Dermody Diamond Contributor
5 years ago

Give the following a shot:

com.android.settings/.wifi.WifiSettings

MH
Michael Hancock
5 years ago

That got it! I wouldn't have ever thought to do the . after the /. Thanks!