Two month ago, we added Wi-Fi support in RetroArch, to allow Lakka users to connect wireless network using their joypad.
This first implementation was just a proof of concept: scanning the networks was a blocking task that was freezing the interface.
In this new implementation, we are using RetroArch asynchronous task system to scan the networks without blocking the interface.