Border Agent
This module includes configuration variables for Border Agent.
Summary
Macros |
|
---|---|
OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE 0
|
Define to 1 to enable Border Agent support.
|
OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE (OPENTHREAD_CONFIG_THREAD_VERSION >= OT_THREAD_VERSION_1_4)
|
Define to 1 to enable ephemeral key mechanism and its APIs in Border Agent.
|
OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE 1
|
Define to 1 to enable Border Agent ID support.
|
OPENTHREAD_CONFIG_BORDER_AGENT_UDP_PORT 0
|
Specifies the Border Agent UDP port, and use 0 for ephemeral port.
|
Macros
OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE
OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE 0
Define to 1 to enable Border Agent support.
OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE
OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE (OPENTHREAD_CONFIG_THREAD_VERSION >= OT_THREAD_VERSION_1_4)
Define to 1 to enable ephemeral key mechanism and its APIs in Border Agent.
OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE
OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE 1
Define to 1 to enable Border Agent ID support.
OPENTHREAD_CONFIG_BORDER_AGENT_UDP_PORT
OPENTHREAD_CONFIG_BORDER_AGENT_UDP_PORT 0
Specifies the Border Agent UDP port, and use 0 for ephemeral port.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.