|
XCORE SDK
XCORE Software Development Kit
|
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... | |
Indication message body for sl_wfx_connect_ind_t.
| uint16_t sl_wfx_connect_ind_body_s::channel |
Channel of the connected access point.
1 - 13: Channel number.
| uint8_t sl_wfx_connect_ind_body_s::dtim_period |
DTIM period of the connected access point.
1 - 255: DTIM period.
| 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.
| 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.