XCORE SDK
XCORE Software Development Kit
|
Startup Indication message. This is the first message sent to the host to confirm boot success. It gives detailed information on the HW and FW versions and capabilities. More...
#include <sl_wfx_general_api.h>
Public Attributes | |
uint32_t | status |
Initialization status. A value of zero indicates the boot is completed successfully (see enum sl_wfx_status_t) | |
uint16_t | hardware_id |
=RO misc_read_reg7 register value | |
uint8_t | opn [SL_WFX_OPN_SIZE] |
=OTP part_OPN | |
uint8_t | uid [SL_WFX_UID_SIZE] |
=OTP UID | |
uint16_t | num_inp_ch_bufs |
Number of buffers available for request messages. | |
uint16_t | size_inp_ch_buf |
TX Buffer size in bytes=request message max size. | |
uint8_t | num_links_aP |
number of STA that are supported in AP mode | |
uint8_t | num_interfaces |
number of interfaces (WIFI link : STA or AP) that can be created by the user | |
uint8_t | mac_addr [2][SL_WFX_MAC_ADDR_SIZE] |
MAC addresses derived from OTP. | |
uint8_t | api_version_minor |
uint8_t | api_version_major |
sl_wfx_capabilities_t | capabilities |
List some FW options. | |
uint8_t | firmware_build |
uint8_t | firmware_minor |
uint8_t | firmware_major |
uint8_t | firmware_type |
See enum sl_wfx_fw_type_t. | |
uint8_t | disabled_channel_list [SL_WFX_DISABLED_CHANNEL_LIST_SIZE] |
=OTP Disabled channel list info | |
sl_wfx_otp_regul_sel_mode_info_t | regul_sel_mode_info |
OTP region selection mode info. | |
sl_wfx_otp_phy_info_t | otp_phy_info |
info on OTP backoff tables used to enforce the different DFS regulations. | |
uint32_t | supported_rate_mask |
A bit mask that indicates which rates are supported by the Physical layer. See enum api_rate_index. | |
uint8_t | firmware_label [SL_WFX_FIRMWARE_LABEL_SIZE] |
Null terminated text string describing the loaded FW. | |
Startup Indication message. This is the first message sent to the host to confirm boot success. It gives detailed information on the HW and FW versions and capabilities.