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

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
User avatar
water
Posts: 75
Joined: Sun Sep 24, 2017 9:16 am

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

Post by water » Fri Apr 19, 2019 10:46 pm

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.

Post Reply