PDA

View Full Version : wi-fi adapter status



mvbhavsar
28th March 2011, 09:19
I want to check if my wireless adapter is on or off and if it is on what is the SSID it is getting. How to achieve this using QT. Also how to use native Microsoft windows os API libraries like wlanapi.dll etc.

squidge
28th March 2011, 13:34
Exactly the same way as you would without Qt: http://msdn.microsoft.com/en-us/library/ms706556%28v=vs.85%29.aspx

wysota
28th March 2011, 13:55
For a Qt solution have a look at QNetworkSession and QNetworkConfiguration.