Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
How do I add a Wifi network with a hidden SSID?

On my Android phone, if I add a network manually there is a flag to set "hidden":true/false.

Looks like this is needed.

Thanks.
by (200 points)
edited by

1 Answer

0 votes

This option is available in the version 1.23 of WiFi manager (see the download link here).

To add a hidden network, specify the hidden and security attributes:

{

    "ssid": "My Hidden WiFi",

    "password": "password value",

    "hidden": true,

    "security": "WPA2-PSK"

}

ago by (41.8k points)
edited ago by
Excellent. Thank you.
...