mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
76b2cb28d2
1. Add Example for DPP Enrollee 2. Use DPP Supplicant API's to setup connection 3. Add support for multiple channels in Bootstrapping 4. Add Unity testcase for testing Offchannel operations Closes https://github.com/espressif/esp-idf/issues/5654
18 lines
528 B
Plaintext
18 lines
528 B
Plaintext
menu "Example Configuration"
|
|
config ESP_DPP_LISTEN_CHANNEL_LIST
|
|
string "DPP Listen channel list"
|
|
default "6"
|
|
help
|
|
DPP Bootstrapping listen channels separated by commas.
|
|
|
|
config ESP_DPP_BOOTSTRAPPING_KEY
|
|
string "Bootstrapping key"
|
|
help
|
|
Private key string for DPP Bootstrapping in PEM format.
|
|
|
|
config ESP_DPP_DEVICE_INFO
|
|
string "Additional Device Info"
|
|
help
|
|
Additional ancillary information to be included in QR Code.
|
|
endmenu
|