Page 1 of 2

ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Fri Jun 09, 2023 8:57 am
by brindha__kumar
Hi
I am working with esp32s2 module as Access point.
I want to use 4way-handshake in the AP mode. For STA mode I can configure WPA3 authentication and there is possibilities for enabling 4way-handshaking. I need to configure the same in AP mode. How to configure 4way-handshaking in AP mode. Please help me to set up the 4way-handshaking in AP mode.

Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Mon Jun 12, 2023 12:38 pm
by ESP_ICY
hi, first, 4 way-handshaking does not only exist WPA3, but it is also present in WPA and WPA2.
And if you are asking how to set the softAP in WPA3 mode, please enable the followings in menuconfig:
WPA3.png
WPA3.png (23.21 KiB) Viewed 6159 times

Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Fri Jun 16, 2023 7:33 am
by brindha__kumar
Hi
Thank u for the Reply. I need to set the menuconfig options in arduino IDE. Please guide me to set up the options in Arduino IDE.

Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Wed Jun 21, 2023 10:19 am
by brindha__kumar
Hi Team
I am awaiting for your reply.
I need to configure 4 way handshaking in AP Mode.
Am using Arduino IDE for development. Guide me to enable 4 way handshaking in Arduino IDE

Regards
Brindha K

Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Fri Jun 23, 2023 11:01 am
by brindha__kumar
Hi Team!
I tried to Configure WPA3 in Access Point Mode as well as Station Mode using esp-idf v5.0.2.
Two types of tests I did, one is
(1) In Station Mode, I can able to configure WPA3 and successfully established a connection over WPA3 configurations and also options are there in menuconfig to enable WPA3 in Station Mode.

another one is, Access point
(2) And I enabled WPA3 in Access Point mode through menu config.(It was shown in the attached image)
But I can't able to establish a connection over WPA3.

My doubt is
(1) How can I Establish a WPA3 connection in Access point Mode in esp32s2?
(2) How to enable 4 way hand shaking in ESP32S2 AP Mode?
(3) "Enable SAE-PK" and "Enable WPA3 Personal (SAE) SoftAP" is not shown in my menuconfig. In which version of ESP-IDF, It will be there?

Someone Please help me. It's very needful for me.
Thanks in advance.

Regards
Brindha K

Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Wed Jun 28, 2023 11:24 am
by ESP_ICY
hiļ¼Œkumar, sorry for late reply, the WPA3 soft AP mode is a new feature on 5.1, you can try the version later than 5.1

Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Thu Jun 29, 2023 11:06 am
by brindha__kumar
Hi
I used "esp-idf v5.1-rc2" download link https://dl.espressif.com/github_assets/ ... .1-rc2.zip
and setup tools version "esp-idf-tools-setup-offline-5.0.2" download link https://dl.espressif.com/dl/esp-idf/
I didn't get AP configurations like yours. Please refer the previous attachment that was running idf v5.1-rc2 but I didn't get SAE configurations.
Please help me to get SoftAP WPA3 configurations.

Regards
Brindha K

Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Fri Jun 30, 2023 1:00 pm
by ESP_ICY
hi, Kumar, as the zip might be upload in earlier, so I suggested that you can use git command " git pull " and " git submodule update --init --recursive " to update to the latest version.

Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Wed Jul 05, 2023 10:27 am
by brindha__kumar
Hi
When I run this command "git pull", It was throwing an error like "fatal: unable to access 'https://github.com/espressif/esp-idf.git/': SSL certificate problem: self signed certificate in certificate chain"
Kindly help me to resolve this issue.

Regards
Brindha K

Re: ESP32S2 WIFI AP MODE 4-WAY HANDSHAKING

Posted: Thu Jul 06, 2023 1:05 am
by ESP_Sprite
That very much sounds like an issue on your network; Github does not use self-signed certificates.