General_ConfigurationGENERAL_API
General configuration commands.
Data Structures |
|
struct | sl_wfx_capabilities_t |
Capabilities offered by the WLAN used in command
sl_wfx_startup_ind_body_t
.
|
|
struct | sl_wfx_otp_regul_sel_mode_info_t |
REGUL_SEL_MODE OTP field reported in command
sl_wfx_startup_ind_body_t
.
|
|
struct | sl_wfx_otp_phy_info_t |
OTP_PHY_INFO OTP field reported in command
sl_wfx_startup_ind_body_t
.
|
|
struct | sl_wfx_startup_ind_body_t |
Startup Indication message.
|
|
struct | sl_wfx_configuration_req_body_t |
Configure the device.
|
|
struct | sl_wfx_configuration_cnf_body_t |
Confirmation message of CONFIGURATION command
sl_wfx_configuration_req_body_t
.
|
|
struct | sl_wfx_control_gpio_req_body_t |
Send a request to read or write a gpio identified by its label (that is defined in the PDS)
|
|
struct | sl_wfx_control_gpio_cnf_body_t |
Confirmation from request to read and write a gpio.
|
|
struct | sl_wfx_rx_stats_t |
RX stats from the GENERIC indication message
sl_wfx_generic_ind_body_t
.
|
|
struct | sl_wfx_generic_ind_body_t |
the Generic indication message.
|
|
struct | sl_wfx_exception_ind_body_t |
Exception indication message.
|
|
struct | sl_wfx_error_ind_body_t |
Error indication message.
|
Typedefs |
|
typedef sl_wfx_header_t | sl_wfx_shut_down_req_t |
SHUT_DOWN command.
|
Detailed Description
General configuration commands.
Data Structure Documentation
◆ sl_wfx_capabilities_t
struct sl_wfx_capabilities_t |
Capabilities offered by the WLAN used in command sl_wfx_startup_ind_body_t .
Definition at line
260
of file
general_api.h
.
◆ sl_wfx_otp_regul_sel_mode_info_t
struct sl_wfx_otp_regul_sel_mode_info_t |
REGUL_SEL_MODE OTP field reported in command sl_wfx_startup_ind_body_t .
Definition at line
271
of file
general_api.h
.
◆ sl_wfx_otp_phy_info_t
struct sl_wfx_otp_phy_info_t |
OTP_PHY_INFO OTP field reported in command sl_wfx_startup_ind_body_t .
Definition at line
281
of file
general_api.h
.
◆ sl_wfx_startup_ind_body_t
struct sl_wfx_startup_ind_body_t |
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
Definition at line
296
of file
general_api.h
.
Data Fields | ||
---|---|---|
uint8_t | api_version_major | |
uint8_t | api_version_minor | |
sl_wfx_capabilities_t | capabilities | List some FW options. |
uint8_t | disabled_channel_list[2] | =OTP Disabled channel list info |
uint8_t | firmware_build | |
uint8_t | firmware_label[128] | Null terminated text string describing the loaded FW. |
uint8_t | firmware_major | |
uint8_t | firmware_minor | |
uint8_t | firmware_type | See enum sl_wfx_fw_type_t. |
uint16_t | hardware_id | =RO misc_read_reg7 register value |
uint8_t | mac_addr[2][6] | MAC addresses derived from OTP. |
uint16_t | num_inp_ch_bufs | Number of buffers available for request messages. |
uint8_t | num_interfaces | number of interfaces (WIFI link : STA or AP) that can be created by the user |
uint8_t | num_links_aP | number of STA that are supported in AP mode |
uint8_t | opn[14] | =OTP part_OPN |
sl_wfx_otp_phy_info_t | otp_phy_info | info on OTP backoff tables used to enforce the different DFS regulations. |
sl_wfx_otp_regul_sel_mode_info_t | regul_sel_mode_info | OTP region selection mode info. |
uint16_t | size_inp_ch_buf | Tx Buffer size in bytes=request message max size. |
uint32_t | status | Initialization status. A value of zero indicates the boot is completed successfully (see enum sl_wfx_status_t) |
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 | uid[8] | =OTP UID |
◆ sl_wfx_configuration_req_body_t
struct sl_wfx_configuration_req_body_t |
Configure the device.
It sends a PDS compressed file that configures the device regarding board dependent parameters. The PDS compressed file must fit in a command buffer and have less than 256 elements.
Definition at line
331
of file
general_api.h
.
Data Fields | ||
---|---|---|
uint16_t | length | pds_data length in bytes |
uint8_t | pds_data[0] | variable size PDS data byte array |
◆ sl_wfx_configuration_cnf_body_t
struct sl_wfx_configuration_cnf_body_t |
Confirmation message of CONFIGURATION command sl_wfx_configuration_req_body_t .
Definition at line
343
of file
general_api.h
.
Data Fields | ||
---|---|---|
uint32_t | status | Configuration status. A value of zero indicates the boot is completed successfully (see enum sl_wfx_status_t) |
◆ sl_wfx_control_gpio_req_body_t
struct sl_wfx_control_gpio_req_body_t |
Send a request to read or write a gpio identified by its label (that is defined in the PDS)
After a write it also read back the value to check there is no drive conflict
Definition at line
369
of file
general_api.h
.
Data Fields | ||
---|---|---|
uint8_t | gpio_label | Identify the gpio by its label (defined in the PDS) |
uint8_t | gpio_mode | define how to set or read the gpio (see enum sl_wfx_gpio_mode_t) |
◆ sl_wfx_control_gpio_cnf_body_t
struct sl_wfx_control_gpio_cnf_body_t |
Confirmation from request to read and write a gpio.
Definition at line
390
of file
general_api.h
.
Data Fields | ||
---|---|---|
uint32_t | status | enum sl_wfx_status_t : a value of zero indicates the request is completed successfully. |
uint32_t | value | the error detail (see enum sl_wfx_gpio_error_t) when sl_wfx_control_gpio_cnf_body_t::status reports an error else the gpio read value. |
◆ sl_wfx_rx_stats_t
struct sl_wfx_rx_stats_t |
RX stats from the GENERIC indication message sl_wfx_generic_ind_body_t .
Definition at line
420
of file
general_api.h
.
◆ sl_wfx_generic_ind_body_t
struct sl_wfx_generic_ind_body_t |
the Generic indication message.
It reports different type of information that can be printed by the driver.
Definition at line
445
of file
general_api.h
.
Data Fields | ||
---|---|---|
sl_wfx_indication_data_t | indication_data | Indication data. |
uint32_t | indication_type | Identify the indication data (see enum type sl_wfx_generic_indication_type_t) |
◆ sl_wfx_exception_ind_body_t
struct sl_wfx_exception_ind_body_t |
◆ sl_wfx_error_ind_body_t
struct sl_wfx_error_ind_body_t |
Typedef Documentation
◆ sl_wfx_shut_down_req_t
SHUT_DOWN command.
A hardware reset and complete reboot is required to resume from that state. There is no confirmation to this command. It is effective when WUP register bit and WUP pin (when used) are both to 0.
Definition at line
405
of file
general_api.h
.
Enumeration Type Documentation
◆ sl_wfx_error_t
enum sl_wfx_error_t |
specifies the type of error reported by the indication message sl_wfx_error_ind_body_t
Definition at line
474
of file
general_api.h
.
◆ sl_wfx_generic_indication_type_t
specifies the type of data reported by the indication message sl_wfx_generic_ind_body_t
Definition at line
411
of file
general_api.h
.
◆ sl_wfx_gpio_error_t
enum sl_wfx_gpio_error_t |
detailed error cause returned by CONTROL_GPIO confirmation message sl_wfx_control_gpio_cnf_body_t
Enumerator | |
---|---|
SL_WFX_GPIO_ERROR_0 |
Undefined GPIO_ID. |
SL_WFX_GPIO_ERROR_1 |
GPIO_ID not configured in gpio mode (gpio_enabled =0) |
SL_WFX_GPIO_ERROR_2 |
Toggle not possible while in tristate. |
Definition at line
382
of file
general_api.h
.
◆ sl_wfx_gpio_mode_t
enum sl_wfx_gpio_mode_t |
Configure GPIO mode.
Used in sl_wfx_control_gpio_req_body_t
Definition at line
355
of file
general_api.h
.