Joiner
This module includes configuration variables for the Joiner.
Summary
Macros |
|
|---|---|
OPENTHREAD_CONFIG_JOINER_ADV_EXPERIMENTAL_ENABLE 0
|
Define as 1 to enable including Joiner Advertisement TLV during discovery scan by the Joiner.
|
OPENTHREAD_CONFIG_JOINER_ENABLE 0
|
Define to 1 to enable Joiner support.
|
OPENTHREAD_CONFIG_JOINER_MAX_CANDIDATES 2
|
The maximum number of Joiner Router entries that can be queued by the Joiner.
|
Macros
OPENTHREAD_CONFIG_JOINER_ADV_EXPERIMENTAL_ENABLE
OPENTHREAD_CONFIG_JOINER_ADV_EXPERIMENTAL_ENABLE 0
Define as 1 to enable including Joiner Advertisement TLV during discovery scan by the Joiner.
This is an experimental feature. It is not part of the Thread specification. See otThreadSetJoinerAdvertisement for more details.
OPENTHREAD_CONFIG_JOINER_ENABLE
OPENTHREAD_CONFIG_JOINER_ENABLE 0
Define to 1 to enable Joiner support.
OPENTHREAD_CONFIG_JOINER_MAX_CANDIDATES
OPENTHREAD_CONFIG_JOINER_MAX_CANDIDATES 2
The maximum number of Joiner Router entries that can be queued by the Joiner.
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.