Lines Matching defs:ipw2100_data_header
289 struct ipw2100_data_header { struct
290 u32 host_command_reg;
291 u32 host_command_reg1;
292 u8 encrypted; // BOOLEAN in win! TRUE if frame is enc by driver
293 u8 needs_encryption; // BOOLEAN in win! TRUE if frma need to be enc in NIC
294 u8 wep_index; // 0 no key, 1-4 key index, 0xff immediate key
295 u8 key_size; // 0 no imm key, 0x5 64bit encr, 0xd 128bit encr, 0x10 128bit encr and 128bit IV
296 u8 key[16];
297 u8 reserved[10]; // f/w reserved
298 u8 src_addr[ETH_ALEN];
299 u8 dst_addr[ETH_ALEN];
300 u16 fragment_size;