Structure representing the Wi-Fi buffer configuration.

Public Attributes#

uint8_t

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

uint8_t

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

uint8_t

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

uint32_t

Indicates the block size in bytes.

void *

Pointer to the chunk of memory allocated on the 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 the data to NWP.


rx_buffer_quota#

uint8_t sl_wifi_buffer_configuration_t::rx_buffer_quota

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


control_buffer_quota#

uint8_t sl_wifi_buffer_configuration_t::control_buffer_quota

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


block_size#

uint32_t sl_wifi_buffer_configuration_t::block_size

Indicates the block size in bytes.


buffer_memory#

void* sl_wifi_buffer_configuration_t::buffer_memory

Pointer to the chunk of memory allocated on the first invocation of malloc.