esp-wifi icon indicating copy to clipboard operation
esp-wifi copied to clipboard

Intended Interface for WPA2-Enterprise

Open raphaelhetzel opened this issue 2 years ago • 8 comments

Do you have an interface in mind for integrating WPA2 Enterprise? In the IDF/driver this is handled using a completely separate API (esp_wifi_sta_wpa2_ent_set_username, esp_wifi_sta_wpa2_ent_enable) but given the way the interface is configured here, I would expect that to happen in the background when using the normal set_configuration method with auth_method set to the enterprise variant.

raphaelhetzel avatar Oct 11 '23 09:10 raphaelhetzel