Merge branch 'bugfix/sta_sa_query_process_v4.3' into 'release/v4.3'

esp_wifi: Improve station SA query procedure handling and other bugfixes (Backport v4.3)

See merge request espressif/esp-idf!22905
This commit is contained in:
Jiang Jiang Jian
2023-04-03 17:37:33 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ typedef enum {
WIFI_REASON_AP_TSF_RESET = 206,
WIFI_REASON_ROAMING = 207,
WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208,
WIFI_REASON_SA_QUERY_TIMEOUT = 209,
} wifi_err_reason_t;
typedef enum {