Advertisement
Pepes

wifi

Oct 10th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. odroid@odroid64:~$ sudo iwlist wlan0 scan
  2. [sudo] password for odroid:
  3. wlan0 Scan completed :
  4. Cell 01 - Address: 30:B5:C2:DD:6D:1E
  5. ESSID:"wifi2"
  6. Protocol:IEEE 802.11bgn
  7. Mode:Master
  8. Frequency:2.432 GHz (Channel 5)
  9. Encryption key:on
  10. Bit Rates:144 Mb/s
  11. Extra:wpa_ie=dd160050f20101000050f20401000050f20401000050f202
  12. IE: WPA Version 1
  13. Group Cipher : CCMP
  14. Pairwise Ciphers (1) : CCMP
  15. Authentication Suites (1) : PSK
  16. Extra:rsn_ie=30140100000fac040100000fac040100000fac020000
  17. IE: IEEE 802.11i/WPA2 Version 1
  18. Group Cipher : CCMP
  19. Pairwise Ciphers (1) : CCMP
  20. Authentication Suites (1) : PSK
  21. IE: Unknown: DD8B0050F204104A0001101044000102103B00010310470010123456789ABCDEF0123430B5C2DD6D1E1021000754502D4C494E4B1023000941726368657220433710240003322E3010420003312E301054000800060050F204000110110019576972656C65737320526F7574657220417263686572204337100800022008103C0001031049000600372A000120
  22. Quality=0/100 Signal level=-68 dBm
  23. Cell 02 - Address: 60:E3:27:F9:E8:04
  24. ESSID:"wifi2"
  25. Protocol:IEEE 802.11bgn
  26. Mode:Master
  27. Frequency:2.432 GHz (Channel 5)
  28. Encryption key:on
  29. Bit Rates:300 Mb/s
  30. Extra:wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202
  31. IE: WPA Version 1
  32. Group Cipher : TKIP
  33. Pairwise Ciphers (2) : TKIP CCMP
  34. Authentication Suites (1) : PSK
  35. Extra:rsn_ie=30180100000fac020200000fac02000fac040100000fac020000
  36. IE: IEEE 802.11i/WPA2 Version 1
  37. Group Cipher : TKIP
  38. Pairwise Ciphers (2) : TKIP CCMP
  39. Authentication Suites (1) : PSK
  40. Quality=0/100 Signal level=-50 dBm
  41. Cell 03 - Address: 00:1D:7E:3A:54:23
  42. ESSID:"Ivan"
  43. Protocol:IEEE 802.11bg
  44. Mode:Master
  45. Frequency:2.462 GHz (Channel 11)
  46. Encryption key:on
  47. Bit Rates:54 Mb/s
  48. Extra:wpa_ie=dd1c0050f20101000050f20202000050f2040050f20201000050f2020000
  49. IE: WPA Version 1
  50. Group Cipher : TKIP
  51. Pairwise Ciphers (2) : CCMP TKIP
  52. Authentication Suites (1) : PSK
  53. Extra:rsn_ie=30180100000fac020200000fac04000fac020100000fac020000
  54. IE: IEEE 802.11i/WPA2 Version 1
  55. Group Cipher : TKIP
  56. Pairwise Ciphers (2) : CCMP TKIP
  57. Authentication Suites (1) : PSK
  58. Quality=0/100 Signal level=-71 dBm
  59. Cell 04 - Address: 60:E3:27:F9:E8:06
  60. ESSID:"wifi5"
  61. Protocol:IEEE 802.11AC
  62. Mode:Master
  63. Frequency:5.24 GHz (Channel 48)
  64. Encryption key:on
  65. Bit Rates:433.5 Mb/s
  66. Extra:wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202
  67. IE: WPA Version 1
  68. Group Cipher : TKIP
  69. Pairwise Ciphers (2) : TKIP CCMP
  70. Authentication Suites (1) : PSK
  71. Extra:rsn_ie=30180100000fac020200000fac02000fac040100000fac020000
  72. IE: IEEE 802.11i/WPA2 Version 1
  73. Group Cipher : TKIP
  74. Pairwise Ciphers (2) : TKIP CCMP
  75. Authentication Suites (1) : PSK
  76. Quality=0/100 Signal level=-50 dBm
  77.  
  78. odroid@odroid64:~$ sudo iwlist wlan0 scanning | egrep 'Cell |Encryption|Quality|Last beacon|ESSID'
  79. Cell 01 - Address: 00:21:27:C4:8C:CF
  80. ESSID:"Schlehoferovi"
  81. Encryption key:on
  82. Quality=0/100 Signal level=-45 dBm
  83. Cell 02 - Address: 30:B5:C2:DD:6D:1E
  84. ESSID:"wifi2"
  85. Encryption key:on
  86. Quality=0/100 Signal level=-67 dBm
  87. Cell 03 - Address: 00:1D:7E:3A:54:23
  88. ESSID:"Ivan"
  89. Encryption key:on
  90. Quality=0/100 Signal level=-71 dBm
  91. Cell 04 - Address: F8:8E:85:72:BD:EB
  92. ESSID:"Internet_EA"
  93. Encryption key:on
  94. Quality=0/100 Signal level=-72 dBm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement