@@ -213,7 +213,8 @@ Connects to the configured AP in station mode. You only ever need to call this i
Disconnects from AP in station mode.
!!! note
!!! note
Please note that disconnecting from Access Point does not reduce power consumption much.
If power saving is your goal, please use [`wifi.stop()`](#wifisetmode).
...
...
@@ -252,6 +253,7 @@ Registers callbacks for WiFi station status events.
the event.
Event information provided for each event is as follows:
-`start`: no additional info
-`stop`: no additional info
-`connected`: information about network/AP that was connected to:
...
...
@@ -334,6 +336,7 @@ Scan for available networks.
-`callback(ap_list)` a callback function to receive the list of APs when the scan is done. Each entry in the returned array follows the format used for [`wifi.sta.config()`](#wifistaconfig), with some additional fields.
The following fields are provided for each scanned AP: