Page 1 of 1

How to list APs of SSID hidden via network.scan() ?

Posted: Fri Apr 19, 2019 10:46 pm
by water
The network.scan() return a list of tuples like (ssid, bssid, channel, RSSI, authmode, hidden), but actually, the result not include "hidden == True" APs,
I use Espruino scan available APs, the APs of SSID hidden also return, so it's ESP8266 capability.
How to list the SSID hidden APs ?

Thanks.