XCORE SDK
XCORE Software Development Kit
Public Attributes | List of all members
sl_wfx_connect_ind_body_s Struct Reference

Indication message body for sl_wfx_connect_ind_t. More...

#include <sl_wfx_cmd_api.h>

Public Attributes

uint32_t status
 Status of the connection request. More...
 
uint8_t mac [SL_WFX_MAC_ADDR_SIZE]
 MAC address of the connected access point.
 
uint16_t channel
 Channel of the connected access point. More...
 
uint8_t beacon_interval
 Beacon Interval of the connected access point.
 
uint8_t dtim_period
 DTIM period of the connected access point. More...
 
uint16_t max_phy_rate
 Maximum PHY data rate supported by the connection. More...
 

Detailed Description

Indication message body for sl_wfx_connect_ind_t.

Member Data Documentation

◆ channel

uint16_t sl_wfx_connect_ind_body_s::channel

Channel of the connected access point.

1 - 13: Channel number.

◆ dtim_period

uint8_t sl_wfx_connect_ind_body_s::dtim_period

DTIM period of the connected access point.

1 - 255: DTIM period.

◆ max_phy_rate

uint16_t sl_wfx_connect_ind_body_s::max_phy_rate

Maximum PHY data rate supported by the connection.

See sl_wfx_rate_index_t for enumeration values.

◆ status

uint32_t sl_wfx_connect_ind_body_s::status

Status of the connection request.

WFM_STATUS_SUCCESS: the connection request was completed successfully.
any other value: the connection request failed.
See sl_wfx_fmac_status_t for enumeration values.


The documentation for this struct was generated from the following file: