[GH-ISSUE #1265] Not an issue - a question on connecting to a choice of multiple SSID's #1082

Closed
opened 2026-02-28 01:28:26 +03:00 by kerem · 2 comments
Owner

Originally created by @dontpanic21 on GitHub (Jun 23, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1265

Hi,

I'm trying to use wifimanager in a situation where the connecting device is roaming. There are multiple access points available which all have different SSID's however the password is the same for all of them.

What would be the best strategy for autoconnection to any/nearest available AP? Can I use autoconnect() to do this somehow, or do I need to save all the SSID's in SPIFFS and use startConfigPortal() to pick one to connect to?

Thanks,
Will.

Originally created by @dontpanic21 on GitHub (Jun 23, 2021). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1265 Hi, I'm trying to use wifimanager in a situation where the connecting device is roaming. There are multiple access points available which all have different SSID's however the password is the same for all of them. What would be the best strategy for autoconnection to any/nearest available AP? Can I use autoconnect() to do this somehow, or do I need to save all the SSID's in SPIFFS and use startConfigPortal() to pick one to connect to? Thanks, Will.
kerem closed this issue 2026-02-28 01:28:27 +03:00
Author
Owner

@tablatronix commented on GitHub (Jun 23, 2021):

You can check out esp multi ap mode, but it doesnt let you pick, it auto cycles through them. wm can only handle the one flash saved config.

Your best bet is to just code your own connection loop

<!-- gh-comment-id:866459587 --> @tablatronix commented on GitHub (Jun 23, 2021): You can check out esp multi ap mode, but it doesnt let you pick, it auto cycles through them. wm can only handle the one flash saved config. Your best bet is to just code your own connection loop
Author
Owner

@dontpanic21 commented on GitHub (Jun 23, 2021):

Ok thanks for the advice,
Will.

<!-- gh-comment-id:866482999 --> @dontpanic21 commented on GitHub (Jun 23, 2021): Ok thanks for the advice, Will.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1082
No description provided.