esp-idf/components/protocomm
Vikram Dattu ec1057a05a fix(esp_srp): Use @file for file documentation and missing doc
Using @brief for file description wrongly associates the documentation to an API.
Correct way to add file description is to use `@file` and then `@brief`. Corrected the same.

- Also added missing doc for esp_srp_handle_t
2023-12-15 12:28:17 +05:30
..
include fix(esp_srp): Use @file for file documentation and missing doc 2023-12-15 12:28:17 +05:30
proto protocomm: Generated proto-c and python files for SRP6a scheme 2022-06-17 13:16:20 +00:00
proto-c protocomm: Generated proto-c and python files for SRP6a scheme 2022-06-17 13:16:20 +00:00
python protocomm: Generated proto-c and python files for SRP6a scheme 2022-06-17 13:16:20 +00:00
src feat(provisioning): Generate Salt and verifier pair for given username and password 2023-11-21 18:06:24 +05:30
test_apps fix: "erro code" -> "error code" typos 2023-10-13 18:13:54 +08:00
CMakeLists.txt refactor(esp_srp): Expose esp_srp.h and add API docs 2023-11-21 18:06:24 +05:30
Kconfig fix(protocomm): Remove the configuration check of wifi_provisioning for protocomm component 2023-09-25 15:32:03 +08:00