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

/opensolaris-onvv-gate/usr/src/uts/common/sys/uwb/
H A Duwb.h213 uint16_t wIELength; member in struct:uwb_rccb_set_drp_ie
220 uint16_t wIELength; member in struct:uwb_rccb_set_ie
263 uint16_t wIELength; member in struct:uwb_rceb_get_ie
362 uint16_t wIELength; member in struct:uwb_rceb_drp
/opensolaris-onvv-gate/usr/src/uts/common/io/uwb/uwba/
H A Duwba.c950 /* At least, it should have wIELength. */
955 LE_TO_UINT16(spec_data, 0, evt_struct->wIELength);
958 * Except wIELength, it should have the number of bytes of indicated by
959 * wIELength.
961 if (spec_data_len < (evt_struct->wIELength + 2)) {
970 bcopy(spec_data + 2, evt_struct->IEData, evt_struct->wIELength);
973 "uwba_parse_get_ie: wIELength=%d", evt_struct->wIELength);
975 for (i = 0; i < evt_struct->wIELength; i++) {
982 evt_struct->wIELength);
[all...]

Completed in 44 milliseconds