WifiManager: fix connect flash while forgetting (#37416)

* real traces for some tests

combine and new test for low strength/turn off hotspot while connecting

revert wifiui

* stupid llm

* clean up
This commit is contained in:
Shane Smiskol
2026-02-26 01:10:35 -08:00
committed by GitHub
parent 561c490b2a
commit cf5ae3cbca
3 changed files with 191 additions and 18 deletions
+1
View File
@@ -26,6 +26,7 @@ class NMDeviceStateReason(IntEnum):
IP_CONFIG_UNAVAILABLE = 5
NO_SECRETS = 7
SUPPLICANT_DISCONNECT = 8
SUPPLICANT_TIMEOUT = 11
CONNECTION_REMOVED = 38
USER_REQUESTED = 39
SSID_NOT_FOUND = 53