wifi: document enable_btm and enable_rrm (#2163)

This commit is contained in:
Stijn Tintel 2022-08-17 12:10:45 +03:00 committed by GitHub
parent 76fe7c7f18
commit 56a451f67a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ Configuration variables:
The downside is that this option connects to the first network the ESP sees, even if that network is very far away and
better ones are available.
- **enable_btm** (*Optional*, bool): Only on ``esp32`` with ``esp-idf``. Enable 802.11v BSS Transition Management support.
- **enable_rrm** (*Optional*, bool): Only on ``esp32`` with ``esp-idf``. Enable 802.11k Radio Resource Management support.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
Access Point Mode