You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
Heads up that I was unable to connect to our enterprise Wi-Fi using the format [email protected]; what worked for me instead was the domain\\username format (AD-authenticated) like this:
static const char* SECRET_EAP_ID = "my-Enterprise-ID" // EAP_ID (typically the same as EAP_USERNAME, e.g. domain\\my-Enterprise-UserName)
static const char* SECRET_EAP_USERNAME = "domain\\my-Enterprise-UserName"; // Username for authentification (typically the same as EAP_ID); consider trying also [email protected]
static const char* SECRET_EAP_PASSWORD = "my-Enterprise-Password"; // Password for authentication
The text was updated successfully, but these errors were encountered:
Heads up that I was unable to connect to our enterprise Wi-Fi using the format
[email protected]
; what worked for me instead was thedomain\\username
format (AD-authenticated) like this:The text was updated successfully, but these errors were encountered: