mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-21 08:49:25 +00:00
esp_wifi: itwt add setup timeout timer to track response frame
This commit is contained in:
@@ -396,6 +396,11 @@ static const esp_err_msg_t esp_err_msg_table[] = {
|
||||
# endif
|
||||
# ifdef ESP_ERR_WIFI_TWT_FULL
|
||||
ERR_TBL_IT(ESP_ERR_WIFI_TWT_FULL), /* 12311 0x3017 no available flow id */
|
||||
# endif
|
||||
# ifdef ESP_ERR_WIFI_TWT_SETUP_TIMEOUT
|
||||
ERR_TBL_IT(ESP_ERR_WIFI_TWT_SETUP_TIMEOUT), /* 12312 0x3018 Timeout of receiving twt setup response
|
||||
frame, timeout times can be set during
|
||||
twt setup */
|
||||
# endif
|
||||
// components/wpa_supplicant/esp_supplicant/include/esp_wps.h
|
||||
# ifdef ESP_ERR_WIFI_REGISTRAR
|
||||
|
Reference in New Issue
Block a user