-
Notifications
You must be signed in to change notification settings - Fork 13.3k
WiFi.status() still returns WL_CONNECTED when after access point is turned off (Only AndroidAP) #4352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Several fixes have been merged since this was opened, especially into the lwip glue code. Is this issue still valid with latest git? |
Unfortunately still reproducible:
|
WiFi connection status tested ( On my scenario is WORKING ): STATION CODE:
|
@toomasz Please confirm for the fix in latest releases |
I am actually having a similar issue on an ESP32 but have not built a simplified test case to narrow this down. |
Closing in view of @LucaEstiva 's comment and due to lack of feedback by OP. |
Are there any news here? I'm facing the same issue on Mar 8, 2021? |
same issue april 2022 |
Basic Infos
Hardware
Hardware: ESP-12E
Core Version: 2.4
Description
Test scenario:
1.Start sketch, access point is disabled
2.Enable access point
3.Sketch can connect to access point
4.Disable access point
5. WiFi.Status() still returns WL_CONNECTED
Settings in IDE
Module: NodeMCU 1.0 (ESP12-E)
Flash Size: 4MB
CPU Frequency: 160Mhz
Upload Using: Serial
Reset Method: nodemcu
Sketch
Debug Messages from AndroidAP
Debug messages from hardware router:
The text was updated successfully, but these errors were encountered: