module documentation

WiFi Apps Menu - Central hub for WiFi applications

Function run Run the app and handle menu navigation.
Function start Start the app and build the WiFi menu.
Function stop Stop the app and clean up.
Variable _wifi Undocumented
Variable _wifi_index Undocumented
def run(view_manager):

Run the app and handle menu navigation.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
def start(view_manager) -> bool:

Start the app and build the WiFi menu.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
Returns
boolTrue if the app started, False if WiFi is unavailable.
def stop(view_manager):

Stop the app and clean up.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
_wifi =

Undocumented

_wifi_index: int =

Undocumented