Searched defs:pkt_attrib (Results 1 – 3 of 3) sorted by relevance
139 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 …]
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 …]
100 struct pkt_attrib { struct101 u8 type;102 u8 subtype;103 u8 bswenc;104 u8 dhcp_pkt;106 u16 seqnum;107 u16 ether_type;108 u16 pktlen; /* the original 802.3 pkt raw_data len111 u16 last_txcmdsz;113 u8 pkt_hdrlen; /*the original 802.3 pkt header len*/[all …]