Skip to content

WPA3 regression on ESP32 device with 13.3.0? #20472

Answered by Jason2866
schildbach asked this question in Q&A
Discussion options

You must be logged in to vote

WPA3 support is removed in later framework builds. Reason support for WPA 3 takes a lot of flash space.
If needed support can be added with Hybrid Compile.
Example env

[env:tasmota32-WPA3_SAE]
; Arduino libs with WiFi Enterprise support
extends                     = env:tasmota32_base
build_flags                 = ${env:tasmota32_base.build_flags}
                              -DFIRMWARE_TASMOTA32
                              -DOTA_URL='""'
lib_ignore                  = Micro-RTSP
custom_sdkconfig            = CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=y
                              CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y
                              CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y

Replies: 10 comments 19 replies

Comment options

You must be logged in to vote
2 replies
@Kahless2001
Comment options

@Jason2866
Comment options

Comment options

You must be logged in to vote
1 reply
@Jason2866
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@schildbach
Comment options

@schildbach
Comment options

@Jason2866
Comment options

@schildbach
Comment options

@schildbach
Comment options

Comment options

You must be logged in to vote
1 reply
@schildbach
Comment options

Comment options

You must be logged in to vote
1 reply
@schildbach
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@Jason2866
Comment options

@sfromis
Comment options

@l-jonas
Comment options

@l-jonas
Comment options

@Jason2866
Comment options

Answer selected by Jason2866
Comment options

You must be logged in to vote
1 reply
@Jason2866
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
as designed Functionality is as designed IDF SDK Type - Issue / feature is related to IDF SDK
5 participants