Firmware header information structure.
Public Attributes#
Control flags for the firmware image.
SHA type used for the firmware image.
Magic number identifying the firmware image.
Size of the firmware image in bytes.
Firmware version information.
Address location in flash memory where the firmware image is stored.
Cyclic Redundancy Check (CRC) value of the firmware image.
Message Integrity Code (MIC) of the firmware image.
Reserved fields for future use.
Firmware version extended information.
Reserved fields for future use.
Public Attribute Documentation#
control_flags#
uint16_t sl_wifi_firmware_header_t::control_flags
Control flags for the firmware image.
fw_version_info#
sl_wifi_system_fw_version_info_t sl_wifi_firmware_header_t::fw_version_info
Firmware version information.
flash_location#
uint32_t sl_wifi_firmware_header_t::flash_location
Address location in flash memory where the firmware image is stored.
crc#
uint32_t sl_wifi_firmware_header_t::crc
Cyclic Redundancy Check (CRC) value of the firmware image.
mic#
uint32_t sl_wifi_firmware_header_t::mic[SL_WIFI_FIRMWARE_HEADER_MIC_U32_COUNT]
Message Integrity Code (MIC) of the firmware image.
fw_version_ext_info#
sl_wifi_fw_version_ext_info_t sl_wifi_firmware_header_t::fw_version_ext_info
Firmware version extended information.