Lines Matching refs:to
21 WiFi hardware use these buffers to receive all 802.11 frames.
23 … is enabled, this value is recommended to set equal or bigger than ESP_WIFI_RX_BA_WIN in order to
36 … For each received data frame, the WiFi driver makes a copy to an RX buffer and then delivers
37 … it to the high layer TCP/IP stack. The dynamic RX buffer is freed after the higher layer has
52 when WiFi is de-initialized. The size of each static TX buffer is fixed to about 1.6KB.
55 … delivered to the Wifi driver from the TCP/IP stack. The buffer is freed after the data frame
59 If PSRAM is enabled, "Static" should be selected to guarantee enough WiFi TX buffers.
60 If PSRAM is disabled, "Dynamic" should be selected to improve the utilization of RAM.
97 … For each TX packet from uplayer, such as LWIP etc, WiFi driver needs to allocate a static TX
98 … buffer and makes a copy of uplayer packet. If WiFi driver fails to allocate the static TX buffer,
99 … it caches the uplayer packets to a dedicated buffer queue, this option is used to configure the
121 Select this option to enable CSI(Channel State Information) feature. CSI takes about
122 … CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM KB of RAM. If CSI is not used, it is better to disable
123 this feature in order to save memory.
129 Select this option to enable AMPDU TX feature
148 Select this option to enable AMPDU RX feature
161 … recommended value is 9~12. If PSRAM is used and WiFi memory is prefered to allocat in PSRAM first,
162 …the default and minimum value should be 16 to achieve better throughput and compatibility with both
170 Select this option to enable AMSDU TX feature
176 Select this option to enable WiFi NVS flash
183 Pinned WiFi task to core 0 or core 1.
196 …ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). How…
198 …meaning that a root node conflict of up to five nodes can be detected at one time. In the occurenc…
206 …752 bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the be…
225 Select this option to place frequently called Wi-Fi library functions in IRAM.
234 Select this option to place frequently called Wi-Fi library RX functions in IRAM.
243 … Select this option to allow the device to establish a WPA3-Personal connection with eligible AP's.
244 … PMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be
245 …explicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for…
252 Select this option to enable SAE-PK
260 Select this option to enable SAE support in softAP mode.
267 Select this option to allow the device to establish OWE connection with eligible AP's.
268 … PMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be
269 …explicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for…
276 …Select this option to place called Wi-Fi library TBTT process and receive beacon functions in IRAM.
289 The minimum timeout for waiting to receive data, unit: milliseconds.
320 Select this option to enable power_management for station when disconnected.
328 … Select this option to enable GCMP support. GCMP support is compulsory for WiFi Suite-B support.
334 …Select this option to enable GMAC support. GMAC support is compulsory for WiFi 192 bit certificati…
340 WiFi module can be compiled without SoftAP to save code size.
401 When using ESP mesh, this value should be set to a maximum of 6.
427 Select this option to use MbedTLS crypto APIs which utilize hardware acceleration.
435 Select this option to use MbedTLS TLS client for WPA2 enterprise connection.
438 it is advisable to update your server.
447 Select this option to enable WAPI-PSK
456 Select this option to enable 192 bit NSA suite-B.
457 This is necessary to support WPA3 192 bit security.
463 Select this option to enable 802.11k 802.11v APIs(RRM and BTM support).
467 to make device ready for network assisted roaming.
468 BTM: BSS transition management enables an AP to request a station to transition
469 to a specific AP, or to indicate to a station a set of preferred APs.
470 RRM: Radio measurements enable STAs to understand the radio environment,
471 it enables STAs to observe and gather data on radio link performance
489 Select this option to enable WiFi Multiband operation certification support.
496 Select this option to enable WiFi Easy Connect Support.
502 Select this option to enable WiFi Fast Transition Support.
509 Select this option to enable WPS registrar support in softAP mode.
531 Select this option to enable validate each WPS attribute
539 Select this option to get passphrase during WPS configuration.
540 This option fakes the virtual display capabilites to get the
542 Not recommanded to be used since WPS credentials should not
543 be shared to other devices, making it in readable format increases
544 that risk, also passphrase requires pbkdf2 to convert in psk.
553 Select this option to print logging information from WPA supplicant,
564 Select this to enable unity test for DPP.