API types
WFM API types.
Data Structures |
|
struct | sl_wfx_ssid_def_t |
Service Set Identifier (SSID) of a network.
|
|
struct | sl_wfx_security_mode_bitmask_t |
Security mode bitmask for scan results.
|
|
struct | sl_wfx_rate_set_bitmask_t |
Device TX rate set bitmask used in
sl_wfx_set_tx_rate_parameters_req_body_t
.
|
|
struct | sl_wfx_ns_ip_addr_t |
NS IP address element.
|
Detailed Description
WFM API types.
Data Structure Documentation
◆ sl_wfx_ssid_def_t
struct sl_wfx_ssid_def_t |
Service Set Identifier (SSID) of a network.
Note that the Ssid element must always contain SL_WFX_SSID_SIZE bytes. Only the bytes up to SsidLength are considered to be valid, the rest should be set to zero.
Definition at line
384
of file
sl_wfx_cmd_api.h
.
Data Fields | ||
---|---|---|
uint8_t | ssid[32] | SSID data. |
uint32_t | ssid_length |
Length of SSID data.
0 - 32 : The amount of bytes. |
◆ sl_wfx_security_mode_bitmask_t
struct sl_wfx_security_mode_bitmask_t |
Security mode bitmask for scan results.
Empty if Open network.
Definition at line
397
of file
sl_wfx_cmd_api.h
.
◆ sl_wfx_rate_set_bitmask_t
struct sl_wfx_rate_set_bitmask_t |
Device TX rate set bitmask used in sl_wfx_set_tx_rate_parameters_req_body_t .
Definition at line
411
of file
sl_wfx_cmd_api.h
.
◆ sl_wfx_ns_ip_addr_t
struct sl_wfx_ns_ip_addr_t |