esp-wifi
esp-wifi copied to clipboard
Intended Interface for WPA2-Enterprise
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.