Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIFI WPA2 Enterprise Connection #68

Open
jsto3299 opened this issue Sep 16, 2024 · 1 comment
Open

WIFI WPA2 Enterprise Connection #68

jsto3299 opened this issue Sep 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jsto3299
Copy link

Is it possible to connect to WPA2/EAP/Enterprise WIFI?
University wifi etc usually requires a Username

@johnyHV
Copy link
Collaborator

johnyHV commented Nov 19, 2024

Hello @jsto3299 . Currently no . But you can add manually support for the enterprise WiFi. In the future I can add implementation configuration in the WEB interface

    esp_wifi_sta_wpa2_ent_set_username((uint8_t *)EAP_USERNAME, strlen(EAP_USERNAME));
    esp_wifi_sta_wpa2_ent_set_password((uint8_t *)EAP_PASSWORD, strlen(EAP_PASSWORD));
    esp_wifi_sta_wpa2_ent_enable();
    ```

@johnyHV johnyHV added the enhancement New feature or request label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants