API typesFULL_MAC_API
WFM API types.
Data Structures |
|
struct | WfmHiSsidDef_t |
Service Set Identifier (SSID) of a network.
|
|
struct | WfmHiRateSetBitmask_t |
Device TX rate set bitmask used in
WfmHiSetTxRateParametersReqBody_t
.
|
|
struct | WfmHiNsIpAddr_t |
NS IP address element.
|
Detailed Description
WFM API types.
Data Structure Documentation
◆ WfmHiSsidDef_t
struct WfmHiSsidDef_t |
Service Set Identifier (SSID) of a network.
Note that the Ssid element must always contain WFM_API_SSID_SIZE bytes. Only the bytes up to SsidLength are considered to be valid, the rest should be set to zero.
Definition at line
288
of file
wfm_cmd_api.h
.
Data Fields | ||
---|---|---|
uint8_t | Ssid[32] | SSID data. |
uint32_t | SsidLength |
Length of SSID data.
0 - 32 : The amount of bytes. |
◆ WfmHiRateSetBitmask_t
struct WfmHiRateSetBitmask_t |
Device TX rate set bitmask used in WfmHiSetTxRateParametersReqBody_t .
Definition at line
301
of file
wfm_cmd_api.h
.
◆ WfmHiNsIpAddr_t
struct WfmHiNsIpAddr_t |
NS IP address element.
Note that the IP element must always contain WFM_API_IPV6_ADDR_SIZE bytes. Only the bytes up to SsidLength are considered to be valid, the rest should be set to zero.
Definition at line
331
of file
wfm_cmd_api.h
.
Data Fields | ||
---|---|---|
uint8_t | Ipv6Addr[16] | NS IP address. |