3.2.16 MLME_DisassociateReq_t Struct
C
typedef struct mlme_disassociate_req_tag {
/** This identifies the message as \ref MLME_DISASSOCIATE_REQUEST */
enum msg_code cmdcode;
/** The addressing mode of the device to which to send the disassociation
* notification command. */
uint8_t DeviceAddrMode;
/** The PAN identifier of the device to which to send the disassociation
* notification command. */
uint16_t DevicePANId;
/** The address of the device to which to send the disassociation
* notification command. */
uint64_t DeviceAddress;
/** The reason for the disassociation. */
uint8_t DisassociateReason;
/** TRUE if the disassociation notification command is to be sent
* indirectly. */
bool TxIndirect;
} MLME_DisassociateReq_t;
Summary
MLME_DisassociateReq_t holds the MLME-DISASSOCIATE.request message structure
Description
None
Remarks
None
