1 What: /sys/class/uwb_rc
4 Contact: linux-usb@vger.kernel.org
6 Interfaces for WiMedia Ultra Wideband Common Radio
7 Platform (UWB) radio controllers.
9 Familiarity with the ECMA-368 'High Rate Ultra
10 Wideband MAC and PHY Specification' is assumed.
12 What: /sys/class/uwb_rc/beacon_timeout_ms
16 If no beacons are received from a device for at least
17 this time, the device will be considered to have gone
18 and it will be removed. The default is 3 superframes
19 (~197 ms) as required by the specification.
21 What: /sys/class/uwb_rc/uwbN/
24 Contact: linux-usb@vger.kernel.org
26 An individual UWB radio controller.
28 What: /sys/class/uwb_rc/uwbN/beacon
31 Contact: linux-usb@vger.kernel.org
35 <channel> [<bpst offset>]
37 to start beaconing on a specific channel, or stop
38 beaconing if <channel> is -1. Valid channels depends
39 on the radio controller's supported band groups.
41 <bpst offset> may be used to try and join a specific
42 beacon group if more than one was found during a scan.
44 What: /sys/class/uwb_rc/uwbN/scan
47 Contact: linux-usb@vger.kernel.org
51 <channel> <type> [<bpst offset>]
53 to start (or stop) scanning on a channel. <type> is one of:
56 2 - scan while inactive
58 4 - scan (with start time of <bpst offset>)
60 What: /sys/class/uwb_rc/uwbN/mac_address
63 Contact: linux-usb@vger.kernel.org
65 The EUI-48, in colon-separated hex octets, for this
66 radio controller. A write will change the radio
67 controller's EUI-48 but only do so while the device is
68 not beaconing or scanning.
70 What: /sys/class/uwb_rc/uwbN/wusbhc
73 Contact: linux-usb@vger.kernel.org
75 A symlink to the device (if any) of the WUSB Host
76 Controller PAL using this radio controller.
78 What: /sys/class/uwb_rc/uwbN/<EUI-48>/
81 Contact: linux-usb@vger.kernel.org
83 A neighbour UWB device that has either been detected
84 as part of a scan or is a member of the radio
85 controllers beacon group.
87 What: /sys/class/uwb_rc/uwbN/<EUI-48>/BPST
90 Contact: linux-usb@vger.kernel.org
92 The time (using the radio controllers internal 1 ms
93 interval superframe timer) of the last beacon from
94 this device was received.
96 What: /sys/class/uwb_rc/uwbN/<EUI-48>/DevAddr
99 Contact: linux-usb@vger.kernel.org
101 The current DevAddr of this device in colon separated
104 What: /sys/class/uwb_rc/uwbN/<EUI-48>/EUI_48
106 KernelVersion: 2.6.27
107 Contact: linux-usb@vger.kernel.org
110 The EUI-48 of this device in colon separated hex
113 What: /sys/class/uwb_rc/uwbN/<EUI-48>/BPST
115 KernelVersion: 2.6.27
116 Contact: linux-usb@vger.kernel.org
119 What: /sys/class/uwb_rc/uwbN/<EUI-48>/IEs
121 KernelVersion: 2.6.27
122 Contact: linux-usb@vger.kernel.org
124 The latest IEs included in this device's beacon, in
125 space separated hex octets with one IE per line.
127 What: /sys/class/uwb_rc/uwbN/<EUI-48>/LQE
129 KernelVersion: 2.6.27
130 Contact: linux-usb@vger.kernel.org
132 Link Quality Estimate - the Signal to Noise Ratio
133 (SNR) of all packets received from this device in dB.
134 This gives an estimate on a suitable PHY rate. Refer
135 to [ECMA-368] section 13.3 for more details.
137 What: /sys/class/uwb_rc/uwbN/<EUI-48>/RSSI
139 KernelVersion: 2.6.27
140 Contact: linux-usb@vger.kernel.org
142 Received Signal Strength Indication - the strength of
143 the received signal in dB. LQE is a more useful
144 measure of the radio link quality.