Skip to content

Commit ec2e561

Browse files
authored
Add Wi-Fi Easy Connect (DPP) bindings (#168)
1 parent 89eba92 commit ec2e561

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/include/esp-idf/bindings.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
#include "esp_wpa2.h"
6767
#endif
6868

69+
#ifdef ESP_IDF_COMP_WPA_SUPPLICANT_ENABLED
70+
#if defined(CONFIG_ESP_WIFI_DPP_SUPPORT) || defined(CONFIG_WPA_DPP_SUPPORT)
71+
#include "esp_dpp.h"
72+
#endif
73+
#endif
74+
6975
#ifdef ESP_IDF_COMP_ESP_ETH_ENABLED
7076
#include "esp_eth.h"
7177
#ifdef ESP_IDF_COMP_ESP_NETIF_ENABLED

0 commit comments

Comments
 (0)