module documentation
WiFi Scanner - Scan for nearby WiFi networks.
| Function | run |
Run the app and handle menu input. |
| Function | start |
Start the app and scan for networks. |
| Function | stop |
Stop the app and clean up. |
| Function | __save |
Save the selected SSID. |
| Function | __should |
Choose whether to save the selected SSID. |
| Function | __switch |
Switch to the password view. |
| Variable | _scan |
Undocumented |
Run the app and handle menu input.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the app and scan for networks.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the app started, False if WiFi is unavailable. |
Stop the app and clean up.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Save the selected SSID.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the SSID was saved, False otherwise. |
Choose whether to save the selected SSID.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the user chose to save, False otherwise. |
Switch to the password view.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |