Skip to content

Commit 6b503d0

Browse files
committed
component: Remove wifi_provisioning component and esp_prov tool
1 parent 5694937 commit 6b503d0

File tree

109 files changed

+390
-12127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+390
-12127
lines changed

.gitlab/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@
162162
/components/usb/ @esp-idf-codeowners/peripherals/usb
163163
/components/vfs/ @esp-idf-codeowners/storage
164164
/components/wear_levelling/ @esp-idf-codeowners/storage
165-
/components/wifi_provisioning/ @esp-idf-codeowners/app-utilities/provisioning
166165
/components/wpa_supplicant/ @esp-idf-codeowners/wifi @esp-idf-codeowners/app-utilities/mbedtls
167166
/components/xtensa/ @esp-idf-codeowners/system
168167

@@ -204,7 +203,6 @@
204203
/examples/peripherals/usb/ @esp-idf-codeowners/peripherals @esp-idf-codeowners/peripherals/usb
205204
/examples/phy/ @esp-idf-codeowners/bluetooth @esp-idf-codeowners/wifi @esp-idf-codeowners/ieee802154
206205
/examples/protocols/ @esp-idf-codeowners/network @esp-idf-codeowners/app-utilities
207-
/examples/provisioning/ @esp-idf-codeowners/app-utilities/provisioning
208206
/examples/security/ @esp-idf-codeowners/security
209207
/examples/storage/ @esp-idf-codeowners/storage
210208
/examples/system/ @esp-idf-codeowners/system
@@ -219,7 +217,6 @@
219217
/tools/cmake/ @esp-idf-codeowners/build-config
220218
/tools/cmake/toolchain-*.cmake @esp-idf-codeowners/toolchain
221219
/tools/esp_app_trace/ @esp-idf-codeowners/debugging
222-
/tools/esp_prov/ @esp-idf-codeowners/app-utilities
223220
/tools/gdb_panic_server.py @esp-idf-codeowners/debugging
224221
/tools/kconfig*/ @esp-idf-codeowners/build-config
225222
/tools/ldgen/ @esp-idf-codeowners/build-config

components/protocomm/include/crypto/srp6a/esp_srp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern "C" {
1818
*
1919
* More information on protocol can be found: https://datatracker.ietf.org/doc/html/rfc5054
2020
*
21-
* This implementation is used by security2 of wifi_provisioning and local control features.
21+
* This implementation is used by security2 of network_provisioning and local control features.
2222
* Details on how these protocols use this feature can be found here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-reference/provisioning/provisioning.html#security-2-scheme
2323
*
2424
* Below is the example usage of the srp6a protocol in protocomm component,

components/wifi_provisioning/CMakeLists.txt

Lines changed: 0 additions & 42 deletions
This file was deleted.

components/wifi_provisioning/Kconfig

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)