Lines Matching full:wifi

4 	bool "ESP32 SoC WiFi support"
17 Enable ESP32 SoC WiFi support. Only supported in single
43 WiFi driver will automatically initiate DHCPV4 negotiation when connected.
53 bool "WiFi connection retry"
55 Set auto WiFI reconnection when disconnected.
60 Software controls WiFi/Bluetooth coexistence. Not supported yet.
63 bool "Allocate memory of WiFi and NET in SPIRAM"
66 Allocate memory of WiFi and NET stack in SPIRAM, increasing available RAM memory space
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.
78 WiFi hardware use these buffers to receive all 802.11 frames.
84 int "Max number of WiFi dynamic RX buffers"
88 Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers
92 For each received data frame, the WiFi driver makes a copy to an RX buffer
96 For some applications, WiFi data frames may be received faster than the
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
108 initialized and released when WiFi is de-initialized. The size of each
111 If "Dynamic" is selected, each WiFi TX buffer is allocated as needed
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.
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
145 than WiFi layer can transmit.
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
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
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"
206 Set the number of WiFi RX_MGMT buffers.
212 bool "WiFi CSI(Channel State Information)"
221 bool "WiFi AMPDU TX"
229 int "WiFi AMPDU TX BA window size"
234 Set the size of WiFi Block Ack TX window. Generally a bigger value means
241 bool "WiFi AMPDU RX"
249 int "WiFi AMPDU RX BA window size"
254 Set the size of WiFi Block Ack RX window. Generally a bigger value means
258 shieldbox, the recommended value is 9~12. If PSRAM is used and WiFi memory
264 bool "WiFi AMSDU TX"
271 int "WiFi mgmt short buffer number"
275 Set the number of WiFi management short buffer.
278 bool "WiFi IRAM speed optimization"
287 bool "WiFi RX IRAM speed optimization"
330 prompt "Wifi adapter heap in use"
334 bool "Wifi adapter use ESP runtime heap"
338 bool "Wifi adapter use SPIRAM heap"
342 bool "Wifi adapter use system heap"
347 bool "WiFi FTM"
351 Enable feature Fine Timing Measurement for calculating WiFi Round-Trip-Time (RTT).