espressif / arduino-esp32

Arduino core for the ESP32
GNU Lesser General Public License v2.1
13.31k stars 7.35k forks source link

Enable support for Device Provisioning Protocol (DPP) #9206

Open genemars opened 7 months ago

genemars commented 7 months ago

Related area

esp32 sdk libraries

Hardware specification

ESP32

Is your feature request related to a problem?

It seems that using any DPP related functionality lead to "Undefined symbol" due to missing symbols in esp32 library libwpa_supplicant.a.

Describe the solution you'd like

Enable CONFIG_WPA_DPP_SUPPORT

Describe alternatives you've considered

No response

Additional context

Example code: https://github.com/espressif/esp-idf/tree/master/examples/wifi/wifi_easy_connect/dpp-enrollee

I have checked existing list of Feature requests and the Contribution Guide

maxpromer commented 3 months ago

Some one have any update ? in HMI application DPP is the best way to connect WiFi without install any app and enter to any url.