Skip to content

Commit

Permalink
Add Wi-Fi Easy Connect (DPP) bindings (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasta authored Feb 13, 2023
1 parent 89eba92 commit ec2e561
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
#include "esp_wpa2.h"
#endif

#ifdef ESP_IDF_COMP_WPA_SUPPLICANT_ENABLED
#if defined(CONFIG_ESP_WIFI_DPP_SUPPORT) || defined(CONFIG_WPA_DPP_SUPPORT)
#include "esp_dpp.h"
#endif
#endif

#ifdef ESP_IDF_COMP_ESP_ETH_ENABLED
#include "esp_eth.h"
#ifdef ESP_IDF_COMP_ESP_NETIF_ENABLED
Expand Down

0 comments on commit ec2e561

Please sign in to comment.