You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/library/network.WLAN.rst
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,10 @@ Methods
70
70
- ``channel`` a number in the range 1-11. Only needed when mode is ``WLAN.AP``.
71
71
- ``antenna`` selects between the internal and the external antenna. Can be either
72
72
``WLAN.INT_ANT`` or ``WLAN.EXT_ANT``.
73
+
- ``protocol_mode`` selects Wi-Fi protocol mode. Defaults to 802.11BGN (``WLAN.PROTOCOL_11B|WLAN.PROTOCOL_11G|WLAN.PROTOCOL_11N``). Here you can activate Espressif-patented long range mode with ``WLAN.PROTOCOL_LR``.
73
74
- ``power_save`` enables or disables power save functions in STA mode.
0 commit comments