Wi-Fi buffer.
Public Attributes#
sl_slist_node_t
Points to the node of the list of which the buffer is part of.
uint32_t
Indicates the buffer size.
uint8_t
Indicates the buffer type (SL_WIFI_TX_FRAME_BUFFER,SL_WIFI_RX_FRAME_BUFFER,etc..) corresponding to the buffer.
uint8_t
Stores the data (header + payload) to be send to TA.
Public Attribute Documentation#
node#
sl_slist_node_t sl_wifi_buffer_t::node
Points to the node of the list of which the buffer is part of.
Definition at line
28
of file components/protocol/wifi/inc/sl_wifi_host_interface.h
length#
uint32_t sl_wifi_buffer_t::length
Indicates the buffer size.
Definition at line
29
of file components/protocol/wifi/inc/sl_wifi_host_interface.h
type#
uint8_t sl_wifi_buffer_t::type
Indicates the buffer type (SL_WIFI_TX_FRAME_BUFFER,SL_WIFI_RX_FRAME_BUFFER,etc..) corresponding to the buffer.
Definition at line
31
of file components/protocol/wifi/inc/sl_wifi_host_interface.h
data#
uint8_t sl_wifi_buffer_t::data[]
Stores the data (header + payload) to be send to TA.
Definition at line
32
of file components/protocol/wifi/inc/sl_wifi_host_interface.h