Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Disconnect the wifi internet connection programmatically
-
Could i disconnect the internet connection pragmatically in qt.
-
Have you tested bearer plugin? "QNetworkSession":http://doc.qt.digia.com/qtmobility/qnetworksession.html#stop
It will only work if no over application uses internet connection...
To really disconnect any network interface you should use OS functionality for that...