docs(wifi): update wifi fragment doc

This commit is contained in:
muhaidong
2025-11-03 14:58:34 +08:00
parent 64a03d0264
commit a0e6398f90
12 changed files with 29 additions and 4 deletions
@@ -775,6 +775,10 @@ config SOC_WIFI_FTM_SUPPORT
bool
default y
config SOC_WIFI_TXOP_SUPPORT
bool
default y
config SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW
bool
default y
@@ -346,6 +346,7 @@
/*------------------------------------ WI-FI CAPS ------------------------------------*/
#define SOC_WIFI_HW_TSF (1) /*!< Support hardware TSF */
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
#define SOC_WIFI_TXOP_SUPPORT (1) /*!< Support TXOP */
#define SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW (1) /*!< Support delta early time for rf phy on/off */
#define SOC_WIFI_PHY_NEEDS_USB_WORKAROUND (1) /*!< SoC has WiFi and USB PHYs interference, needs a workaround */
@@ -1111,6 +1111,10 @@ config SOC_WIFI_WAPI_SUPPORT
bool
default y
config SOC_WIFI_TXOP_SUPPORT
bool
default y
config SOC_WIFI_CSI_SUPPORT
bool
default y
@@ -466,6 +466,7 @@
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
#define SOC_WIFI_TXOP_SUPPORT (1) /*!< Support TXOP */
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */
#define SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW (1) /*!< Support delta early time for rf phy on/off */
@@ -1479,6 +1479,10 @@ config SOC_WIFI_WAPI_SUPPORT
bool
default y
config SOC_WIFI_TXOP_SUPPORT
bool
default y
config SOC_WIFI_CSI_SUPPORT
bool
default y
@@ -584,6 +584,7 @@
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
#define SOC_WIFI_TXOP_SUPPORT (1) /*!< Support TXOP */
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */
#define SOC_WIFI_HE_SUPPORT (1) /*!< Support Wi-Fi 6 */
@@ -1035,6 +1035,10 @@ config SOC_WIFI_WAPI_SUPPORT
bool
default y
config SOC_WIFI_TXOP_SUPPORT
bool
default y
config SOC_WIFI_CSI_SUPPORT
bool
default y
@@ -558,6 +558,7 @@
#define SOC_WIFI_FTM_SUPPORT (0) /*!< Support FTM */
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
#define SOC_WIFI_TXOP_SUPPORT (1) /*!< Support TXOP */
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */
#define SOC_WIFI_HE_SUPPORT (1) /*!< Support Wi-Fi 6 */
@@ -1439,6 +1439,10 @@ config SOC_WIFI_WAPI_SUPPORT
bool
default y
config SOC_WIFI_TXOP_SUPPORT
bool
default y
config SOC_WIFI_CSI_SUPPORT
bool
default y
@@ -568,6 +568,7 @@
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
#define SOC_WIFI_TXOP_SUPPORT (1) /*!< Support TXOP */
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */
#define SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW (1) /*!< Support delta early time for rf phy on/off */
+2 -2
View File
@@ -2311,11 +2311,11 @@ Wi-Fi AMSDU
Wi-Fi Fragment
-------------------------
.. only:: esp32 or esp32s2
.. only:: not SOC_WIFI_TXOP_SUPPORT
supports Wi-Fi receiving fragment, but does not support Wi-Fi transmitting fragment.
.. only:: esp32c3 or esp32s3 or esp32c6
.. only:: SOC_WIFI_TXOP_SUPPORT
{IDF_TARGET_NAME} supports Wi-Fi receiving and transmitting fragment.
+2 -2
View File
@@ -2283,11 +2283,11 @@ Wi-Fi AMSDU
Wi-Fi 分片
-------------------------
.. only:: esp32 or esp32s2
.. only:: not SOC_WIFI_TXOP_SUPPORT
支持 Wi-Fi 接收分片,但不支持 Wi-Fi 发送分片。
.. only:: esp32c3 or esp32s3 or esp32c6
.. only:: SOC_WIFI_TXOP_SUPPORT
{IDF_TARGET_NAME} 支持 Wi-Fi 接收和发送分片。