Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation of PR415 #269

Merged
merged 1 commit into from
Jun 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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