1 parent 35e63f0 commit a6cf458Copy full SHA for a6cf458
1 file changed
docs/library/network.rst
@@ -283,14 +283,6 @@ For example::
283
284
Disconnect from the currently connected wireless network.
285
286
- .. method:: wlan.mac([address])
287
-
288
- Get or set the network interface MAC address.
289
290
- If the ``address`` parameter is provided, sets the address to its
291
- value, which should be bytes object of length 6. If the function
292
- is called wihout parameters, returns the current address.
293
294
.. method:: wlan.scan()
295
296
Scan for the available wireless networks.
@@ -366,6 +358,7 @@ For example::
366
358
========= ===========
367
359
Parameter Description
368
360
361
+ mac MAC address (bytes)
369
362
essid WiFi access point name (string)
370
363
channel WiFi channel (integer)
371
364
hidden Whether ESSID is hidden (boolean)
0 commit comments