Results 1 to 3 of 3

Thread: wi-fi adapter status

  1. #1
    Join Date
    Jun 2010
    Posts
    97
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default wi-fi adapter status

    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.

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: wi-fi adapter status

    Exactly the same way as you would without Qt: http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: wi-fi adapter status

    For a Qt solution have a look at QNetworkSession and QNetworkConfiguration.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 3
    Last Post: 8th July 2010, 07:41
  2. Plugin Adapter Classes?
    By SixDegrees in forum Qt Programming
    Replies: 11
    Last Post: 26th April 2010, 09:39
  3. system network adapter list
    By rakesh in forum Qt Programming
    Replies: 0
    Last Post: 17th March 2009, 13:02
  4. Multi network adapter
    By navi1084 in forum Qt Programming
    Replies: 0
    Last Post: 20th November 2008, 04:31
  5. Writing an D-Bus Adapter using Qt
    By BartSimpson in forum Qt Programming
    Replies: 0
    Last Post: 24th March 2007, 15:11

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.