Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Wireless signal strength and C++

Wireless signal strength and C++

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++sysadminjson
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zoid
    wrote on last edited by
    #1

    Hi, Not sure if this is the right forum for this question but I didn't see a networking stuff forum... Is there an api/method for getting the signal strength of a wireless connection (802.11b/g) programatically. Windows XP is able to display the wireless signal strength when you bring up the status dialog of a wireless network connection, I would like to do something similar in my app. This will probably be impossible in Win2k and below since third party applications managed the wireless connections, but in windows XP it should be possible. Does anyone have any ideas? Thanks Tom.

    P 1 Reply Last reply
    0
    • Z zoid

      Hi, Not sure if this is the right forum for this question but I didn't see a networking stuff forum... Is there an api/method for getting the signal strength of a wireless connection (802.11b/g) programatically. Windows XP is able to display the wireless signal strength when you bring up the status dialog of a wireless network connection, I would like to do something similar in my app. This will probably be impossible in Win2k and below since third party applications managed the wireless connections, but in windows XP it should be possible. Does anyone have any ideas? Thanks Tom.

      P Offline
      P Offline
      psn
      wrote on last edited by
      #2

      Hi, Here is my idea, If that wireless modem is connected to u r serial port, then u must issue some command to that port using FILE IO APIs,so that modem will respond to u r command.For command set u must refer that that modem specs. If that is inbuilt modem then i hope there must some APIs,i am not sure about this case. PSN

      Z 1 Reply Last reply
      0
      • P psn

        Hi, Here is my idea, If that wireless modem is connected to u r serial port, then u must issue some command to that port using FILE IO APIs,so that modem will respond to u r command.For command set u must refer that that modem specs. If that is inbuilt modem then i hope there must some APIs,i am not sure about this case. PSN

        Z Offline
        Z Offline
        zoid
        wrote on last edited by
        #3

        A wireless (802.11b/g) interface adapter would never be connected to a serial port because rs232 transfer is way too slow... Regardless of whether it is a PCMCIA, PCI or USB 802.11b/g adapter windows will display it as a Network Connection. Win XP is able to monitor signal strength through its Network Connections sub system, this is something that Win2K and below could not do... This is why I am wondering if there is any way to tap into this functionality programatically? Thnx Tom.

        C 1 Reply Last reply
        0
        • Z zoid

          A wireless (802.11b/g) interface adapter would never be connected to a serial port because rs232 transfer is way too slow... Regardless of whether it is a PCMCIA, PCI or USB 802.11b/g adapter windows will display it as a Network Connection. Win XP is able to monitor signal strength through its Network Connections sub system, this is something that Win2K and below could not do... This is why I am wondering if there is any way to tap into this functionality programatically? Thnx Tom.

          C Offline
          C Offline
          crazy1dude
          wrote on last edited by
          #4

          Check out the Windows XP Device Driver Interface. There should be stuff about how to Access a Wireless Network card's Hardware Interface something like a DeviceIoControl function. http://www.microsoft.com/whdc/device/network/wireless/default.mspx[^] This is the Link on Microsoft Driver Website if that Helps. -Ve -of All the things I lost, I miss my mind the most...

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups