General_Configuration
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_tx_pwr_loop_info_t |
TX power loop info 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_wakeup_ind_t |
Wake-up indication message.
|
|
typedef sl_wfx_header_t | sl_wfx_shut_down_req_t |
SHUT_DOWN command.
|
Enumerations |
|
enum |
sl_wfx_fw_type_t
{
SL_WFX_FW_TYPE_ETF = 0x0 , SL_WFX_FW_TYPE_WFM = 0x1 , SL_WFX_FW_TYPE_WSM = 0x2 } |
enum |
sl_wfx_gpio_mode_t
{
SL_WFX_GPIO_MODE_D0 = 0x0 , SL_WFX_GPIO_MODE_D1 = 0x1 , SL_WFX_GPIO_MODE_OD0 = 0x2 , SL_WFX_GPIO_MODE_OD1 = 0x3 , SL_WFX_GPIO_MODE_TRISTATE = 0x4 , SL_WFX_GPIO_MODE_TOGGLE = 0x5 , SL_WFX_GPIO_MODE_READ = 0x6 } |
Configure GPIO mode.
|
|
enum |
sl_wfx_gpio_error_t
{
SL_WFX_GPIO_ERROR_0 = 0x0 , SL_WFX_GPIO_ERROR_1 = 0x1 , SL_WFX_GPIO_ERROR_2 = 0x2 } |
detailed error cause returned by CONTROL_GPIO confirmation message
sl_wfx_control_gpio_cnf_body_t
|
|
enum |
sl_wfx_generic_indication_type_t
{
SL_WFX_GENERIC_INDICATION_TYPE_RAW = 0x0 , SL_WFX_GENERIC_INDICATION_TYPE_STRING = 0x1 , SL_WFX_GENERIC_INDICATION_TYPE_RX_STATS = 0x2 , SL_WFX_GENERIC_INDICATION_TYPE_TX_PWR_LOOP_INFO = 0x3 } |
specifies the type of data reported by the indication message
sl_wfx_generic_ind_body_t
|
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
269
of file
sl_wfx_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
280
of file
sl_wfx_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
290
of file
sl_wfx_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
305
of file
sl_wfx_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
351
of file
sl_wfx_general_api.h
.
Data Fields | ||
---|---|---|
uint16_t | length | pds_data length in bytes |
uint8_t | pds_data[] | 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
363
of file
sl_wfx_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
389
of file
sl_wfx_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
410
of file
sl_wfx_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
441
of file
sl_wfx_general_api.h
.
◆ sl_wfx_tx_pwr_loop_info_t
struct sl_wfx_tx_pwr_loop_info_t |
TX power loop info from the GENERIC indication message sl_wfx_generic_ind_body_t .
Definition at line
460
of file
sl_wfx_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
481
of file
sl_wfx_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
425
of file
sl_wfx_general_api.h
.
◆ sl_wfx_wakeup_ind_t
typedef sl_wfx_header_t sl_wfx_wakeup_ind_t |
Wake-up indication message.
- Since
- API1.4.0
Its body is empty. It signals that the chip is awake and ready to receive commands after a wake-up request from the host. It generates a DATA_IRQ to the host driver when ready. It can be replaced or passed by another message that would have appeared concurrently like a Rx frame.
Definition at line
343
of file
sl_wfx_general_api.h
.
Enumeration Type Documentation
◆ sl_wfx_fw_type_t
enum sl_wfx_fw_type_t |
◆ 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
431
of file
sl_wfx_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
402
of file
sl_wfx_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
375
of file
sl_wfx_general_api.h
.