#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/uwb/spec.h>
#include <linux/usb/ch9.h>
#include <linux/param.h>
Go to the source code of this file.
|
enum | {
WUIE_ID_WCTA = 0x80,
WUIE_ID_CONNECTACK,
WUIE_ID_HOST_INFO,
WUIE_ID_CHANGE_ANNOUNCE,
WUIE_ID_DEVICE_DISCONNECT,
WUIE_ID_HOST_DISCONNECT,
WUIE_ID_KEEP_ALIVE = 0x89,
WUIE_ID_ISOCH_DISCARD,
WUIE_ID_RESET_DEVICE
} |
|
enum | { WUIE_HI_CAP_RECONNECT = 0,
WUIE_HI_CAP_LIMITED,
WUIE_HI_CAP_RESERVED,
WUIE_HI_CAP_ALL
} |
|
enum | WUSB_DN {
WUSB_DN_CONNECT = 0x01,
WUSB_DN_DISCONNECT = 0x02,
WUSB_DN_EPRDY = 0x03,
WUSB_DN_MASAVAILCHANGED = 0x04,
WUSB_DN_RWAKE = 0x05,
WUSB_DN_SLEEP = 0x06,
WUSB_DN_ALIVE = 0x07
} |
|
enum | { WUSB_TRUST_TIMEOUT_MS = 4000
} |
|
Maximum number of array elements in a WUSB IE.
WUSB1.0[7.5 before table 7-38] says that in WUSB IEs that are "arrays" have to limited to 4 elements. So we define it like that to ease up and submit only the neeed size.
Definition at line 69 of file wusb.h.
#define WUSB_KEY_INDEX_ORIGINATOR_DEVICE 1 |
#define WUSB_KEY_INDEX_ORIGINATOR_HOST 0 |
#define WUSB_KEY_INDEX_TYPE_ASSOC 1 |
#define WUSB_KEY_INDEX_TYPE_GTK 2 |
#define WUSB_KEY_INDEX_TYPE_PTK 0 /* for HWA only */ |
- Enumerator:
WUIE_ID_WCTA |
|
WUIE_ID_CONNECTACK |
|
WUIE_ID_HOST_INFO |
|
WUIE_ID_CHANGE_ANNOUNCE |
|
WUIE_ID_DEVICE_DISCONNECT |
|
WUIE_ID_HOST_DISCONNECT |
|
WUIE_ID_KEEP_ALIVE |
|
WUIE_ID_ISOCH_DISCARD |
|
WUIE_ID_RESET_DEVICE |
|
Definition at line 50 of file wusb.h.
WUSB IE Host Information Element, Connect Availability
WUSB1.0[7.5.2], bmAttributes description
- Enumerator:
WUIE_HI_CAP_RECONNECT |
|
WUIE_HI_CAP_LIMITED |
|
WUIE_HI_CAP_RESERVED |
|
WUIE_HI_CAP_ALL |
|
Definition at line 119 of file wusb.h.
- Enumerator:
-
Definition at line 234 of file wusb.h.
Device Notification codes (WUSB1.0[Table 7-54])
- Enumerator:
WUSB_DN_CONNECT |
|
WUSB_DN_DISCONNECT |
|
WUSB_DN_EPRDY |
|
WUSB_DN_MASAVAILCHANGED |
|
WUSB_DN_RWAKE |
|
WUSB_DN_SLEEP |
|
WUSB_DN_ALIVE |
|
Definition at line 191 of file wusb.h.
mcontroller : adapter info structure for old mimd_t apps
: base address : irq number : number of logical drives : pci bus : pci device : pci function : pci id : vendor id : slot number : unique id
Definition at line 171 of file esd_usb2.c.