espressif / esp-idf-provisioning-ios

Apache License 2.0
130 stars 62 forks source link

Support for Enterprise Wifi (at least WPA2 ESP_EAP_TTLS_PHASE2_MSCHAPV2) #79

Open CescG opened 4 months ago

CescG commented 4 months ago

Wifi provisioning app works well for domestic apps but it lacks support in professional environment.

It's frustating (and against security best practices, especially in professional environment) to provide username and password for ESP_EAP_TTLS_PHASE2_MSCHAPV2 type wifi

I would like to modify the standard behavior of the provisioning app in the following way.

include types ESP_EAP_TTLS_PHASE2_MSCHAPV2 Access Point (AP) in the scanned wifi list if the selected wifi has the ESP_EAP_TTLS_PHASE2_MSCHAPV2 security, then the ESP provisioning app, in addition to ask for the password, should ask also the username.

I considere to use the "custom-data" endpoint but this is not available for mobil app, or at least not for the iOS app

Thanks for your support

Cesc

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Please give as many details as you can. Include suggestions for useful APIs or interfaces if relevant.

Additional context

Add any other context or screenshots about the feature request here.

vikas-chandra-mnnit commented 4 months ago

Hi @CescG, Thank you for reaching out and submitting your feature request. We will carefully assess the requirements and devise a suitable solution. Expect us to provide further details, including the deadline, within this thread.

CescG commented 4 months ago

Hi @CescG, Thank you for reaching out and submitting your feature request. We will carefully assess the requirements and devise a suitable solution. Expect us to provide further details, including the deadline, within this thread.

HI @vikas-chandra-mnnit, can you provide a date estimate to have this feature implemented? Alternatively, can you provide a date to have the estimate date? Thanks in advance. Cesc