Calling otCommissionerStop
as part of OT_COMMISSIONER_JOINER_REMOVED
process result is failed joining
#8904
-
My setup is an 2x FTD on git commit 8f92d2d I am trying to automate When However, doing this results in joiners being unable to join Tracer from the Joiner Side
Tracer from the Commissioner Side
If I remove the otCommissionerStop call and just manually stop the commissioner (at human speed), everything works fine. I also notice that the time gap between Is there a different mechanism / callback point that can be used to programmatically |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, this was self inflicted it turns out. For anyone else finding themselves here, In my case, my root cause was that I am calling |
Beta Was this translation helpful? Give feedback.
Well, this was self inflicted it turns out. For anyone else finding themselves here, In my case, my root cause was that I am calling
otCommissionerRemoveJoiner
during theOT_COMMISSIONER_JOINER_FINALIZE
callback, which is not the proper thing to do.