Searched defs:pkt_attrib (Results 1 – 3 of 3) sorted by relevance
100 struct pkt_attrib { struct101 u8 type;102 u8 subtype;103 u8 bswenc;104 u8 dhcp_pkt;105 u16 ether_type;106 u16 seqnum;107 u16 hdrlen; /* the WLAN Header Len */108 u32 pktlen; /* the original 802.3 pkt raw_data len (not include111 u32 last_txcmdsz;[all …]
140 struct pkt_attrib { struct141 u8 type;142 u8 subtype;143 u8 bswenc;144 u8 dhcp_pkt;145 u16 ether_type;146 u16 seqnum;147 u16 pkt_hdrlen; /* the original 802.3 pkt header len */148 u16 hdrlen; /* the WLAN Header Len */149 u32 pktlen; /* the original 802.3 pkt raw_data len (not include ether_hdr data) */[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 …]