Skip to content

Commit

Permalink
esp_wifi: Update wifi libs
Browse files Browse the repository at this point in the history
Update wifi libs with below changes -
1. reject AP when assoc comeback time given is greater than 5 seconds
  • Loading branch information
sarveshb14 committed Jan 28, 2023
1 parent 800dec9 commit a4e9c56
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 a4e9c56

Please sign in to comment.