-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
App assumes Wi-Fi is not commissioned because wpa_supplicant DBUS proxy setup takes a while #8834
Comments
tewarid
changed the title
App assumes Wi-Fi is not commissioned due to delay in StartWiFiManagement
App assumes Wi-Fi is not commissioned when wpa_supplicant DBUS proxy creation is delayed
Aug 9, 2021
tewarid
changed the title
App assumes Wi-Fi is not commissioned when wpa_supplicant DBUS proxy creation is delayed
App assumes Wi-Fi is not commissioned because wpa_supplicant DBUS proxy creation takes a while
Aug 19, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
changed the title
App assumes Wi-Fi is not commissioned because wpa_supplicant DBUS proxy creation takes a while
App assumes Wi-Fi is not commissioned because wpa_supplicant DBUS proxy init takes a while
Aug 23, 2021
tewarid
changed the title
App assumes Wi-Fi is not commissioned because wpa_supplicant DBUS proxy init takes a while
App assumes Wi-Fi is not commissioned because wpa_supplicant DBUS proxy setup takes a while
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 23, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 24, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 27, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 30, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 30, 2021
tewarid
added a commit
to tewarid/connectedhomeip
that referenced
this issue
Aug 31, 2021
woody-apple
pushed a commit
that referenced
this issue
Aug 31, 2021
* Wait for Wi-Fi management to start up (#8834) * Restyled by clang-format * Extract code in function EnsureWifiIsStarted * Restyled by whitespace * Fix unused variable warning/error Co-authored-by: Restyled.io <[email protected]>
Closing this issue as PR #9322 has been merged. |
mkardous-silabs
pushed a commit
to mkardous-silabs/connectedhomeip
that referenced
this issue
Sep 24, 2021
…ip#9322) * Wait for Wi-Fi management to start up (project-chip#8834) * Restyled by clang-format * Extract code in function EnsureWifiIsStarted * Restyled by whitespace * Fix unused variable warning/error Co-authored-by: Restyled.io <[email protected]>
jamesharrow
added a commit
to jamesharrow/connectedhomeip
that referenced
this issue
Feb 13, 2024
…al Energy Measurement clusters from EVSE device type. Per spec PR project-chip#8834
raul-marquez-csa
pushed a commit
to raul-marquez-csa/connectedhomeip
that referenced
this issue
Feb 16, 2024
…al Energy Measurement clusters from EVSE device type. Per spec PR project-chip#8834 (project-chip#32111)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
connectedhomeip/examples/platform/linux/AppMain.cpp
Line 116 in 417b247
StartWiFiManagement called in AppMain asynchronously initializes wpa_supplicant DBUS proxy which takes a while. In the meantime app proceeds to query Wi-Fi commissioning status and assumes it is not provisioned. This causes app to reset fabric configuration and continue in BLE pairing mode when restarted.
Section of log with the scenario playing out is reproduced below
The text was updated successfully, but these errors were encountered: