Skip to content

Commit

Permalink
Documentation of PR415
Browse files Browse the repository at this point in the history
  • Loading branch information
geza-pycom authored and peter-pycom committed Jun 11, 2020
1 parent 9d0a997 commit 9748fa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/firmwareapi/pycom/network/wlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 9748fa8

Please sign in to comment.