sysfs-class-uwb_rc 5.1 KB

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