Advertisement
Guest User

Untitled

a guest
May 11th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. root@rspro:~# ubus call iwinfo info '{ "device": "wlan0" }'
  2. {
  3. "phy": "phy0",
  4. "ssid": "Funkueberwachungswagen 5",
  5. "bssid": "C0:3F:0E:7A:A0:96",
  6. "country": "US",
  7. "mode": "Client",
  8. "channel": 149,
  9. "frequency": 5745,
  10. "frequency_offset": 0,
  11. "txpower": 25,
  12. "txpower_offset": 7,
  13. "quality": 35,
  14. "quality_max": 70,
  15. "signal": -75,
  16. "noise": -95,
  17. "bitrate": 120000,
  18. "encryption": {
  19. "enabled": true,
  20. "wpa": [
  21. 2
  22. ],
  23. "authentication": [
  24. "psk"
  25. ],
  26. "ciphers": [
  27. "ccmp"
  28. ]
  29. },
  30. "hwmodes": [
  31. "a",
  32. "b",
  33. "g",
  34. "n"
  35. ],
  36. "hardware": {
  37. "id": [
  38. 5772,
  39. 39,
  40. 5772,
  41. 8322
  42. ],
  43. "name": "Ubiquiti SR71A"
  44. }
  45. }
  46. root@rspro:~# ubus call iwinfo assoclist '{ "device": "wlan0" }'
  47. {
  48. "results": [
  49. {
  50. "mac": "C0:3F:0E:7A:A0:96",
  51. "signal": -75,
  52. "noise": -95,
  53. "inactive": 0,
  54. "rx": {
  55. "rate": 60000,
  56. "mcs": 3,
  57. "40mhz": true,
  58. "short_gi": true
  59. },
  60. "tx": {
  61. "rate": 120000,
  62. "mcs": 11,
  63. "40mhz": true,
  64. "short_gi": true
  65. }
  66. }
  67. ]
  68. }
  69. root@rspro:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement