From 9748fa8e082162d922de7417cce6b845c57cb721 Mon Sep 17 00:00:00 2001 From: Geza Husi Date: Wed, 10 Jun 2020 20:48:44 +0200 Subject: [PATCH] Documentation of PR415 --- content/firmwareapi/pycom/network/wlan.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/firmwareapi/pycom/network/wlan.md b/content/firmwareapi/pycom/network/wlan.md index b2eb5d7b..0b651bb3 100644 --- a/content/firmwareapi/pycom/network/wlan.md +++ b/content/firmwareapi/pycom/network/wlan.md @@ -341,6 +341,11 @@ Start SmartConfig operation, the smartConfig is a provisioning technique that en Get the password of AP the Device is connected to. +### wlan.ap\_tcpip\_sta\_list() + +This API returns with a list of the devices connected to the Pycom board when it is in AP mode. +Each element of the returned list is a tuple, containing the MAC address and IP address of the device. + ## Constants * WLAN mode: `WLAN.STA`, `WLAN.AP`, `WLAN.STA_AP`