esp32-wifi-manager icon indicating copy to clipboard operation
esp32-wifi-manager copied to clipboard

Request to add support for WPA Enterprise

Open gagank1 opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently the captive portal only supports WPA2. The ESP32 has WPA Enterprise support but it's not implemented by this library.

Describe the solution you'd like An ideal solution would detect the type of encryption used by the access point and provide the necessary additional fields. An extra username field in the manual SSID form that defaults to WPA Enterprise when used would work in a pinch too.

Describe alternatives you've considered I'm considering implementing the second one but it's more of a hack than a true solution. I don't have the web dev skills to implement the first.

Additional context n/a

gagank1 avatar Apr 20 '21 03:04 gagank1