core: services: wifi: WifiManager: Start without a wlan interface - #4215
core: services: wifi: WifiManager: Start without a wlan interface#4215patrickelectric wants to merge 7 commits into
Conversation
Automated PR Review0. Summary
Makes the wifi service tolerate startup with no wlan interface: the wpa_supplicant 1. Correctness & Implementation Bugs
6. Code Quality & Style
7. Tests
8. Documentation
Generated by PR Review Bot. This is advisory, a human reviewer must still approve. |
f20e919 to
62dc824
Compare
1ad8405 to
01815e3
Compare
|
sorry, it should be ready now @bluerobotics/blueos-team |
|
ping @bluerobotics/blueos-team |
1 similar comment
|
ping @bluerobotics/blueos-team |
|
I'm unable to use/test wifi on this branch (from the UI). |
|
@joaoantoniocardoso check now |
|
I found a problem, let me investigate further |
8b7275b to
01815e3
Compare
456c31f to
ef204dc
Compare
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
…s gone Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
…dapter Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
The attribute was only created inside connect, which never runs when there is no socket to talk to, so the hotspot property raised AttributeError instead of building the manager. Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
…ects It was set before the connection was attempted, so the udp fallback working was reported to the frontend as no wifi adapter. Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Both handlers use the same state now, the frontend says there is no adapter on bookworm as well. Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
ef204dc to
47efdf5
Compare
|
@joaoantoniocardoso check now |
wpa_supplicant fails when there is no wlan adapter.
Fix #4210