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

Problems acquiring DHCP IP in case of multiple access points serving same SSID #1017

Open
yanshay opened this issue Dec 9, 2024 · 0 comments

Comments

@yanshay
Copy link

yanshay commented Dec 9, 2024

I'm developing for esp32 using esp-hal with embassy and face problems acquiring IP.
I have several TPLink Omada access points, and when several serve the same SSID the device fails to get the IP, or takes a lot of time (at least tens of seconds and even more).
When I leave only a single access point serving that SSID (others still work, just don't serve that SSID) the device gets the IP within a few seconds.

I discussed this in depth with the esp-hal team, and provided them with the relevant logs and they told me this part is handled by smoltcp.

The full discussion is available at: esp-rs/esp-hal#2345
Logs with some more finIngs available at: esp-rs/esp-hal#2345 (reply in thread)
Some more analysis: esp-rs/esp-hal#2345 (reply in thread)

And there is more relevant information on that thread which I don't want to copy here.

Any pointers as to how to troubleshoot this? Maybe it's a known issue?

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

No branches or pull requests

1 participant