QNetworkInterface is the closest AFAICT class, but Rive says Qt does not support Wi-Fi network discovery.
You can create a graphical interface and control the logic using Qt, but you should look elsewhere for the cross-platform wifi library (if one exists, otherwise you must write your own for each platform you want to support).
source share