Firmware version information structure.

Public Attributes#

uint8_t

Build number of the firmware.

uint8_t

Security version indicating if security is enabled or disabled.

uint8_t

Minor version number of the firmware.

uint8_t

Major version number of the firmware.

Public Attribute Documentation#

build_num#

uint8_t sl_wifi_system_fw_version_info_t::build_num

Build number of the firmware.


security_version#

uint8_t sl_wifi_system_fw_version_info_t::security_version

Security version indicating if security is enabled or disabled.


minor#

uint8_t sl_wifi_system_fw_version_info_t::minor

Minor version number of the firmware.


major#

uint8_t sl_wifi_system_fw_version_info_t::major

Major version number of the firmware.