|
@ -283,6 +283,14 @@ For example:: |
|
|
|
|
|
|
|
|
Disconnect from the currently connected wireless network. |
|
|
Disconnect from the currently connected wireless network. |
|
|
|
|
|
|
|
|
|
|
|
.. method:: wlan.mac([address]) |
|
|
|
|
|
|
|
|
|
|
|
Get or set the network interface MAC address. |
|
|
|
|
|
|
|
|
|
|
|
If the ``address`` parameter is provided, sets the address to its |
|
|
|
|
|
value, which should be bytes object of length 6. If the function |
|
|
|
|
|
is called wihout parameters, returns the current address. |
|
|
|
|
|
|
|
|
.. method:: wlan.scan(cb) |
|
|
.. method:: wlan.scan(cb) |
|
|
|
|
|
|
|
|
Initiate scanning for the available wireless networks. |
|
|
Initiate scanning for the available wireless networks. |
|
|