Lines Matching refs:buffers
9 int "Max number of WiFi static RX buffers"
15 Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM.
16 The static rx buffers are allocated when esp_wifi_init is called, they are not freed
19 WiFi hardware use these buffers to receive all 802.11 frames.
25 int "Max number of WiFi dynamic RX buffers"
30 … Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated
41 … If a dynamic RX buffer limit is set, it should be at least the number of static RX buffers.
44 prompt "Type of WiFi TX buffers"
47 Select type of WiFi TX buffers:
49 … If "Static" is selected, WiFi TX buffers are allocated when WiFi is initialized and released
57 If PSRAM is enabled, "Static" should be selected to guarantee enough WiFi TX buffers.
73 int "Max number of WiFi static TX buffers"
78 Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.
79 … The static RX buffers are allocated when esp_wifi_init() is called, they are not released
85 of TX buffers.
88 int "Max number of WiFi cache TX buffers"
101 int "Max number of WiFi dynamic TX buffers"
106 … Set the number of WiFi dynamic TX buffers. The size of each dynamic TX buffer is not fixed,
112 buffers.
115 prompt "Type of WiFi RX MGMT buffers"
118 Select type of WiFi RX MGMT buffers:
120 … If "Static" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released
139 int "Max number of WiFi RX MGMT buffers"
143 Set the number of WiFi RX_MGMT buffers.
145 For Management buffers, the number of dynamic and static management buffers is the same.
250 … Set the maximum number of Wi-Fi management short buffers. These buffers are dynamically allocated,
253 assigns it to one of these buffers.
642 bool "Free dynamic buffers during WiFi enterprise connection"
647 Select this configuration to free dynamic buffers during WiFi enterprise connection.