Searched defs:ipw2100_data_header (Results 1 – 1 of 1) sorted by relevance
289 struct ipw2100_data_header { struct290 u32 host_command_reg;291 u32 host_command_reg1;292 u8 encrypted; // BOOLEAN in win! TRUE if frame is enc by driver293 u8 needs_encryption; // BOOLEAN in win! TRUE if frma need to be enc in NIC294 u8 wep_index; // 0 no key, 1-4 key index, 0xff immediate key295 u8 key_size; // 0 no imm key, 0x5 64bit encr, 0xd 128bit encr, 0x10 128bit encr and 128bit IV296 u8 key[16];297 u8 reserved[10]; // f/w reserved298 u8 src_addr[ETH_ALEN];[all …]