Page 1 of 1

CWJEAP command

Posted: Thu Jul 03, 2025 12:39 am
by JuanFrancisco
Hi everyone,

I'm running into an issue with the ESP AT firmware on an ESP32, using AT firmware v3.4.0.0.

After executing AT+CWJEAP, I can no longer use AT+CWJAP unless I restart the module (even if the AT+CWJEAP command fails). It seems that once an Enterprise connection is attempted, the module enters a state where standard WPA2-Personal connections are no longer possible without a full reset. After this point, all subsequent AT+CWJAP attempts fail to connect, regardless of the network.

Has anyone else experienced this? Is there any known workaround to switch between Enterprise and Personal modes without having to reset the ESP32? Any insights or suggestions would be greatly appreciated.

Thanks in advance!

Re: CWJEAP command

Posted: Thu Jul 10, 2025 8:23 am
by esp-at
Hi JuanFrancisco,

Thanks for your report! this is a known issue. we will fix it in master branch.

Re: CWJEAP command

Posted: Thu Jul 10, 2025 12:43 pm
by esp-at
Hi JuanFrancisco,

This issue should be get fixed on: https://github.com/espressif/esp-at/com ... 0ae26c6a7e

Could you please git pull latest code and have a test.

Re: CWJEAP command

Posted: Thu Jul 17, 2025 4:21 pm
by JuanFrancisco
Great! Thanks! :D

Re: CWJEAP command

Posted: Mon Jul 21, 2025 2:22 am
by esp-at
no worries~