Searched defs:pkt_attrib (Results 1 – 3 of 3) sorted by relevance
140 struct pkt_attrib struct142 u8 type;143 u8 subtype;144 u8 bswenc;145 u8 dhcp_pkt;146 u16 ether_type;147 u16 seqnum;148 u16 pkt_hdrlen; /* the original 802.3 pkt header len */149 u16 hdrlen; /* the WLAN Header Len */150 u32 pktlen; /* the original 802.3 pkt raw_data len (not include ether_hdr data) */[all …]
101 struct pkt_attrib { struct102 u8 type;103 u8 subtype;104 u8 bswenc;105 u8 dhcp_pkt;106 u16 ether_type;107 u16 seqnum;108 u16 hdrlen; /* the WLAN Header Len */109 u32 pktlen; /* the original 802.3 pkt raw_data len (not include112 u32 last_txcmdsz;[all …]
88 struct pkt_attrib { struct89 u8 type;90 u8 subtype;91 u8 bswenc;92 u8 dhcp_pkt;94 u16 seqnum;95 u16 ether_type;96 u16 pktlen; /* the original 802.3 pkt raw_data len99 u16 last_txcmdsz;101 u8 pkt_hdrlen; /*the original 802.3 pkt header len*/[all …]