Is there a tool to display WiFi information in console?












14














Can I view detected WiFi networks details (like signal strength, encryption etc.) in command line? The more detailed - the better.










share|improve this question



























    14














    Can I view detected WiFi networks details (like signal strength, encryption etc.) in command line? The more detailed - the better.










    share|improve this question

























      14












      14








      14


      3





      Can I view detected WiFi networks details (like signal strength, encryption etc.) in command line? The more detailed - the better.










      share|improve this question













      Can I view detected WiFi networks details (like signal strength, encryption etc.) in command line? The more detailed - the better.







      networking wifi networkmanager






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 9 '12 at 19:58









      Ivan

      5,7561966100




      5,7561966100






















          5 Answers
          5






          active

          oldest

          votes


















          12














          sudo iwlist wlan0 scan


          Assuming your wireless is wlan0, of course. If you're not sure, iwconfig should tell you.






          share|improve this answer





















          • But it only shows 4 networks while the GUI WiFi applet shows 5. I am curious who is lying...
            – Ivan
            Feb 9 '12 at 20:24










          • @Ivan I think the GUI applet has some kind of caching and/or sets the limit for a viable wireless network higher or lower than the defaults in iwlist
            – TheLQ
            Feb 9 '12 at 20:42



















          15














          Under Linux, you can use the iw* series of commands to configure and display information about wireless networks:




          • iwconfig - configure a wireless network interface

          • iwlist - Get more detailed wireless information from a wireless interface

          • iwpriv - configure optionals (private) parameters of a wireless network interface

          • iw - show / manipulate wireless devices and their configuration






          share|improve this answer





















          • Note: iw is the second generation utility, and should be used in preference over iwconfig, iwlist and iwpriv.
            – dirkt
            Sep 23 at 5:10



















          3














          Here is a rather comprehensive list. One particularly nice way is:



          watch -n 1 cat /proc/net/wireless





          share|improve this answer































            0














            Another option would be:



            sudo apt-get install network-manager
            nmcli dev wifi





            share|improve this answer























            • (Which will only work if you have network manager installed and running).
              – dirkt
              Sep 23 at 5:11










            • @dirkt you right, I am going to update my answer. Thanks.
              – Fábio
              Sep 23 at 5:40



















            0














            Actually are all commands (iwconfig, iwlist, ...) replaced with newest tool iw. to show signal and other info:



            iw wlan0 link


            where wlan0 is interface name.






            share|improve this answer





















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "106"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f31318%2fis-there-a-tool-to-display-wifi-information-in-console%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              5 Answers
              5






              active

              oldest

              votes








              5 Answers
              5






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              12














              sudo iwlist wlan0 scan


              Assuming your wireless is wlan0, of course. If you're not sure, iwconfig should tell you.






              share|improve this answer





















              • But it only shows 4 networks while the GUI WiFi applet shows 5. I am curious who is lying...
                – Ivan
                Feb 9 '12 at 20:24










              • @Ivan I think the GUI applet has some kind of caching and/or sets the limit for a viable wireless network higher or lower than the defaults in iwlist
                – TheLQ
                Feb 9 '12 at 20:42
















              12














              sudo iwlist wlan0 scan


              Assuming your wireless is wlan0, of course. If you're not sure, iwconfig should tell you.






              share|improve this answer





















              • But it only shows 4 networks while the GUI WiFi applet shows 5. I am curious who is lying...
                – Ivan
                Feb 9 '12 at 20:24










              • @Ivan I think the GUI applet has some kind of caching and/or sets the limit for a viable wireless network higher or lower than the defaults in iwlist
                – TheLQ
                Feb 9 '12 at 20:42














              12












              12








              12






              sudo iwlist wlan0 scan


              Assuming your wireless is wlan0, of course. If you're not sure, iwconfig should tell you.






              share|improve this answer












              sudo iwlist wlan0 scan


              Assuming your wireless is wlan0, of course. If you're not sure, iwconfig should tell you.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Feb 9 '12 at 20:10









              Kevin

              27k106199




              27k106199












              • But it only shows 4 networks while the GUI WiFi applet shows 5. I am curious who is lying...
                – Ivan
                Feb 9 '12 at 20:24










              • @Ivan I think the GUI applet has some kind of caching and/or sets the limit for a viable wireless network higher or lower than the defaults in iwlist
                – TheLQ
                Feb 9 '12 at 20:42


















              • But it only shows 4 networks while the GUI WiFi applet shows 5. I am curious who is lying...
                – Ivan
                Feb 9 '12 at 20:24










              • @Ivan I think the GUI applet has some kind of caching and/or sets the limit for a viable wireless network higher or lower than the defaults in iwlist
                – TheLQ
                Feb 9 '12 at 20:42
















              But it only shows 4 networks while the GUI WiFi applet shows 5. I am curious who is lying...
              – Ivan
              Feb 9 '12 at 20:24




              But it only shows 4 networks while the GUI WiFi applet shows 5. I am curious who is lying...
              – Ivan
              Feb 9 '12 at 20:24












              @Ivan I think the GUI applet has some kind of caching and/or sets the limit for a viable wireless network higher or lower than the defaults in iwlist
              – TheLQ
              Feb 9 '12 at 20:42




              @Ivan I think the GUI applet has some kind of caching and/or sets the limit for a viable wireless network higher or lower than the defaults in iwlist
              – TheLQ
              Feb 9 '12 at 20:42













              15














              Under Linux, you can use the iw* series of commands to configure and display information about wireless networks:




              • iwconfig - configure a wireless network interface

              • iwlist - Get more detailed wireless information from a wireless interface

              • iwpriv - configure optionals (private) parameters of a wireless network interface

              • iw - show / manipulate wireless devices and their configuration






              share|improve this answer





















              • Note: iw is the second generation utility, and should be used in preference over iwconfig, iwlist and iwpriv.
                – dirkt
                Sep 23 at 5:10
















              15














              Under Linux, you can use the iw* series of commands to configure and display information about wireless networks:




              • iwconfig - configure a wireless network interface

              • iwlist - Get more detailed wireless information from a wireless interface

              • iwpriv - configure optionals (private) parameters of a wireless network interface

              • iw - show / manipulate wireless devices and their configuration






              share|improve this answer





















              • Note: iw is the second generation utility, and should be used in preference over iwconfig, iwlist and iwpriv.
                – dirkt
                Sep 23 at 5:10














              15












              15








              15






              Under Linux, you can use the iw* series of commands to configure and display information about wireless networks:




              • iwconfig - configure a wireless network interface

              • iwlist - Get more detailed wireless information from a wireless interface

              • iwpriv - configure optionals (private) parameters of a wireless network interface

              • iw - show / manipulate wireless devices and their configuration






              share|improve this answer












              Under Linux, you can use the iw* series of commands to configure and display information about wireless networks:




              • iwconfig - configure a wireless network interface

              • iwlist - Get more detailed wireless information from a wireless interface

              • iwpriv - configure optionals (private) parameters of a wireless network interface

              • iw - show / manipulate wireless devices and their configuration







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Feb 9 '12 at 20:09









              larsks

              10.6k32739




              10.6k32739












              • Note: iw is the second generation utility, and should be used in preference over iwconfig, iwlist and iwpriv.
                – dirkt
                Sep 23 at 5:10


















              • Note: iw is the second generation utility, and should be used in preference over iwconfig, iwlist and iwpriv.
                – dirkt
                Sep 23 at 5:10
















              Note: iw is the second generation utility, and should be used in preference over iwconfig, iwlist and iwpriv.
              – dirkt
              Sep 23 at 5:10




              Note: iw is the second generation utility, and should be used in preference over iwconfig, iwlist and iwpriv.
              – dirkt
              Sep 23 at 5:10











              3














              Here is a rather comprehensive list. One particularly nice way is:



              watch -n 1 cat /proc/net/wireless





              share|improve this answer




























                3














                Here is a rather comprehensive list. One particularly nice way is:



                watch -n 1 cat /proc/net/wireless





                share|improve this answer


























                  3












                  3








                  3






                  Here is a rather comprehensive list. One particularly nice way is:



                  watch -n 1 cat /proc/net/wireless





                  share|improve this answer














                  Here is a rather comprehensive list. One particularly nice way is:



                  watch -n 1 cat /proc/net/wireless






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Dec 27 '17 at 13:36

























                  answered Dec 27 '17 at 13:29









                  not2qubit

                  712714




                  712714























                      0














                      Another option would be:



                      sudo apt-get install network-manager
                      nmcli dev wifi





                      share|improve this answer























                      • (Which will only work if you have network manager installed and running).
                        – dirkt
                        Sep 23 at 5:11










                      • @dirkt you right, I am going to update my answer. Thanks.
                        – Fábio
                        Sep 23 at 5:40
















                      0














                      Another option would be:



                      sudo apt-get install network-manager
                      nmcli dev wifi





                      share|improve this answer























                      • (Which will only work if you have network manager installed and running).
                        – dirkt
                        Sep 23 at 5:11










                      • @dirkt you right, I am going to update my answer. Thanks.
                        – Fábio
                        Sep 23 at 5:40














                      0












                      0








                      0






                      Another option would be:



                      sudo apt-get install network-manager
                      nmcli dev wifi





                      share|improve this answer














                      Another option would be:



                      sudo apt-get install network-manager
                      nmcli dev wifi






                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Sep 23 at 5:43

























                      answered Sep 23 at 3:34









                      Fábio

                      15115




                      15115












                      • (Which will only work if you have network manager installed and running).
                        – dirkt
                        Sep 23 at 5:11










                      • @dirkt you right, I am going to update my answer. Thanks.
                        – Fábio
                        Sep 23 at 5:40


















                      • (Which will only work if you have network manager installed and running).
                        – dirkt
                        Sep 23 at 5:11










                      • @dirkt you right, I am going to update my answer. Thanks.
                        – Fábio
                        Sep 23 at 5:40
















                      (Which will only work if you have network manager installed and running).
                      – dirkt
                      Sep 23 at 5:11




                      (Which will only work if you have network manager installed and running).
                      – dirkt
                      Sep 23 at 5:11












                      @dirkt you right, I am going to update my answer. Thanks.
                      – Fábio
                      Sep 23 at 5:40




                      @dirkt you right, I am going to update my answer. Thanks.
                      – Fábio
                      Sep 23 at 5:40











                      0














                      Actually are all commands (iwconfig, iwlist, ...) replaced with newest tool iw. to show signal and other info:



                      iw wlan0 link


                      where wlan0 is interface name.






                      share|improve this answer


























                        0














                        Actually are all commands (iwconfig, iwlist, ...) replaced with newest tool iw. to show signal and other info:



                        iw wlan0 link


                        where wlan0 is interface name.






                        share|improve this answer
























                          0












                          0








                          0






                          Actually are all commands (iwconfig, iwlist, ...) replaced with newest tool iw. to show signal and other info:



                          iw wlan0 link


                          where wlan0 is interface name.






                          share|improve this answer












                          Actually are all commands (iwconfig, iwlist, ...) replaced with newest tool iw. to show signal and other info:



                          iw wlan0 link


                          where wlan0 is interface name.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Dec 18 at 6:07









                          vlk

                          1012




                          1012






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Unix & Linux Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f31318%2fis-there-a-tool-to-display-wifi-information-in-console%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Morgemoulin

                              Scott Moir

                              Souastre