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

Wifi ClientConfiguration options #74

Closed
embediver opened this issue Mar 6, 2024 · 2 comments
Closed

Wifi ClientConfiguration options #74

embediver opened this issue Mar 6, 2024 · 2 comments

Comments

@embediver
Copy link
Contributor

I noticed that the wifi::ClientConfiguration is lacking multiple features which are available for the esp-idf sta config.

Following is a list of (possibly incomplete) missing features:

  • Support for scan method and sort order
    • Scan method: complete scan, or stop at first match
    • Sort method to select AP to connect to after a complete scan
  • Protected Management Frame (PMF) configuration
  • BSS transition management
  • Multi Band Operation (MBO) setting(s)

I didn't investigate which features are available on other devices and probably some of the above listed are missing or implemented differently on other devices.

Can we implement some of these in the ClientConfiguration and where are possible problems?
I would personally like to see some option to set the scan and sort method since they can cause significant differences on how long a connect takes. But probably they are also the least generic options of the listed.

BSS transition capability and PMF capability are no big problem to add in my opinion.

@ivmarkov
Copy link
Collaborator

ivmarkov commented Mar 6, 2024

The best way to get some of these implemented is to start working on PR(s). :)

@embediver
Copy link
Contributor Author

Here you go #75

@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants