Legacy method - use wifi_manager for new code.
(self)
| 250 | # Stop orchestrator |
| 251 | self.stop_orchestrator() |
| 252 | |
| 253 | # Stop Wi-Fi manager |
| 254 | if hasattr(self, 'wifi_manager'): |
| 255 | self.wifi_manager.stop() |
| 256 | |
| 257 | # Set exit flags |
| 258 | self.shared_data.should_exit = True |
| 259 | self.shared_data.orchestrator_should_exit = True |
| 260 | self.shared_data.display_should_exit = True |
| 261 | self.shared_data.webapp_should_exit = True |
| 262 |
no test coverage detected