ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_supp_dpp_bootstrap_gen()
from the following samples and libraries:
dpp-enrollee sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_supp_dpp_bootstrap_gen()
esp_supp_dpp_bootstrap_gen() function
Generates Bootstrap Information as an Enrollee. Generates Out Of Band Bootstrap information as an Enrollee which can be used by a DPP Configurator to provision the Enrollee.
Syntax
Show:
Summary
Declaration
from
esp_dpp.h:92
esp_err_t
esp_supp_dpp_bootstrap_gen
(
const
char
*
chan_list
,
esp_supp_dpp_bootstrap_t
type
,
const
char
*
key
,
const
char
*
info
)
;
Arguments
Argument
Description
chan_list
List of channels device will be available on for listening
type
Bootstrap method type, only QR Code method is supported for now.
key
(Optional) 32 byte Raw Private Key for generating a Bootstrapping Public Key
info
(Optional) Ancillary Device Information like Serial Number
Return value
- ESP_OK: Success - ESP_ERR_DPP_INVALID_LIST: Channel list not valid - ESP_FAIL: Failure
Examples
esp_supp_dpp_bootstrap_gen()
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out