Skip to content

Arduino Support for WPA3 Authentication in AP mode #8451

Closed
@brindhakumar

Description

@brindhakumar

Related area

WiFi

Hardware specification

ESP32S2 Dev Module

Is your feature request related to a problem?

I am facing a issue with configuring WPA3 in Access point Mode.
After the configuration I found that SAE Support is not there in the access point mode. It works with Station mode.
But configuring WPA3_AUTH_MODE in Access point will not work.

Describe the solution you'd like

When using the function WiFi.softAP() with Authentication configuration I need to enable WPA3 Authentication with SAE Support

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.

Activity

Rotzbua

Rotzbua commented on Aug 22, 2023

@Rotzbua
Contributor

Current IDF4.4 does not support WPA3 AP.
Earliest support is IDF5.1. espressif/esp-idf#10939
So take a ☕ until it is time.

added this to the 3.0.0 milestone on Aug 23, 2023
VojtechBartoska

VojtechBartoska commented on Feb 20, 2024

@VojtechBartoska
Contributor

Possibly related to #8760

me-no-dev

me-no-dev commented on Apr 3, 2024

@me-no-dev
Member

Support for WPA3 (STA and SoftAP) is included in the upcoming Arduino v3.0.0. Need to check if API changes are necessary

2 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Arduino Support for WPA3 Authentication in AP mode · Issue #8451 · espressif/arduino-esp32