Lines Matching full:buffers
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.
75 The static rx buffers are allocated when esp_wifi_init is called, they are not freed
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
99 it should be at least the number of static RX buffers.
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
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
139 1.6KB of RAM. The static RX buffers are allocated when esp_wifi_init() is
146 In these cases, we may run out of TX buffers.
149 int "Max number of WiFi cache TX buffers"
163 int "Max number of WiFi dynamic TX buffers"
168 Set the number of WiFi dynamic TX buffers. The size of each
176 buffers.
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
202 int "Max number of WiFi RX MGMT buffers"
206 Set the number of WiFi RX_MGMT buffers.
208 For Management buffers, the number of dynamic and static management buffers is the same.