-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Hello,
I am currently using the WiFiNINA Library (Sketch "ConnectWithWPA2Enterprise.ino"). I saw that several other Universities got it done with the ESP32.
These Arguments are needed for the WLAN-Connection:
status = WiFi.beginEnterprise(ssid, user, pass, identity, caCert);
But I dont get it working. I received the following login data from my university:
EAP-Method: TTLS or PEAP
Outer Identity with eduroam as identity
Certificate: Needed
Inner Identity with MSCHAPv2 (Username and Password)
Is there a way to specify these settings directly? Or am I doing something wrong?
Metadata
Metadata
Assignees
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project