3.2.12 MLME_AssociateReq_t Struct
C
typedef struct mlme_associate_req_tag {
/** This identifies the message as \ref MLME_ASSOCIATE_REQUEST */
enum msg_code cmdcode;
/** The logical channel on which to attempt association. */
uint8_t LogicalChannel;
/** The channel page on which to attempt association. */
uint8_t ChannelPage;
/** The coordinator addressing mode for this primitive and subsequent MPDU.
* This value can take one of the following values:
* 2 = 16 bit short address. 3 = 64 bit extended address. */
uint8_t CoordAddrMode;
/** The identifier of the PAN with which to associate. */
uint16_t CoordPANId;
/** The address of the coordinator with which to associate.*/
AddressField_t CoordAddress;
/** Specifies the operational capabilities of the associating device. */
uint8_t CapabilityInformation;
} MLME_AssociateReq_t;
Summary
MLME_AssociateReq_t holds the MLME-ASSOCIATE.request message structure
Description
None
Remarks
None
