Closed primis closed 3 years ago
Capability THREAD_JOINER (required for "Joiner:State") is not supported by NCP (14)
@primis , this error log already indicates the issue 😃 that the NCP firmware build that is being used does not seem to support/enable the "joiner" feature (the config was not enabled on the build). Therefore wpantund
does not support the joiner related properties/commands.
This is enabled on OT build by config OPENTHREAD_CONFIG_JOINER_ENABLE
. You can see the autoconf/cmake options OT_JOINER
in openthread/README.
Describe the bug When attempting to run joiner -e inside wpanctl, on NCP firmware, an error is thrown stating THREAD_JOINER is not supported by NCP
To Reproduce Information to reproduce the behavior, including:
Expected behavior joiner -e Should join a network that is able to be joined
Console/log output wpanctl:wpan0> joiner -e J01NUS Starting joiner commissioning, PSKd:"J01NUS" ... Failed to start Joiner Commissioning - error 16. PropertyNotFound Error 16 (0x10) wpanctl:wpan0> joiner -s Joiner:State: Capability THREAD_JOINER (required for "Joiner:State") is not supported by NCP (14) Error 14 (0x0E)