3.2.13 MLME_AssociateInd_t Struct

C

typedef struct mlme_associate_ind_tag {
    /** This identifies the message as \ref MLME_ASSOCIATE_INDICATION */
    enum msg_code cmdcode;
    /** The address of the device requesting association. */
    uint64_t DeviceAddress;
    
    /** The operational capabilities of the device requesting association. */
    uint8_t CapabilityInformation;
} MLME_AssociateInd_t;

Summary

MLME_AssociateInd_t holds the MLME-ASSOCIATE.indication message structure

Description

None

Remarks

None