Home
last modified time | relevance | path

Searched refs:wi_dat_len (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dif_wi.c578 datlen = letoh16(rx_frame->wi_dat_len);
582 datlen = letoh16(rx_frame->wi_dat_len);
598 datlen = letoh16(rx_frame->wi_dat_len);
666 u_int16_t rxlen = letoh16(rx_frame.wi_dat_len);
705 if ((letoh16(rx_frame.wi_dat_len) + WI_SNAPHDR_LEN) >
710 letoh16(rx_frame.wi_dat_len),
717 letoh16(rx_frame.wi_dat_len) + WI_SNAPHDR_LEN;
735 if ((letoh16(rx_frame.wi_dat_len) +
740 letoh16(rx_frame.wi_dat_len),
747 letoh16(rx_frame.wi_dat_len) +
[all …]
Dif_wireg.h555 u_int16_t wi_dat_len; /* 0x2C */ member
Dif_wi_ieee.h451 u_int16_t wi_dat_len; member
Dif_wi_hostap.c930 printf("wihap_mgmt_input: len=%d ", letoh16(rxfrm->wi_dat_len)); in wihap_debug_frame_type()
/mirbsd/src/sys/dev/usb/
Dif_wi_usb.c504 letoh16(wibuf->wi_dat_len); in wi_send_packet()