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

Add WiFi credential check #2746

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Conversation

XuGuohui
Copy link
Member

Problem

WiFi.setCredentials() doesn't verify if the credentials is valid or not.

Solution

Add a new flag WLAN_SET_CREDENTIALS_FLAGS_VALIDATE in WiFi credentials to optionally validate the credentials to be set.

Steps to Test

Run the tests/wiring/wifi_cred_check test

References

SC125680


Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA (Info here)
  • Problem and Solution clearly stated
  • Run unit/integration/application tests on device
  • Added documentation
  • Added to CHANGELOG.md after merging (add links to docs and issues)

@XuGuohui XuGuohui requested a review from avtolstoy February 28, 2024 20:28
@XuGuohui XuGuohui marked this pull request as ready for review February 28, 2024 20:30
CHECK(mgr->setNetworkConfig(std::move(conf)));
return 0;
}
// Note: It's maily a copy of joinNewNetwork() in wifi_new.cpp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's have this functionality in a common function then shared by both wlan_hal and wifi_new.cpp ?

@XuGuohui XuGuohui force-pushed the feature/sc125680/wifi-credential-check branch from 7901ed4 to 349fede Compare February 29, 2024 17:57
@XuGuohui XuGuohui requested a review from avtolstoy February 29, 2024 17:58
@XuGuohui XuGuohui merged commit 7a62856 into develop Mar 1, 2024
13 checks passed
@XuGuohui XuGuohui deleted the feature/sc125680/wifi-credential-check branch March 1, 2024 14:21
@Kategrode
Copy link

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

Successfully merging this pull request may close these issues.

3 participants