i need to use wifi direct to transfer files between android devices
Solved
Independent Developers
-
sir,
i need to use wifi direct to transfer files between android devices.could you give me instruction to do that -
-
@NIvil-Wilson I don't know why you need to scan for wifi devices.
From the link I gave you you can find: https://doc.qt.io/qt-5/qnetworkinterface.html
And there https://doc.qt.io/qt-5/qnetworkinterface.html#allInterfaces which gives you a list of all network interfaces.
Using https://doc.qt.io/qt-5/qnetworkinterface.html#type you can filter all wifi devices.