Searched refs:wBeaconInfoLength (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/uwb/
H A Duwb.h309 uint16_t wBeaconInfoLength; member in struct:uwb_rceb_beacon
/opensolaris-onvv-gate/usr/src/uts/common/io/uwb/uwba/
H A Duwba.c1056 * bytes of indicated by wBeaconInfoLength.
1059 evt_struct->wBeaconInfoLength) {
1062 "evt_struct->wBeaconInfoLength=%d, bc_info_offset=%d",
1063 spec_data_len, evt_struct->wBeaconInfoLength,
1068 if (evt_struct->wBeaconInfoLength < sizeof (uwb_beacon_frame_t)) {
1071 "wBeaconInfoLength=%d, data[0]=%d, data[1]=%d, data[4]=%d,"
1073 evt_struct->wBeaconInfoLength, spec_data[0], spec_data[1],
1082 "wBeaconInfoLength = %d",
1085 evt_struct->wBeaconInfoLength);
1092 evt_struct->BeaconInfo, evt_struct->wBeaconInfoLength);
[all...]

Completed in 27 milliseconds