Ethernet - Espressif ESP32-S2 Programming Manual

Table of Contents

Advertisement

Chapter 2. API Reference
void esp_supp_dpp_stop_listen(void)
Stop listening on Channels.
Stops listening on Channels and cancels ongoing listen operation.
Macros
ESP_ERR_DPP_FAILURE
Generic failure during DPP Operation
ESP_ERR_DPP_TX_FAILURE
DPP Frame Tx failed OR not Acked
ESP_ERR_DPP_INVALID_ATTR
Encountered invalid DPP Attribute
Type Definitions
typedef enum
dpp_bootstrap_type
Types of Bootstrap Methods for DPP.
typedef void
(*esp_supp_dpp_event_cb_t)(esp_supp_dpp_event_t
Callback function for receiving DPP Events from Supplicant.
Callback function will be called with DPP related information.
Parameters
• evt: DPP event ID
• data: Event data payload
Enumerations
enum dpp_bootstrap_type
Types of Bootstrap Methods for DPP.
Values:
DPP_BOOTSTRAP_QR_CODE
QR Code Method
DPP_BOOTSTRAP_PKEX
Proof of Knowledge Method
DPP_BOOTSTRAP_NFC_URI
NFC URI record Method
enum esp_supp_dpp_event_t
Types of Callback Events received from DPP Supplicant.
Values:
ESP_SUPP_DPP_URI_READY
URI is ready through Bootstrapping
ESP_SUPP_DPP_CFG_RECVD
Config received via DPP Authentication
ESP_SUPP_DPP_FAIL
DPP Authentication failure
Code examples for the Wi-Fi API are provided in the
Code examples for ESP-WIFI-MESH are provided in the

2.1.2 Ethernet

Ethernet
Espressif Systems
esp_supp_dpp_bootstrap_t
wifi
directory of ESP-IDF examples.
mesh
directory of ESP-IDF examples.
169
Submit Document Feedback
evt, void *data)
Release v4.4

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ESP32-S2 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents

Save PDF