Search found 2 matches

by sefiroths76
Fri Sep 27, 2024 8:06 am
Forum: ESP-IDF
Topic: connect enterprise wifi with GTC authentication
Replies: 1
Views: 657

Re: connect enterprise wifi with GTC authentication

I have tried another way but give compile error perhaps the problem is old lib? /Users/noidue/Library/Arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1- downloaded esp-idf-v5.2.3.zip and try istalling with arduino ide but says invalid lib #include <WiFi.h> #include "esp_wpa2.h" // I...
by sefiroths76
Wed Sep 25, 2024 1:38 pm
Forum: ESP-IDF
Topic: connect enterprise wifi with GTC authentication
Replies: 1
Views: 657

connect enterprise wifi with GTC authentication

the code is the code of the example. the problem is the phase2 auth that the server says that is trying to use MSCHAP, but I have a GTC... there is a way to do it? (I don't need to validate certificate) thanks #include <WiFi.h> //Wifi library #define EAP_IDENTITY "blabla" //if connecting from anothe...