mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 17:20:09 +00:00
Add vendor information to JOIN_FIN.req message. (#1140)
This commit is contained in:
@@ -951,7 +951,7 @@ OTNODEAPI int32_t OTCALL otNodeJoinerStart(otNode* aNode, const char *aPSKd, con
|
||||
printf("%d: joiner start %s %s\r\n", aNode->mId, aPSKd, aProvisioningUrl);
|
||||
|
||||
// TODO: handle the joiner completion callback
|
||||
auto error = otJoinerStart(aNode->mInstance, aPSKd, aProvisioningUrl, NULL, NULL);
|
||||
auto error = otJoinerStart(aNode->mInstance, aPSKd, aProvisioningUrl, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
|
||||
otLogFuncExit();
|
||||
return error;
|
||||
|
||||
Reference in New Issue
Block a user