3.2.17 MLME_DisassociateInd_t Struct
C
typedef struct mlme_disassociate_ind_tag { /** This identifies the message as \ref MLME_DISASSOCIATE_INDICATION */ enum msg_code cmdcode; /** The address of the device requesting disassociation. */ uint64_t DeviceAddress; /** The reason for the disassociation. */ uint8_t DisassociateReason; } MLME_DisassociateInd_t;
Summary
MLME_DisassociateInd_t holds the MLME-DISASSOCIATE.indication message structure
Description
None
Remarks
None