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

Once network credential sending is implemented, attempting to set wifi credentia... #7162

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: Once network credential sending is implemented, attempting to set wifi credential on an ethernet only device
// will cause an error to be sent back. At that point, we should scan and we shoud see the proper ethernet network ID
// returned in the scan results. For now, we use magic.
char magicNetworkEnableCode[] = "ETH0";
netCom.EnableNetwork(mSuccess.Cancel(), mFailure.Cancel(),
ByteSpan(reinterpret_cast<uint8_t *>(&magicNetworkEnableCode), sizeof(magicNetworkEnableCode)),
breadcrumb, kCommandTimeoutMs);
}
break;
case CommissioningStage::kFindOperational: {
#if CHIP_DEVICE_CONFIG_ENABLE_MDNS


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 #7173

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