mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1324] WPA3 Support #1135
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#1135
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 @lbhm on GitHub (Dec 19, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1324
I am new to the Arduino community so please excuse me if this is the wrong place to ask.
I am planning a small sensor project at home and part of it is that I would like to connect a Lolin D1 Mini to my home WiFi using the WiFiManager library. The catch is that my WiFi is running WPA3 and I would not like to revert to a lower security standard (i.e., WPA2).
Therefore, my question is: Does WiFiManager support connecting to WPA3 networks?
I found some documentation on the Expressif website indicating that ESP8266/ESP32 chips are able to connect to WPA3 networks from the hardware side ([1]) but other sources indicated that software support is not a given ([2]).
I am glad for any help on this topic!
[1] https://docs.espressif.com/projects/espressif-esp-faq/en/latest/software-framework/wifi.html?highlight=wpa3#do-espressif-s-chips-support-wpa3
[2] https://www.reddit.com/r/esp8266/comments/9eh363/wpa3/
@richarddeweerd commented on GitHub (Jan 13, 2022):
This is more a tool chain issue than an WiFiManager issue.
The latest ESP-IDF versions 4.0 and above do support WPA3. If you use platform.io with the latest platform-espressif32 package (3.4.0) there should be no problem. That is based on ESP-IDF 4.3.1