I've been working for a while on an application that enables and disables an Hotspot with specific SSID and Password in order to create a connection and trasfer data through FTP with the connection's client.
The client connects only to a specific SSID and Password, and that's why I've been trying to set things up in order to have it working, but since I've made a jump from pre-Android 8 to Android 10 I noticed that most methods and classes that used to manage these connections are either system-only or completely removed.
Does anyone know if there's a way to set a specific SSID and Password on WifiManager.LocalOnlyHotspot, or there's some other way to do that? My project basically depends on it and it'd be a shame if we had to change a lot of how interactions works because of these security changes.
Thanks for the help everyone!