Link#

This module includes provisional functions that control link-layer configuration.

Modules#

otWakeupRequest

Enumerations#

enum
OT_WAKEUP_TYPE_EXT_ADDRESS = 0
OT_WAKEUP_TYPE_IDENTIFIER = 1
OT_WAKEUP_TYPE_GROUP_IDENTIFIER = 2
}

Represents the wake-up request type.

Typedefs#

typedef uint64_t

Represents the wake-up identifier.

typedef enum otWakeupType

Represents the wake-up request type.

typedef struct otWakeupRequest

Represents the request to wake up the peer.

Enumeration Documentation#

otWakeupType#

otWakeupType

Represents the wake-up request type.

Enumerator
OT_WAKEUP_TYPE_EXT_ADDRESS

Wake up the peer by the extended address.

OT_WAKEUP_TYPE_IDENTIFIER

Wake up the peer by the wake-up identifier.

OT_WAKEUP_TYPE_GROUP_IDENTIFIER

Wake up peers by the group wake-up identifier.


Typedef Documentation#

otWakeupId#

typedef uint64_t otWakeupId

Represents the wake-up identifier.


otWakeupType#

typedef enum otWakeupType otWakeupType

Represents the wake-up request type.


otWakeupRequest#

typedef struct otWakeupRequest otWakeupRequest

Represents the request to wake up the peer.