WiFi STA with AP reconnection starnge behavior (IDFGH-11712) #12819
Labels
Awaiting Response
awaiting a response from the author
Resolution: Won't Do
This will not be worked on
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v5.1.2
Espressif SoC revision.
ESP32-D0WDQ6 (revision 1)
Operating System used.
Linux
How did you build your project?
Eclipse IDE
If you are using Windows, please specify command line type.
None
Development Kit.
TTGO-T-Display + WROOM-32
Power Supply used.
USB
What is the expected behavior?
normal wi-fi disconnection and next normal connection
What is the actual behavior?
after STA lost power AP do not try to check if connection lost, next connection try makes strange things on AP side
Steps to reproduce.
1)AP on TTGO-T-Display
2)STA on WROOM-32
3)AP and STA power off
4)AP power on
5)wait AP boot
6)STA power on
here STA normaly connected to AP (log1)
7)STA power switch off
here AP do not do anything (in AP log)
8)STA power on
here STA tries to connect to AP but with strange error:
E (4048) wifi:Association refused temporarily, comeback time 1536 mSec
and finaly shows that it connected:
AP doing strange things:
Debug Logs.
More Information.
registered 2 handler functions for wifi messages on AP side on different places.
The text was updated successfully, but these errors were encountered: