Lines Matching refs:to
19 WiFi hardware use these buffers to receive all 802.11 frames.
21 … is enabled, this value is recommended to set equal or bigger than ESP_WIFI_RX_BA_WIN in order to
34 … For each received data frame, the WiFi driver makes a copy to an RX buffer and then delivers
35 … it to the high layer TCP/IP stack. The dynamic RX buffer is freed after the higher layer has
50 when WiFi is de-initialized. The size of each static TX buffer is fixed to about 1.6KB.
53 … delivered to the Wifi driver from the TCP/IP stack. The buffer is freed after the data frame
57 If PSRAM is enabled, "Static" should be selected to guarantee enough WiFi TX buffers.
58 If PSRAM is disabled, "Dynamic" should be selected to improve the utilization of RAM.
95 … For each TX packet from uplayer, such as LWIP etc, WiFi driver needs to allocate a static TX
96 … buffer and makes a copy of uplayer packet. If WiFi driver fails to allocate the static TX buffer,
97 … it caches the uplayer packets to a dedicated buffer queue, this option is used to configure the
121 … when WiFi is de-initialized. The size of each static RX MGMT buffer is fixed to about 500 Bytes.
146 …In order to prevent memory fragmentation, the management buffer type should be set to static first.
153 Select this option to enable CSI(Channel State Information) feature. CSI takes about
154 … CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM KB of RAM. If CSI is not used, it is better to disable
155 this feature in order to save memory.
161 Select this option to enable AMPDU TX feature
180 Select this option to enable AMPDU RX feature
193 …recommended value is 9~12. If PSRAM is used and WiFi memory is preferred to allocate in PSRAM firs…
194 …the default and minimum value should be 16 to achieve better throughput and compatibility with both
202 Select this option to enable AMSDU TX feature
208 Select this option to enable WiFi NVS flash
215 Pinned WiFi task to core 0 or core 1.
228 …ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). How…
230 …meaning that a root node conflict of up to five nodes can be detected at one time. In the occurenc…
238 …752 bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the be…
251 … with their size determined by the length of the management packet to be sent. When a management
253 assigns it to one of these buffers.
260 Select this option to place frequently called Wi-Fi library functions in IRAM.
269 Select this option to place additional frequently called Wi-Fi library functions
278 Select this option to place frequently called Wi-Fi library RX functions in IRAM.
287 … Select this option to allow the device to establish a WPA3-Personal connection with eligible AP's.
288 … PMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be
289 …explicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for…
296 Select this option to enable SAE-PK
304 Select this option to enable SAE support in softAP mode.
311 Select this option to allow the device to establish OWE connection with eligible AP's.
312 … PMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be
313 …explicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for…
320 …Select this option to place called Wi-Fi library TBTT process and receive beacon functions in IRAM.
335 to receive or send, the time will also be refreshed. unit: milliseconds.
344 to maintain the connection with the AP. unit: seconds.
377 Select this option to enable power_management for station when disconnected.
385 … Select this option to enable GCMP support. GCMP support is compulsory for WiFi Suite-B support.
391 …Select this option to enable GMAC support. GMAC support is compulsory for WiFi 192 bit certificati…
397 WiFi module can be compiled without SoftAP to save code size.
458 When using ESP mesh, this value should be set to a maximum of 6.
485 Select this option to enable the use of MbedTLS crypto APIs.
489 It is recommended to always keep this option enabled. Additionally,
500 Select this option to use MbedTLS TLS client for WPA2 enterprise connection.
503 it is advisable to update your server.
512 Select this option to enable WAPI-PSK
522 Select this option to enable 192 bit NSA suite-B.
523 This is necessary to support WPA3 192 bit security.
529 Select this option to enable 802.11k 802.11v APIs(RRM and BTM support).
533 to make device ready for network assisted roaming.
534 BTM: BSS transition management enables an AP to request a station to transition
535 to a specific AP, or to indicate to a station a set of preferred APs.
536 RRM: Radio measurements enable STAs to understand the radio environment,
537 it enables STAs to observe and gather data on radio link performance
555 Select this option to enable WiFi Multiband operation certification support.
562 Select this option to enable WiFi Easy Connect Support.
568 Select this option to enable WiFi Fast Transition Support.
575 Select this option to enable WPS registrar support in softAP mode.
597 Select this option to enable validate each WPS attribute
605 Select this option to get passphrase during WPS configuration.
606 This option fakes the virtual display capabilites to get the
608 Not recommanded to be used since WPS credentials should not
609 be shared to other devices, making it in readable format increases
610 that risk, also passphrase requires pbkdf2 to convert in psk.
619 Select this option to print logging information from WPA supplicant,
630 Select this to enable unity test for DPP.
636 Select this to enable/disable enterprise connection support.
647 Select this configuration to free dynamic buffers during WiFi enterprise connection.
648 This will enable chip to reduce heap consumption during WiFi enterprise connection.