sysfs-class-uwb_rc 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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>
  31. to force a specific channel to be used when beaconing,
  32. or, if <channel> is -1, to prohibit beaconing. If
  33. <channel> is 0, then the default channel selection
  34. algorithm will be used. Valid channels depends on the
  35. radio controller's supported band groups.
  36. Reading returns the currently active channel, or -1 if
  37. the radio controller is not beaconing.
  38. What: /sys/class/uwb_rc/uwbN/ASIE
  39. Date: August 2014
  40. KernelVersion: 3.18
  41. Contact: linux-usb@vger.kernel.org
  42. Description:
  43. The application-specific information element (ASIE)
  44. included in this device's beacon, in space separated
  45. hex octets.
  46. Reading returns the current ASIE. Writing replaces
  47. the current ASIE with the one written.
  48. What: /sys/class/uwb_rc/uwbN/scan
  49. Date: July 2008
  50. KernelVersion: 2.6.27
  51. Contact: linux-usb@vger.kernel.org
  52. Description:
  53. Write:
  54. <channel> <type> [<bpst offset>]
  55. to start (or stop) scanning on a channel. <type> is one of:
  56. 0 - scan
  57. 1 - scan outside BP
  58. 2 - scan while inactive
  59. 3 - scanning disabled
  60. 4 - scan (with start time of <bpst offset>)
  61. What: /sys/class/uwb_rc/uwbN/mac_address
  62. Date: July 2008
  63. KernelVersion: 2.6.27
  64. Contact: linux-usb@vger.kernel.org
  65. Description:
  66. The EUI-48, in colon-separated hex octets, for this
  67. radio controller. A write will change the radio
  68. controller's EUI-48 but only do so while the device is
  69. not beaconing or scanning.
  70. What: /sys/class/uwb_rc/uwbN/wusbhc
  71. Date: July 2008
  72. KernelVersion: 2.6.27
  73. Contact: linux-usb@vger.kernel.org
  74. Description:
  75. A symlink to the device (if any) of the WUSB Host
  76. Controller PAL using this radio controller.
  77. What: /sys/class/uwb_rc/uwbN/<EUI-48>/
  78. Date: July 2008
  79. KernelVersion: 2.6.27
  80. Contact: linux-usb@vger.kernel.org
  81. Description:
  82. A neighbour UWB device that has either been detected
  83. as part of a scan or is a member of the radio
  84. controllers beacon group.
  85. What: /sys/class/uwb_rc/uwbN/<EUI-48>/BPST
  86. Date: July 2008
  87. KernelVersion: 2.6.27
  88. Contact: linux-usb@vger.kernel.org
  89. Description:
  90. The time (using the radio controllers internal 1 ms
  91. interval superframe timer) of the last beacon from
  92. this device was received.
  93. What: /sys/class/uwb_rc/uwbN/<EUI-48>/DevAddr
  94. Date: July 2008
  95. KernelVersion: 2.6.27
  96. Contact: linux-usb@vger.kernel.org
  97. Description:
  98. The current DevAddr of this device in colon separated
  99. hex octets.
  100. What: /sys/class/uwb_rc/uwbN/<EUI-48>/EUI_48
  101. Date: July 2008
  102. KernelVersion: 2.6.27
  103. Contact: linux-usb@vger.kernel.org
  104. Description:
  105. The EUI-48 of this device in colon separated hex
  106. octets.
  107. What: /sys/class/uwb_rc/uwbN/<EUI-48>/BPST
  108. Date: July 2008
  109. KernelVersion: 2.6.27
  110. Contact: linux-usb@vger.kernel.org
  111. Description:
  112. What: /sys/class/uwb_rc/uwbN/<EUI-48>/IEs
  113. Date: July 2008
  114. KernelVersion: 2.6.27
  115. Contact: linux-usb@vger.kernel.org
  116. Description:
  117. The latest IEs included in this device's beacon, in
  118. space separated hex octets with one IE per line.
  119. What: /sys/class/uwb_rc/uwbN/<EUI-48>/LQE
  120. Date: July 2008
  121. KernelVersion: 2.6.27
  122. Contact: linux-usb@vger.kernel.org
  123. Description:
  124. Link Quality Estimate - the Signal to Noise Ratio
  125. (SNR) of all packets received from this device in dB.
  126. This gives an estimate on a suitable PHY rate. Refer
  127. to [ECMA-368] section 13.3 for more details.
  128. What: /sys/class/uwb_rc/uwbN/<EUI-48>/RSSI
  129. Date: July 2008
  130. KernelVersion: 2.6.27
  131. Contact: linux-usb@vger.kernel.org
  132. Description:
  133. Received Signal Strength Indication - the strength of
  134. the received signal in dB. LQE is a more useful
  135. measure of the radio link quality.