Lines Matching refs:RX
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.
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
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.
139 1.6KB of RAM. The static RX buffers are allocated when esp_wifi_init() is
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
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
287 bool "WiFi RX IRAM speed optimization"
290 Select this option to place frequently called Wi-Fi library RX functions in IRAM.