-
Notifications
You must be signed in to change notification settings - Fork 35
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 support for passive scanning #57
Comments
This project is largely driven by community contributions, so the fastest way to get what you want is to work on a PR.
Because the underlying ESP IDF driver does not allow that. |
By the way - you've opened this issue in the wrong project. Please move it to |
In fact, passive scanning is already supported in |
But in order to be exposed in the WIFI trait there needs to be a trait method, right? I will draft up a PR for that as soon as possible. |
Why do you want to go for this via the If not, then this effort is not worth it. |
Yes and I generally prefer the high level abstractions. I thought it might be a good idea since it's supported by a lot of wifi drivers. It would also enable to pass detailed options on how to perform the scanning. |
Well, fine then. Please work on a PR, and then we can discuss once we have your suggested changes. In any case, getting your feet wet with the |
My application requires passive wifi scanning wich is not possible through the trait. My suggestion would be to add some config for the wifi scanning. I also consider it suboptimal that a Vec is returned from the scan method. Why not an iterator?
The text was updated successfully, but these errors were encountered: