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.
Definition at line
37
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 response from TA.
Definition at line
38
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 command to TA.
Definition at line
39
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.
Definition at line
40
of file components/protocol/wifi/inc/sl_wifi_host_interface.h
buffer_memory#
void* sl_wifi_buffer_configuration_t::buffer_memory
This field points to the chunk of memory allocated on first invocation of malloc.
Definition at line
41
of file components/protocol/wifi/inc/sl_wifi_host_interface.h