Lines Matching refs:buffers
21 int "Max number of WiFi static RX buffers"
26 Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM.
27 The static rx buffers are allocated when esp_wifi_init is called, they are not freed
30 WiFi hardware use these buffers to receive all 802.11 frames.
36 int "Max number of WiFi dynamic RX buffers"
41 … Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated
52 … If a dynamic RX buffer limit is set, it should be at least the number of static RX buffers.
55 prompt "Type of WiFi TX buffers"
58 Select type of WiFi TX buffers:
60 … If "Static" is selected, WiFi TX buffers are allocated when WiFi is initialized and released
68 If PSRAM is enabled, "Static" should be selected to guarantee enough WiFi TX buffers.
84 int "Max number of WiFi static TX buffers"
89 Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.
90 … The static RX buffers are allocated when esp_wifi_init() is called, they are not released
96 of TX buffers.
99 int "Max number of WiFi cache TX buffers"
112 int "Max number of WiFi dynamic TX buffers"
117 … Set the number of WiFi dynamic TX buffers. The size of each dynamic TX buffer is not fixed,
123 buffers.