diff options
| author | Damien George <damien@micropython.org> | 2021-08-03 22:46:24 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-08-07 13:28:34 +1000 |
| commit | 8616129f2e382310802950db066178648a9429a3 (patch) | |
| tree | a5a1e83eac8fb04604de2c28a1e7dd05210923a6 /docs/library | |
| parent | bfc8e88ce165fc3d25dd12e6dc6853d3c8cd4a5e (diff) | |
esp8266,esp32: Include hidden networks in WLAN.scan results.
Addresses issues #2697 and #5329.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library')
| -rw-r--r-- | docs/library/network.WLAN.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/network.WLAN.rst b/docs/library/network.WLAN.rst index 88bd3a370..35e4b798a 100644 --- a/docs/library/network.WLAN.rst +++ b/docs/library/network.WLAN.rst @@ -46,6 +46,8 @@ Methods .. method:: WLAN.scan() Scan for the available wireless networks. + Hidden networks -- where the SSID is not broadcast -- will also be scanned + if the WLAN interface allows it. Scanning is only possible on STA interface. Returns list of tuples with the information about WiFi access points: |
