Closed
Description
Board
esp32*
Device Description
devkit
Hardware Configuration
Version
v2.0.7
IDE Name
deviot
Operating System
osx
Flash frequency
40
PSRAM enabled
yes
Upload speed
921600
Description
On my Unifi APs
If I use wrong password I get this failure, instead of auth failure.
Auto reconnect gets stuck here for a very long time this will retry many many times then abort. (60s)
Similar issue with some auth protections wifi:Association refused temporarily
[MEM] free: 253092 | max: 45044 | frag: 83%
*wm:[3] .
[ 7038][V][WiFiGeneric.cpp:362] _arduino_event_cb(): STA Disconnected: SSID: leela, BSSID: f4:92:bf:7f:35:4b, Reason: 15
[ 7040][D][WiFiGeneric.cpp:931] _eventCallback(): Arduino Event: 5 - STA_DISCONNECTED
[ 7047][W][WiFiGeneric.cpp:955] _eventCallback(): Reason: 15 - 4WAY_HANDSHAKE_TIMEOUT
[ 7054][D][WiFiGeneric.cpp:979] _eventCallback(): WiFi AutoReconnect Running
Sketch
WiFi.begin();
Debug Message
*wm:[3] .
[ 7038][V][WiFiGeneric.cpp:362] _arduino_event_cb(): STA Disconnected: SSID:xxxxx, BSSID: f4:92:bf:7f:35:4b, Reason: 15
[ 7040][D][WiFiGeneric.cpp:931] _eventCallback(): Arduino Event: 5 - STA_DISCONNECTED
[ 7047][W][WiFiGeneric.cpp:955] _eventCallback(): Reason: 15 - 4WAY_HANDSHAKE_TIMEOUT
[ 7054][D][WiFiGeneric.cpp:979] _eventCallback(): WiFi AutoReconnect Running
[ 7063][V][WiFiGeneric.cpp:97] set_esp_interface_ip(): Configuring Station static IP: 0.0.0.0, MASK: 0.0.0.0, GW: 0.0.0.0
[MEM] free: 252800 | max: 45044 | frag: 83%
*wm:[3] [EVENT] WIFI_REASON: 15
### Other Steps to Reproduce
2.0.6
2.0.7
### I have checked existing issues, online documentation and the Troubleshooting Guide
- [X] I confirm I have checked existing issues, online documentation and Troubleshooting guide.