Lines Matching defs:ipw_hdr
163 struct ipw_hdr { struct
164 uint32_t type;
166 uint32_t subtype;
167 uint8_t encrypted;
168 uint8_t encrypt;
169 uint8_t keyidx;
170 uint8_t keysz;
171 uint8_t key[IEEE80211_KEYBUF_SIZE];
172 uint8_t reserved[10];
173 uint8_t src_addr[IEEE80211_ADDR_LEN];
174 uint8_t dst_addr[IEEE80211_ADDR_LEN];
175 uint16_t fragmentsz;