1uwba(7D) Devices uwba(7D)
2
3
4
6 uwba, uwb - Solaris UWB Architecture (UWBA)
7
9 Ultra-WideBand (UWB) radio technology supports high bandwidth for wire‐
10 less devices. UWBA is a miscellaneous module and it supports radio con‐
11 troller drivers for UWB based devices like HWA (Host Wire Adapter),
12 WHCI (Wireless Host Controller Interface) and so forth. For example,
13 both HWA radio controller driver (hwarc) and whci driver register to
14 uwba during attach.
15
16
17 UWBA provides a series of common interfaces for drivers that support
18 UWB radio technology. Each radio controller driver register itself as a
19 UWB dev to the uwba model in the attach entry, then other driver or
20 module can control this device to perform the UWB functions through a
21 list of common interface. For example, a hwahc driver can control the
22 hwarc driver to scan in a specific channel, start/stop beacon, manage
23 device/MAC address, and so forth.
24
26 /kernel/misc/uwba 32-bit ELF 86 kernel module
27
28
29 /kernel/misc/amd64/uwba 64-bit x86 ELF kernel module
30
31
32 /kernel/misc/sparcv9/uwba 64-bit SPARC ELF kernel module
33
34
36 See attributes(5) for a description of the following attributes:
37
38
39
40
41 ┌─────────────────────────────┬─────────────────────────────┐
42 │ATTRIBUTE TYPE │ATTRIBUTE VALUE │
43 ├─────────────────────────────┼─────────────────────────────┤
44 │Architecture │PCI-based systems │
45 ├─────────────────────────────┼─────────────────────────────┤
46 │Availability │SUNWuwb │
47 └─────────────────────────────┴─────────────────────────────┘
48
50 attributes(5), hwahc(7D), hwarc(7D), usba(7D)
51
52
53 Writing Device Drivers
54
55
56 ECMA-368 High Rate Ultra Wideband PHY and MAC Standard, 1st Edition
57
58
59 Wireless Host Controller Interface Specification for Certified Wireless
60 Universal Serial Bus, Version 0.95
61
62
63 Wireless Universal Serial Bus Specification 1.0
64
65
66
67SunOS 5.11 17 Apr 2009 uwba(7D)