fix(wpa_supplicant): Add support for a dpp authentication timeout

- Adds support for a 1 second dpp authentication timeout.
This commit is contained in:
jgujarathi
2023-11-28 07:52:35 +05:30
committed by aditi_lonkar
parent dcc14e8c15
commit a65cb7669c
3 changed files with 30 additions and 2 deletions

View File

@@ -461,6 +461,9 @@ static const esp_err_msg_t esp_err_msg_table[] = {
# endif
# ifdef ESP_ERR_DPP_INVALID_ATTR
ERR_TBL_IT(ESP_ERR_DPP_INVALID_ATTR), /* 12441 0x3099 Encountered invalid DPP Attribute */
# endif
# ifdef ESP_ERR_DPP_AUTH_TIMEOUT
ERR_TBL_IT(ESP_ERR_DPP_AUTH_TIMEOUT), /* 12442 0x309a DPP Auth response was not recieved in time */
# endif
// components/esp_common/include/esp_err.h
# ifdef ESP_ERR_MESH_BASE