Searched defs:ipw2100_data_header (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
| D | ipw2100.h | 275 struct ipw2100_data_header { struct 276 u32 host_command_reg; 277 u32 host_command_reg1; 278 u8 encrypted; // BOOLEAN in win! TRUE if frame is enc by driver 279 u8 needs_encryption; // BOOLEAN in win! TRUE if frma need to be enc in NIC 280 u8 wep_index; // 0 no key, 1-4 key index, 0xff immediate key 281 u8 key_size; // 0 no imm key, 0x5 64bit encr, 0xd 128bit encr, 0x10 128bit encr and 128bit IV 282 u8 key[16]; 283 u8 reserved[10]; // f/w reserved 284 u8 src_addr[ETH_ALEN]; [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
| D | ipw2100.h | 275 struct ipw2100_data_header { struct 276 u32 host_command_reg; 277 u32 host_command_reg1; 278 u8 encrypted; // BOOLEAN in win! TRUE if frame is enc by driver 279 u8 needs_encryption; // BOOLEAN in win! TRUE if frma need to be enc in NIC 280 u8 wep_index; // 0 no key, 1-4 key index, 0xff immediate key 281 u8 key_size; // 0 no imm key, 0x5 64bit encr, 0xd 128bit encr, 0x10 128bit encr and 128bit IV 282 u8 key[16]; 283 u8 reserved[10]; // f/w reserved 284 u8 src_addr[ETH_ALEN]; [all …]
|