Lines Matching refs:TX
102 prompt "Type of WiFi TX buffers"
105 Select type of WiFi TX buffers:
107 If "Static" is selected, WiFi TX buffers are allocated when WiFi is
109 static TX buffer is fixed to about 1.6KB.
111 If "Dynamic" is selected, each WiFi TX buffer is allocated as needed
114 The size of each dynamic TX buffer depends on the length of each data
118 WiFi TX buffers. If PSRAM is disabled, "Dynamic" should be selected
133 int "Max number of WiFi static TX buffers"
138 Set the number of WiFi static TX buffers. Each buffer takes approximately
143 the WiFi driver makes a copy of it in a TX buffer. For some applications
146 In these cases, we may run out of TX buffers.
149 int "Max number of WiFi cache TX buffers"
154 Set the number of WiFi cache TX buffer number.
156 For each TX packet from uplayer, such as LWIP etc, WiFi driver needs to
157 allocate a static TX buffer and makes a copy of uplayer packet. If WiFi
158 driver fails to allocate the static TX buffer, it caches the uplayer
160 size of the cached TX queue.
163 int "Max number of WiFi dynamic TX buffers"
168 Set the number of WiFi dynamic TX buffers. The size of each
173 the WiFi driver makes a copy of it in a TX buffer. For some applications,
175 than WiFi layer can transmit. In these cases, we may run out of TX
221 bool "WiFi AMPDU TX"
224 Select this option to enable AMPDU TX feature. It improves transmission
229 int "WiFi AMPDU TX BA window size"
234 Set the size of WiFi Block Ack TX window. Generally a bigger value means
237 UDP TX throughput with iperf etc. For iperf test in shieldbox,
264 bool "WiFi AMSDU TX"
268 Select this option to enable AMSDU TX feature