mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #973] Scanning for hidden SSID #827
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#827
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @trlafleur on GitHub (Nov 29, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/973
We recently did a pull request suggesting a change to WiFiMulti to allow scanning for hidden SSID...
We have a version called WiFiMulti2 that we have used in a number of projects that incorporate these changes...
You might find this of interest for your work here...
@tablatronix commented on GitHub (Jan 23, 2020):
hmm, see my comments on the pr, not sure I understand this
@trlafleur commented on GitHub (Jan 23, 2020):
The standard WiFiMulti code will scan for all SSID it can see, and connected you to one that you have requested if it is available... It will show you some information about the hidden SSID, BUT! if the SSID your requesting is hidden, it will NOT connect you to that SSID. The logic in the code is wrong.
The modification we made to WiFiMulti in the pull request above, will connect you to a hidden SSID if it is available....
@tablatronix commented on GitHub (Jan 23, 2020):
You say the logic is wrong, but all the PR says is that you add a delay ( among other connection toggling hacks)