1.3.5.3.22 MAC_JOIN_REQUEST_MODE Enum

C

typedef enum {
	MAC_JOIN_REQUEST_MODE_MULTICAST       = 0,
	MAC_JOIN_REQUEST_MODE_BROADCAST       = 1,
} MAC_JOIN_REQUEST_MODE;

Summary

Defines the modes of join request.

Description

This enumeration defines the modes of join request.

Remarks

None.