sysfs-class-uwb_rc 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. What: /sys/class/uwb_rc
  2. Date: July 2008
  3. KernelVersion: 2.6.27
  4. Contact: linux-usb@vger.kernel.org
  5. Description:
  6. Interfaces for WiMedia Ultra Wideband Common Radio
  7. Platform (UWB) radio controllers.
  8. Familiarity with the ECMA-368 'High Rate Ultra
  9. Wideband MAC and PHY Specification' is assumed.
  10. What: /sys/class/uwb_rc/beacon_timeout_ms
  11. Date: July 2008
  12. KernelVersion: 2.6.27
  13. Description:
  14. If no beacons are received from a device for at least
  15. this time, the device will be considered to have gone
  16. and it will be removed. The default is 3 superframes
  17. (~197 ms) as required by the specification.
  18. What: /sys/class/uwb_rc/uwbN/
  19. Date: July 2008
  20. KernelVersion: 2.6.27
  21. Contact: linux-usb@vger.kernel.org
  22. Description:
  23. An individual UWB radio controller.
  24. What: /sys/class/uwb_rc/uwbN/beacon
  25. Date: July 2008
  26. KernelVersion: 2.6.27
  27. Contact: linux-usb@vger.kernel.org
  28. Description:
  29. Write:
  30. <channel> [<bpst offset>]
  31. to start beaconing on a specific channel, or stop
  32. beaconing if <channel> is -1. Valid channels depends
  33. on the radio controller's supported band groups.
  34. <bpst offset> may be used to try and join a specific
  35. beacon group if more than one was found during a scan.
  36. What: /sys/class/uwb_rc/uwbN/scan
  37. Date: July 2008
  38. KernelVersion: 2.6.27
  39. Contact: linux-usb@vger.kernel.org
  40. Description:
  41. Write:
  42. <channel> <type> [<bpst offset>]
  43. to start (or stop) scanning on a channel. <type> is one of:
  44. 0 - scan
  45. 1 - scan outside BP
  46. 2 - scan while inactive
  47. 3 - scanning disabled
  48. 4 - scan (with start time of <bpst offset>)
  49. What: /sys/class/uwb_rc/uwbN/mac_address
  50. Date: July 2008
  51. KernelVersion: 2.6.27
  52. Contact: linux-usb@vger.kernel.org
  53. Description:
  54. The EUI-48, in colon-separated hex octets, for this
  55. radio controller. A write will change the radio
  56. controller's EUI-48 but only do so while the device is
  57. not beaconing or scanning.
  58. What: /sys/class/uwb_rc/uwbN/wusbhc
  59. Date: July 2008
  60. KernelVersion: 2.6.27
  61. Contact: linux-usb@vger.kernel.org
  62. Description:
  63. A symlink to the device (if any) of the WUSB Host
  64. Controller PAL using this radio controller.
  65. What: /sys/class/uwb_rc/uwbN/<EUI-48>/
  66. Date: July 2008
  67. KernelVersion: 2.6.27
  68. Contact: linux-usb@vger.kernel.org
  69. Description:
  70. A neighbour UWB device that has either been detected
  71. as part of a scan or is a member of the radio
  72. controllers beacon group.
  73. What: /sys/class/uwb_rc/uwbN/<EUI-48>/BPST
  74. Date: July 2008
  75. KernelVersion: 2.6.27
  76. Contact: linux-usb@vger.kernel.org
  77. Description:
  78. The time (using the radio controllers internal 1 ms
  79. interval superframe timer) of the last beacon from
  80. this device was received.
  81. What: /sys/class/uwb_rc/uwbN/<EUI-48>/DevAddr
  82. Date: July 2008
  83. KernelVersion: 2.6.27
  84. Contact: linux-usb@vger.kernel.org
  85. Description:
  86. The current DevAddr of this device in colon separated
  87. hex octets.
  88. What: /sys/class/uwb_rc/uwbN/<EUI-48>/EUI_48
  89. Date: July 2008
  90. KernelVersion: 2.6.27
  91. Contact: linux-usb@vger.kernel.org
  92. Description:
  93. The EUI-48 of this device in colon separated hex
  94. octets.
  95. What: /sys/class/uwb_rc/uwbN/<EUI-48>/BPST
  96. Date: July 2008
  97. KernelVersion: 2.6.27
  98. Contact: linux-usb@vger.kernel.org
  99. Description:
  100. What: /sys/class/uwb_rc/uwbN/<EUI-48>/IEs
  101. Date: July 2008
  102. KernelVersion: 2.6.27
  103. Contact: linux-usb@vger.kernel.org
  104. Description:
  105. The latest IEs included in this device's beacon, in
  106. space separated hex octets with one IE per line.
  107. What: /sys/class/uwb_rc/uwbN/<EUI-48>/LQE
  108. Date: July 2008
  109. KernelVersion: 2.6.27
  110. Contact: linux-usb@vger.kernel.org
  111. Description:
  112. Link Quality Estimate - the Signal to Noise Ratio
  113. (SNR) of all packets received from this device in dB.
  114. This gives an estimate on a suitable PHY rate. Refer
  115. to [ECMA-368] section 13.3 for more details.
  116. What: /sys/class/uwb_rc/uwbN/<EUI-48>/RSSI
  117. Date: July 2008
  118. KernelVersion: 2.6.27
  119. Contact: linux-usb@vger.kernel.org
  120. Description:
  121. Received Signal Strength Indication - the strength of
  122. the received signal in dB. LQE is a more useful
  123. measure of the radio link quality.