Searched defs:ipw2100_data_header (Results 1 – 1 of 1) sorted by relevance
298 struct ipw2100_data_header { struct299 u32 host_command_reg;300 u32 host_command_reg1;301 u8 encrypted; // BOOLEAN in win! TRUE if frame is enc by driver302 u8 needs_encryption; // BOOLEAN in win! TRUE if frma need to be enc in NIC303 u8 wep_index; // 0 no key, 1-4 key index, 0xff immediate key304 u8 key_size; // 0 no imm key, 0x5 64bit encr, 0xd 128bit encr, 0x10 128bit encr and 128bit IV305 u8 key[16];306 u8 reserved[10]; // f/w reserved307 u8 src_addr[ETH_ALEN];[all …]