On most operating systems, you can set up name, password and encryption type for your WiFi hospot. For some reason, Android only has this switch to enable/disable it:
When I enable it WiFi Android AP
is created. Of course, I can't connect because I don't know the password. I would also like to change the name.
I also looked in Security and WiFi settings sections but nothing there either. What's wrong with Android?
/data/misc/wifi/softap.conf
exist? If yes, what does it contain? (Note: the file should be containing SSID and password of hotspot). The SSID would also be available from/data/misc/wifi/hostapd.conf
or wherever your device storeshostapd.conf
. Some devices don't even usehostapd.conf
to manage hotspot. – Firelord Feb 28 '16 at 00:57