[GH-ISSUE #1438] AP loss causes WiFi scan sync to not start. #1228

Open
opened 2026-02-28 01:29:08 +03:00 by kerem · 3 comments
Owner

Originally created by @OekoSolveMG on GitHub (Jun 22, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1438

Basic Infos

Hardware

WiFimanager Branch / Release: v2.0.11-beta
Esp8266 / Esp32: ESP32
Hardware: M5 Stack Core 1
Core Version: 2.4.0, staging

Description

When being connected to a WiFi and then loosing the access point. Then reopening the captive portal and connecting wifi causes only 2 textboxes to appear and the scan sync is not started and the other wifi signals we could connect to are not shown.

Would it be possible to show all the possible wifi signals in this case as well, or have it be an option that could be enabled via. a boolean flag and a set method.

NoWiFiScan
Homepage

Originally created by @OekoSolveMG on GitHub (Jun 22, 2022). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1438 ### Basic Infos #### Hardware WiFimanager Branch / Release: v2.0.11-beta Esp8266 / Esp32: ESP32 Hardware: M5 Stack Core 1 Core Version: 2.4.0, staging ### Description When being connected to a WiFi and then loosing the access point. Then reopening the captive portal and connecting wifi causes only 2 textboxes to appear and the scan sync is not started and the other wifi signals we could connect to are not shown. Would it be possible to show all the possible wifi signals in this case as well, or have it be an option that could be enabled via. a boolean flag and a set method. ![NoWiFiScan](https://user-images.githubusercontent.com/94832869/174992406-a54021ff-8204-4f7b-9124-b8935f20faec.jpg) ![Homepage](https://user-images.githubusercontent.com/94832869/174992407-10a0209f-4467-491a-b8ab-6b45a0a7a462.jpg)
Author
Owner

@tablatronix commented on GitHub (Jun 22, 2022):

hmm are you using ondemand to start the ap or a reboot?
Got any serial logs by chance?

<!-- gh-comment-id:1163142269 --> @tablatronix commented on GitHub (Jun 22, 2022): hmm are you using ondemand to start the ap or a reboot? Got any serial logs by chance?
Author
Owner

@OekoSolveMG commented on GitHub (Jun 22, 2022):

hmm are you using ondemand to start the ap or a reboot?

OnDemand and non blocking

Got any serial logs by chance?

There isn't any error so no not really.

I'm pretty sure this isn't a bug, because it seems like if you click the configure wifi button the wifi_no_scan callback is called. That's why I meant it more as a feature request.

Because in my opionion it would make more sense to also show all available networks even if you were already connected to one and are now disconnected from it or to make it settable via a boolean flag.

<!-- gh-comment-id:1163184637 --> @OekoSolveMG commented on GitHub (Jun 22, 2022): > hmm are you using ondemand to start the ap or a reboot? OnDemand and non blocking > Got any serial logs by chance? There isn't any error so no not really. I'm pretty sure this isn't a bug, because it seems like if you click the configure wifi button the wifi_no_scan callback is called. That's why I meant it more as a feature request. Because in my opionion it would make more sense to also show all available networks even if you were already connected to one and are now disconnected from it or to make it settable via a boolean flag.
Author
Owner

@tablatronix commented on GitHub (Jun 22, 2022):

Yeah sounds like a bug in non blocking, let me test it

<!-- gh-comment-id:1163293681 --> @tablatronix commented on GitHub (Jun 22, 2022): Yeah sounds like a bug in non blocking, let me test it
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#1228
No description provided.