archinstall/archinstall/lib/network
Softer 1048f7eef0
Fix WiFi network selection in TUI prompt (#4566)
* Fix WiFi network selection in TUI prompt

TableSelectionScreen returns the selected network in Result._item,
but the check on line 136 only tested Result._data (always None
for single-select). This caused every selection to fall through
to the "No wifi networks found" error path.

Fixes #4564

* Fix empty wifi scan crash and simplify network selection

Move wifi scanning out of the TableSelectionScreen callback to avoid
MenuItemGroup([]) ValueError when no networks are found. The empty
result is now handled before the selection screen, and the Selection
branch is simplified to a direct get_value() call.
2026-06-08 04:31:07 +10:00
..
__init__.py Wifi connection menu with textual (#3879) 2025-11-01 13:55:58 +01:00
network_handler.py Add IWD standalone option to network configuration + fix NM_IWD (#4528) 2026-05-15 13:57:31 +10:00
network_menu.py Add IWD standalone option to network configuration + fix NM_IWD (#4528) 2026-05-15 13:57:31 +10:00
wifi_handler.py Fix WiFi network selection in TUI prompt (#4566) 2026-06-08 04:31:07 +10:00
wpa_supplicant.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00