Lines Matching +full:rx +full:- +full:data +full:- +full:mode
18 core mode because the network stack is not aware of SMP
27 Make sure there is a minimal heap available for Wi-Fi driver.
46 bool "Activates the Station/AP co-existence mode."
49 The Station/AP coexistence mode allows the ESP32 to operate as both a station and
50 an access point simultaneously. This mode is not enabled by default.
70 int "Max number of WiFi static RX buffers"
74 Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM.
75 The static rx buffers are allocated when esp_wifi_init is called, they are not freed
84 int "Max number of WiFi dynamic RX buffers"
88 Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers
90 RX buffer depends on the size of the received data frame.
92 For each received data frame, the WiFi driver makes a copy to an RX buffer
93 and then delivers it to the high layer TCP/IP stack. The dynamic RX buffer
94 is freed after the higher layer has successfully received the data frame.
96 For some applications, WiFi data frames may be received faster than the
98 RX buffer number is unlimited (0). If a dynamic RX buffer limit is set,
99 it should be at least the number of static RX buffers.
108 initialized and released when WiFi is de-initialized. The size of each
112 when a data frame is delivered to the Wifi driver from the TCP/IP stack.
113 The buffer is freed after the data frame has been sent by the WiFi driver.
114 The size of each dynamic TX buffer depends on the length of each data
139 1.6KB of RAM. The static RX buffers are allocated when esp_wifi_init() is
142 For each transmitted data frame from the higher layer TCP/IP stack,
170 transmitted data frame.
179 prompt "Type of WiFi RX MGMT buffers"
182 Select type of WiFi RX MGMT buffers:
184 If "Static" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released
185 when WiFi is de-initialized. The size of each static RX MGMT buffer is fixed to about 500 Bytes.
187 …If "Dynamic" is selected, each WiFi RX MGMT buffer is allocated as needed when a MGMT data frame is
188 …received. The MGMT buffer is freed after the MGMT data frame has been processed by the WiFi driver.
202 int "Max number of WiFi RX MGMT buffers"
241 bool "WiFi AMPDU RX"
244 Select this option to enable AMPDU RX feature. It improves transmission
249 int "WiFi AMPDU RX BA window size"
254 Set the size of WiFi Block Ack RX window. Generally a bigger value means
257 e.g. test the maximum UDP RX throughput with iperf etc. For iperf test in
282 Select this option to place frequently called Wi-Fi library functions in IRAM.
284 but Wi-Fi throughput will be reduced.
287 bool "WiFi RX IRAM speed optimization"
290 Select this option to place frequently called Wi-Fi library RX functions in IRAM.
292 but Wi-Fi performance will be reduced.
306 …it will work for at least ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME. If a data packet is received or se…
316 sent within ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME, a null data packet will be sent
320 int "Minimum wait broadcast data time"
326 … before entering the sleep process. If a broadcast packet is received with more data bits, the time
351 Enable feature Fine Timing Measurement for calculating WiFi Round-Trip-Time (RTT).
367 Hidden option to enable Wi-Fi SoftAP functions in WPA supplicant and RF libraries.
384 bool "WPA3-Personal"
388 Select this option to allow the device to establish a WPA3-Personal connection.
398 bool "SAE-PK"
402 Select this option to enable SAE-PK