[GH-ISSUE #1324] WPA3 Support #1135

Closed
opened 2026-02-28 01:28:41 +03:00 by kerem · 1 comment
Owner

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/

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]](https://docs.espressif.com/projects/espressif-esp-faq/en/latest/software-framework/wifi.html?highlight=wpa3#do-espressif-s-chips-support-wpa3)) but other sources indicated that software support is not a given ([[2]](https://www.reddit.com/r/esp8266/comments/9eh363/wpa3/)). 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/
kerem 2026-02-28 01:28:41 +03:00
  • closed this issue
  • added the
    Question
    label
Author
Owner

@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

<!-- gh-comment-id:1012120864 --> @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
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#1135
No description provided.