mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01:00
Merge branch 'feature/bringup_esp32c6_chip_wifi_rebase_master_2' into 'master'
esp_wifi: add txop limit support, sync header See merge request espressif/esp-idf!21913
This commit is contained in:
@@ -193,7 +193,7 @@ void initialise_wifi(void)
|
||||
esp_wifi_enable_rx_statistics(true, false);
|
||||
#endif
|
||||
#endif
|
||||
#if CONFIG_ENABLE_WIFI_TX_STATS
|
||||
#if CONFIG_ESP_WIFI_ENABLE_WIFI_TX_STATS
|
||||
esp_wifi_enable_tx_statistics(ESP_WIFI_ACI_BE, true);
|
||||
#endif
|
||||
initialized = true;
|
||||
|
||||
@@ -17,3 +17,6 @@ CONFIG_LWIP_UDP_RECVMBOX_SIZE=64
|
||||
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=64
|
||||
|
||||
CONFIG_LWIP_IP_REASS_MAX_PBUFS=15
|
||||
|
||||
CONFIG_ESP_WIFI_ENABLE_WIFI_RX_STATS=n
|
||||
CONFIG_ESP_WIFI_ENABLE_WIFI_TX_STATS=n
|
||||
|
||||
@@ -8,18 +8,20 @@ This example shows how to use itwt of wifi.
|
||||
|
||||
Itwt only works in station mode. And AP needs to support the capability of itwt.
|
||||
|
||||
This example support command "itwt, itwt_probe, itwt_info" to config itwt.
|
||||
Itwt can works under differnet power save mode.
|
||||
|
||||
* itwt: this command is for itwt setup/teardown.
|
||||
### Modem sleep (supported)
|
||||
This is default mode. Under this mode, can support console command "itwt, probe" to config itwt.
|
||||
|
||||
* itwt_probe: this command will send a probe request to update tsf time with ap
|
||||
* itwt: this command is for itwt setup/teardown/suspend.
|
||||
* probe: this command will send a probe request to update tsf time with ap
|
||||
|
||||
* itwt_info: this command will send a TWT Information frame to AP for suspending/resuming extablished iTWT agreements.
|
||||
### Light Sleep (will support)
|
||||
Need system suport light sleep. Console command will not support in this mode.
|
||||
|
||||
### Typical current consumption with Itwt enabled
|
||||
|
||||
|
||||
|
||||
### Typical current consumption with Itwt disabled
|
||||
|
||||
|
||||
|
||||
@@ -15,3 +15,6 @@ CONFIG_LWIP_TCP_WND_DEFAULT=34000
|
||||
CONFIG_LWIP_TCP_RECVMBOX_SIZE=64
|
||||
CONFIG_LWIP_UDP_RECVMBOX_SIZE=64
|
||||
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=64
|
||||
|
||||
CONFIG_ESP_WIFI_ENABLE_WIFI_RX_STATS=n
|
||||
CONFIG_ESP_WIFI_ENABLE_WIFI_TX_STATS=n
|
||||
|
||||
Reference in New Issue
Block a user