Device configuration for Si91x device.
Public Attributes#
Boot option. One of the values from Load Image Types.
MAC address of type sl_mac_address_t.
Wi-Fi band of type sl_wifi_band_mode_t.
Region code of type sl_wifi_region_code_t.
Boot configuration. sl_wifi_system_boot_configuration_t.
TA buffer allocation command parameters of type sl_wifi_system_dynamic_pool_t.
Type of eFuse data need to be read from flash. Refer to sl_si91x_efuse_data_type_t.
Image number for the NWP firmware, used to specify which firmware image to load NWP Firmware Image Numbers.
Public Attribute Documentation#
boot_option#
uint8_t sl_wifi_device_configuration_t::boot_option
Boot option. One of the values from Load Image Types.
mac_address#
sl_mac_address_t* sl_wifi_device_configuration_t::mac_address
MAC address of type sl_mac_address_t.
band#
sl_wifi_band_mode_t sl_wifi_device_configuration_t::band
Wi-Fi band of type sl_wifi_band_mode_t.
region_code#
sl_wifi_region_code_t sl_wifi_device_configuration_t::region_code
Region code of type sl_wifi_region_code_t.
boot_config#
sl_wifi_system_boot_configuration_t sl_wifi_device_configuration_t::boot_config
Boot configuration. sl_wifi_system_boot_configuration_t.
ta_pool#
sl_wifi_system_dynamic_pool_t sl_wifi_device_configuration_t::ta_pool
TA buffer allocation command parameters of type sl_wifi_system_dynamic_pool_t.
efuse_data_type#
uint8_t sl_wifi_device_configuration_t::efuse_data_type
Type of eFuse data need to be read from flash. Refer to sl_si91x_efuse_data_type_t.
nwp_fw_image_number#
uint8_t sl_wifi_device_configuration_t::nwp_fw_image_number
Image number for the NWP firmware, used to specify which firmware image to load NWP Firmware Image Numbers.