Searched defs:ipw2100_data_header (Results 1 – 1 of 1) sorted by relevance
275 struct ipw2100_data_header { struct276 u32 host_command_reg;277 u32 host_command_reg1;278 u8 encrypted; // BOOLEAN in win! TRUE if frame is enc by driver279 u8 needs_encryption; // BOOLEAN in win! TRUE if frma need to be enc in NIC280 u8 wep_index; // 0 no key, 1-4 key index, 0xff immediate key281 u8 key_size; // 0 no imm key, 0x5 64bit encr, 0xd 128bit encr, 0x10 128bit encr and 128bit IV282 u8 key[16];283 u8 reserved[10]; // f/w reserved284 u8 src_addr[ETH_ALEN];[all …]