Chat freely about anything...

User avatar
By 1konjkav
#33713 Hello every one,
i've searched many times but couldn't find any AT Command for hiding SSID of my network!
there is 4 of these modules on my network and i want that user can see only my Server SSID!
is there any way to do that?

tanx all
User avatar
By biosleeper
#36704 Arduino Style
I found in ESP8266WiFi.h
Set up a WPA2-secured access point
* param ssid: Pointer to the SSID string.
* param passphrase: Pointer to passphrase, 8 characters min.
* param channel: WiFi channel number, 1 - 13.
* param ssid_hidden: Network cloaking? 0 = broadcast SSID, 1 = hide SSID
Code: Select all    void softAP(const char* ssid, const char* passphrase, int channel = 1, int ssid_hidden = 0);


Start scan WiFi networks available
* return: Number of discovered networks
Code: Select allint8_t scanNetworks(bool async = false, bool show_hidden = false);


I hope this helps :) Sorry, I have little English.
I can answer your questions in well with Thai lang.