Lines Matching refs:number

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.
20 … A higher number may allow higher throughput but increases memory use. If ESP_WIFI_AMPDU_RX_ENABLED
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
39 … process them. In these cases we may run out of memory if RX buffer number is unlimited (0).
41 … If a dynamic RX buffer limit is set, it should be at least the number of static RX 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.
88 int "Max number of WiFi cache TX buffers"
93 Set the number of WiFi cache TX buffer number.
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,
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.
246 int "WiFi mgmt short buffer number"
250 … Set the maximum number of Wi-Fi management short buffers. These buffers are dynamically allocated,
421 int "Maximum number of consecutive lost beacons allowed"
426 Maximum number of consecutive lost beacons allowed, WiFi keeps Rx state when
427 the number of consecutive beacons lost is greater than the given threshold.
448 int "Maximum espnow encrypt peers number"
454 Maximum number of encrypted peers supported by espnow.
455 … The number of hardware keys for encryption is fixed. And the espnow and SoftAP share the same
456 … hardware keys. So this configuration will affect the maximum connection number of SoftAP.
457 …Maximum espnow encrypted peers number + maximum number of connections of SoftAP = Max hardware key…