Skip to content

Commit

Permalink
Merge branch 'fix/long_assoc_comeback_time_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
esp_wifi: reject AP when assoc comeback time given is greater than 5 seconds (Backport v4.4)

See merge request espressif/esp-idf!21842
  • Loading branch information
jack0c committed Feb 3, 2023
2 parents d708ee2 + a4e9c56 commit 0c8ec2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/esp_wifi/include/esp_wifi_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ typedef enum {
WIFI_REASON_CONNECTION_FAIL = 205,
WIFI_REASON_AP_TSF_RESET = 206,
WIFI_REASON_ROAMING = 207,
WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208,
} wifi_err_reason_t;

typedef enum {
Expand Down

0 comments on commit 0c8ec2a

Please sign in to comment.