XCORE SDK
XCORE Software Development Kit
Classes | Typedefs
API types

WFM API types. More...

Classes

struct  sl_wfx_ssid_def_s
 Service Set Identifier (SSID) of a network. More...
 
struct  sl_wfx_security_mode_bitmask_s
 Security mode bitmask for scan results. Empty if Open network. More...
 
struct  sl_wfx_rate_set_bitmask_s
 Device TX rate set bitmask used in sl_wfx_set_tx_rate_parameters_req_body_t. More...
 
struct  sl_wfx_ns_ip_addr_s
 NS IP address element. More...
 

Typedefs

typedef struct sl_wfx_ssid_def_s sl_wfx_ssid_def_t
 Service Set Identifier (SSID) of a network. More...
 
typedef struct sl_wfx_security_mode_bitmask_s sl_wfx_security_mode_bitmask_t
 Security mode bitmask for scan results. Empty if Open network.
 
typedef struct sl_wfx_rate_set_bitmask_s sl_wfx_rate_set_bitmask_t
 Device TX rate set bitmask used in sl_wfx_set_tx_rate_parameters_req_body_t.
 
typedef struct sl_wfx_ns_ip_addr_s sl_wfx_ns_ip_addr_t
 NS IP address element. More...
 

Detailed Description

WFM API types.

Typedef Documentation

◆ sl_wfx_ns_ip_addr_t

NS IP address element.

Note that the IP element must always contain SL_WFX_IPV6_ADDR_SIZE bytes. Only the bytes up to SsidLength are considered to be valid, the rest should be set to zero.

◆ 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.