forked from espressif/esp-idf
Merge branch 'bugfix/sta_sa_query_process_v5.0' into 'release/v5.0'
esp_wifi: Improve station SA query procedure handling and other bugfixes (Backport v5.0) See merge request espressif/esp-idf!22903
This commit is contained in:
@@ -121,6 +121,7 @@ typedef enum {
|
|||||||
WIFI_REASON_AP_TSF_RESET = 206,
|
WIFI_REASON_AP_TSF_RESET = 206,
|
||||||
WIFI_REASON_ROAMING = 207,
|
WIFI_REASON_ROAMING = 207,
|
||||||
WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208,
|
WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208,
|
||||||
|
WIFI_REASON_SA_QUERY_TIMEOUT = 209,
|
||||||
} wifi_err_reason_t;
|
} wifi_err_reason_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Submodule components/esp_wifi/lib updated: 7ee2060028...8f3aeb20d1
Reference in New Issue
Block a user