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

Enable wifi network should be done by ConnectivityManager. (Or other platform ne... #6879

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

Comments

@todo
Copy link

todo bot commented May 17, 2021

// TODO: Enable wifi network should be done by ConnectivityManager. (Or other platform neutral interfaces)
#if defined(CHIP_DEVICE_LAYER_TARGET)
#define DEVICENETWORKPROVISIONING_HEADER <platform/CHIP_DEVICE_LAYER_TARGET/DeviceNetworkProvisioningDelegateImpl.h>
#include DEVICENETWORKPROVISIONING_HEADER
#endif
using chip::DeviceLayer::ConnectivityManager;
using chip::DeviceLayer::ConnectivityMgr;
namespace chip {
namespace Shell {


This issue was generated by todo based on a TODO comment in a9b8ade. It's been assigned to @gjc13 because they committed the code.
@todo todo bot added the todo label May 17, 2021
@todo todo bot assigned gjc13 May 17, 2021
@gjc13
Copy link
Contributor

gjc13 commented May 17, 2021

Duplicate of #6878

@gjc13 gjc13 marked this as a duplicate of #6878 May 17, 2021
@gjc13 gjc13 closed this as completed May 17, 2021
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

1 participant