XCORE SDK
XCORE Software Development Kit
|
Indication message body for sl_wfx_disconnect_ind_t. More...
#include <sl_wfx_cmd_api.h>
Public Attributes | |
uint8_t | mac [SL_WFX_MAC_ADDR_SIZE] |
MAC address of the access point. | |
uint16_t | reason |
Reason for disconnection. More... | |
Indication message body for sl_wfx_disconnect_ind_t.
uint16_t sl_wfx_disconnect_ind_body_s::reason |
Reason for disconnection.
WFM_DISCONNECTED_REASON_UNSPECIFIED: The device disconnected because of an internal error.
WFM_DISCONNECTED_REASON_AP_LOST: The device lost the AP beacons for too long.
WFM_DISCONNECTED_REASON_REJECTED: The device was disconnected by the AP.
WFM_DISCONNECTED_REASON_LEAVING_BSS: Disconnection was requested through the device API.
WFM_DISCONNECTED_REASON_WPA_COUNTERMEASURES: WPA countermeasures triggered a disconnection
See sl_wfx_disconnected_reason_t for enumeration values.