Closed MaoniinoaM closed 5 years ago
Hi @elitezhu IDF already supports EAP-TLS/EAP-PEAP/EAP-TTLS.
@liuzfesp , Thanks for replying. But in the example/wifi/wpa2_enterprise, the SDK just define the EAP-PEAP and EAP-TTLS micro which I can refer and configure in menuconfig. So if I choose EAP-TLS, what's the micro number I need configure in the menuconfig.
Thank you!
@negativekelvin Thanks for the updates, @elitezhu has your issue been resolved? Thanks.
@Alvin1Zhang @negativekelvin Sorry,I have returned back from BeiJing, so I can't verify it right now. But I think I have got the right answer. Thanks for replying. And the issue can be closed.
Thanks @elitezhu Feel free to reopen if any updates, thanks.
Now our team are trying ESP32 module into our concepted sensors which deliver the data to Mindsphere directly. You konw many factories have the secure management of wireless. According to the ESP-IDF SDK, I can succeed to connect the kind of sensor to our secure AP with the authentication method of EAP-PEAP which needs username and password. In the real factory plant, it's barely convenient. But the EAP-TLS does not need this kind of info, it just need the certificate which is more possible to deploy the sensors with ESP32 module in factory plant via secure wireless.
So will Espressif have a plan to support EAP-TLS in the future? Deeply hope it comes out.
Environment
git describe --tags
to find it): // v3.2-dev-1148-g96cd3b75cxtensa-esp32-elf-gcc --version
to find it): // 1.22.0-80-g6c4433aProblem Description
//Detailed problem description goes here.
Expected Behavior
Actual Behavior
Steps to repropduce
// It helps if you attach a picture of your setup/wiring here.
Code to reproduce this issue
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
Other items if possible
build
folder (note this may contain all the code details and symbols of your project.)