Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Can we decode wifi signal?

Can we decode wifi signal?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 419 Views
  • 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.
  • MijazM Offline
    MijazM Offline
    Mijaz
    wrote on last edited by
    #1

    Hi everyone!
    Is it possible to decode the wifi signal in qt creator?

    Thanks in advance!

    jsulmJ 1 Reply Last reply
    0
    • MijazM Mijaz

      Hi everyone!
      Is it possible to decode the wifi signal in qt creator?

      Thanks in advance!

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Mijaz What do you mean exactly? And how is this related to QtCreator (which is an IDE)? Do you mean Qt? If you mean Wifi encryption (like WPA2) then this is handled by the device - why do you want to do that?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • MijazM Offline
        MijazM Offline
        Mijaz
        wrote on last edited by
        #3

        @jsulm Hi;
        I really appreciated your reply! I want to develop a Qt application in which I need to scan the whole wifi running around where I will install my application. I need to scan the wifi SSIDs and the corresponding MAC Address to each SSID. I want to read this information from the wifi signal. Please provide me help.
        Thanks in adavance!

        1 Reply Last reply
        0
        • C Offline
          C Offline
          ChrisW67
          wrote on last edited by
          #4

          Is it possible to decode the wifi signal in qt creator?

          @Mijaz No. Qt Creator is a glorified text editor. I assume you mean a program developed to use the Qt libraries.

          The basic Qt libraries do not, as far as I can tell, contain any cross-platform facilities related to wireless hardware configuration or scanning. From a user program, wireless scanning (i.e. triggering it and retrieving results), status monitoring, and interface configuration needs to be done with operating system specific APIs (e.g for Windows). The user program never "decode the wifi signal", that is a kernel driver function. Once a wireless association is made, and configuration by the operating system complete, Qt can see the interface created and communicate via it as for any wired connection.

          The Qt Device Creation commercial offering used to have some wireless hardware capability usable with the Boot to Qt (B2Qt) functionality. In this environment there is often no user-facing operating system to handle the configuration.

          1 Reply Last reply
          1
          • Kent-DorfmanK Offline
            Kent-DorfmanK Offline
            Kent-Dorfman
            wrote on last edited by
            #5

            AP units are not required to broadcast the SSID. It's often not broadcast, as a security measure.

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved