WIFI session disconnection problem in Ubuntu Qt
-
Hi,
I am using *QNetworkSession *class to scan and connect wifi networks.
I can connect/disconnect to a wifi network through the QNetworkSession::open() and QNetworkSession ::stop()
functions in windows.But in Ubuntu 14.04 the disconnect function doesn't work. The QNetworkSession::State set to "clossing" but never set to "disconnected" flag.