Merge branch 'doc/update_wifi_amsdu_docs_v4.3' into 'release/v4.3'

doc: update wifi amsdu docs(Backport v4.3)

See merge request espressif/esp-idf!21402
This commit is contained in:
Jiang Jiang Jian
2023-01-06 10:59:51 +08:00
2 changed files with 25 additions and 4 deletions

View File

@ -9,7 +9,7 @@ Wi-Fi Driver
- Support station-only mode, AP-only mode, station/AP-coexistence mode - Support station-only mode, AP-only mode, station/AP-coexistence mode
- Support IEEE 802.11b, IEEE 802.11g, IEEE 802.11n, and APIs to configure the protocol mode - Support IEEE 802.11b, IEEE 802.11g, IEEE 802.11n, and APIs to configure the protocol mode
- Support WPA/WPA2/WPA3/WPA2-Enterprise and WPS - Support WPA/WPA2/WPA3/WPA2-Enterprise and WPS
- Support AMPDU, HT40, QoS and other key features - Support AMSDU, AMPDU, HT40, QoS and other key features
- Support Modem-sleep - Support Modem-sleep
- Support an Espressif-specific protocol which, in turn, supports up to **1 km** of data traffic - Support an Espressif-specific protocol which, in turn, supports up to **1 km** of data traffic
- Up to 20 MBit/s TCP throughput and 30 MBit/s UDP throughput over the air - Up to 20 MBit/s TCP throughput and 30 MBit/s UDP throughput over the air
@ -1954,7 +1954,17 @@ Theoretically the higher priority AC has better performance than the low priorit
Wi-Fi AMSDU Wi-Fi AMSDU
------------------------- -------------------------
{IDF_TARGET_NAME} supports receiving and transmitting AMSDU. .. only:: esp32c3
{IDF_TARGET_NAME} supports receiving AMSDU.
.. only:: esp32
{IDF_TARGET_NAME} supports receiving and transmitting AMSDU. AMSDU TX is disabled by default, since enable AMSDU TX need more memory. Select :ref:`CONFIG_ESP32_WIFI_AMSDU_TX_ENABLED` to enable AMSDU Tx feature, it depends on :ref:`CONFIG_ESP32_SPIRAM_SUPPORT`.
.. only:: esp32s2
{IDF_TARGET_NAME} supports receiving and transmitting AMSDU. AMSDU TX is disabled by default, since enable AMSDU TX need more memory. Select :ref:`CONFIG_ESP32_WIFI_AMSDU_TX_ENABLED` to enable AMSDU Tx feature, it depends on :ref:`CONFIG_ESP32S2_SPIRAM_SUPPORT`.
Wi-Fi Fragment Wi-Fi Fragment
------------------------- -------------------------

View File

@ -9,7 +9,7 @@
- 支持仅 station 模式、仅 AP 模式、station/AP 共存模式 - 支持仅 station 模式、仅 AP 模式、station/AP 共存模式
- 支持使用 IEEE 802.11B、IEEE 802.11G、IEEE 802.11N 和 API 配置协议模式 - 支持使用 IEEE 802.11B、IEEE 802.11G、IEEE 802.11N 和 API 配置协议模式
- 支持 WPA/WPA2/WPA3/WPA2-企业版和 WPS - 支持 WPA/WPA2/WPA3/WPA2-企业版和 WPS
- 支持 AMPDU、HT40、QoS 以及其它主要功能 - 支持 AMSDU、AMPDU、HT40、QoS 以及其它主要功能
- 支持 Modem-sleep - 支持 Modem-sleep
- 支持乐鑫专属协议,可实现 **1 km** 数据通信量 - 支持乐鑫专属协议,可实现 **1 km** 数据通信量
- 空中数据传输最高可达 20 MBit/s TCP 吞吐量和 30 MBit/s UDP 吞吐量 - 空中数据传输最高可达 20 MBit/s TCP 吞吐量和 30 MBit/s UDP 吞吐量
@ -1956,7 +1956,18 @@ Wi-Fi 协议中定义了四个 AC (访问类别),每个 AC 有各自的优
Wi-Fi AMSDU Wi-Fi AMSDU
------------------------- -------------------------
{IDF_TARGET_NAME} 支持接收和发送 AMSDU。 .. only:: esp32c3
{IDF_TARGET_NAME} 支持接收 AMSDU。
.. only:: esp32
{IDF_TARGET_NAME} 支持接收和发送 AMSDU。开启 AMSDU 发送比较消耗内存,默认不开启 AMSDU 发送。可通过选项 :ref:`CONFIG_ESP32_WIFI_AMSDU_TX_ENABLED` 使能 AMSDU 发送功能, 但是使能 AMSDU 发送依赖于 :ref:`CONFIG_ESP32_SPIRAM_SUPPORT`
.. only:: esp32s2
{IDF_TARGET_NAME} 支持接收和发送 AMSDU。开启 AMSDU 发送比较消耗内存,默认不开启 AMSDU 发送。可通过选项 :ref:`CONFIG_ESP32_WIFI_AMSDU_TX_ENABLED` 使能 AMSDU 发送功能, 但是使能 AMSDU 发送依赖于 :ref:`CONFIG_ESP32S2_SPIRAM_SUPPORT`
Wi-Fi 分片 Wi-Fi 分片
------------------------- -------------------------