Skip to content

Commit 4c7d97e

Browse files
committed
Merge branch 'bugfix/sta_sa_query_process_v4.4' into 'release/v4.4'
esp_wifi: Improve station SA query procedure handling and other bugfixes (Backport v4.4) See merge request espressif/esp-idf!22901
2 parents 9c38441 + 52b940b commit 4c7d97e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/esp_wifi/include/esp_wifi_types.h

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ typedef enum {
118118
WIFI_REASON_AP_TSF_RESET = 206,
119119
WIFI_REASON_ROAMING = 207,
120120
WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208,
121+
WIFI_REASON_SA_QUERY_TIMEOUT = 209,
121122
} wifi_err_reason_t;
122123

123124
typedef enum {

0 commit comments

Comments
 (0)