Wi-Fi packet structure.

Public Attributes#

uint16_t

Length of data.

uint16_t

command type

uint8_t

Contains command status and other additional information. Unused for TX and only used for RX packets.

uint8_t

packet header

union sl_wifi_system_packet_t::@17

Command header.

uint8_t

Data to be transmitted or received.

Public Attribute Documentation#

length#

uint16_t sl_wifi_system_packet_t::length

Length of data.


command#

uint16_t sl_wifi_system_packet_t::command

command type


unused#

uint8_t sl_wifi_system_packet_t::unused[12]

Contains command status and other additional information. Unused for TX and only used for RX packets.


desc#

uint8_t sl_wifi_system_packet_t::desc[16]

packet header


@18#

union sl_wifi_system_packet_t::@17 sl_wifi_system_packet_t::@18

Command header.


data#

uint8_t sl_wifi_system_packet_t::data[]

Data to be transmitted or received.