Lines Matching defs:ipw_hdr
156 struct ipw_hdr { struct
157 u_int32_t type;
159 u_int32_t subtype;
160 u_int8_t encrypted;
161 u_int8_t encrypt;
162 u_int8_t keyidx;
163 u_int8_t keysz;
164 u_int8_t key[IEEE80211_KEYBUF_SIZE];
165 u_int8_t reserved[10];
166 u_int8_t src_addr[IEEE80211_ADDR_LEN];
167 u_int8_t dst_addr[IEEE80211_ADDR_LEN];
168 u_int16_t fragmentsz;