XCORE SDK
XCORE Software Development Kit
|
Indication message body for sl_wfx_ap_client_rejected_ind_t. More...
#include <sl_wfx_cmd_api.h>
Public Attributes | |
uint8_t | mac [SL_WFX_MAC_ADDR_SIZE] |
MAC address of the station. | |
uint16_t | reason |
Reason for rejection. More... | |
Indication message body for sl_wfx_ap_client_rejected_ind_t.
uint16_t sl_wfx_ap_client_rejected_ind_body_s::reason |
Reason for rejection.
WFM_REASON_TIMEOUT: A timeout occurred during a station connection attempt.
WFM_REASON_LEAVING_BSS: The device sent a deauth before completing the connection.
WFM_REASON_UNKNOWN_STA: The device received data from a non-connected station.
WFM_REASON_AP_FULL: The device was not able to accommodate any more stations.
WFM_REASON_AUTHENTICATION_FAILURE: The device did not complete the WPA authentication successfully.
See wfm_reason for enumeration values.