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

Right now, these stages are not implemented as a separate stage because they are... #7159

Closed
todo bot opened this issue May 26, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@todo
Copy link

todo bot commented May 26, 2021

// TODO: Right now, these stages are not implemented as a separate stage because they are no-ops.
// Once these are implemented through the clusters, these should be moved into their separate stages and the callbacks
// should advance the commissioning stage.
case CommissioningStage::kConfigACL:
case CommissioningStage::kNetworkSetup:
case CommissioningStage::kScanNetworks:
// TODO: Implement
break;
case CommissioningStage::kNetworkEnable: {
ChipLogProgress(Controller, "Enabling Network");
// TODO: For ethernet, we actually need a scan stage to get the ethernet netif name. Right now, default to using a magic


This issue was generated by todo based on a TODO comment in 7ecca81 when #6798 was merged. cc @cecille.
@todo todo bot added the todo label May 26, 2021
@todo todo bot assigned cecille May 26, 2021
@carol-apple
Copy link
Contributor

This is a dupe of #7171

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