Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Check if optional MRP parameters were sent. If so, cache them. #9656

Closed
todo bot opened this issue Sep 13, 2021 · 2 comments
Closed

- Check if optional MRP parameters were sent. If so, cache them. #9656

todo bot opened this issue Sep 13, 2021 · 2 comments
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Sep 13, 2021

// TODO - Check if optional MRP parameters were sent. If so, cache them.
err = SendPBKDFParamResponse(ByteSpan(initiatorRandom), hasPBKDFParameters);
SuccessOrExit(err);
exit:
if (err != CHIP_NO_ERROR)
{
SendStatusReport(kProtocolCodeInvalidParam);
}


This issue was generated by todo based on a TODO comment in 27dd893 when #9582 was merged. cc @pan-apple.
@todo todo bot added the todo label Sep 13, 2021
@todo todo bot assigned pan-apple Sep 13, 2021
@SkipAshton
Copy link

Also needs to be in CASE sessions

@pan-apple
Copy link
Contributor

This is duplicate of #9654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants