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.
Definition at line
72
of file components/protocol/wifi/inc/sl_wifi_host_interface.h
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.
Definition at line
73
of file components/protocol/wifi/inc/sl_wifi_host_interface.h
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.
Definition at line
74
of file components/protocol/wifi/inc/sl_wifi_host_interface.h
block_size#
uint32_t sl_wifi_buffer_configuration_t::block_size
Indicates the block size in bytes.
Definition at line
75
of file components/protocol/wifi/inc/sl_wifi_host_interface.h
buffer_memory#
void* sl_wifi_buffer_configuration_t::buffer_memory
Pointer to the chunk of memory allocated on the first invocation of malloc.
Definition at line
76
of file components/protocol/wifi/inc/sl_wifi_host_interface.h