Wi-Fi buffer configuration.

Public Attributes#

uint8_t

Indicates the limit on buffers used for sending data to TA.

uint8_t

Indicates the limit on buffers used for storing response from TA.

uint8_t

Indicates the limit on buffers used for sending command to TA.

uint32_t

Indicates the block size.

void *

This field points to the chunk of memory allocated on first invocation of malloc.

Public Attribute Documentation#

tx_buffer_quota#

uint8_t sl_wifi_buffer_configuration_t::tx_buffer_quota

Indicates the limit on buffers used for sending data to TA.


rx_buffer_quota#

uint8_t sl_wifi_buffer_configuration_t::rx_buffer_quota

Indicates the limit on buffers used for storing response from TA.


control_buffer_quota#

uint8_t sl_wifi_buffer_configuration_t::control_buffer_quota

Indicates the limit on buffers used for sending command to TA.


block_size#

uint32_t sl_wifi_buffer_configuration_t::block_size

Indicates the block size.


buffer_memory#

void* sl_wifi_buffer_configuration_t::buffer_memory

This field points to the chunk of memory allocated on first invocation of malloc.