Add vendor information to JOIN_FIN.req message. (#1140)

This commit is contained in:
Jonathan Hui
2017-01-13 09:10:17 -08:00
committed by GitHub
parent 33177fe937
commit c943da9b4b
13 changed files with 599 additions and 76 deletions
@@ -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;