FreeBSD kernel iwm device code
iwm_keyinfo Struct Reference

#include <if_iwmreg.h>

Data Fields

uint16_t key_flags
 
uint8_t tkip_rx_tsc_byte2
 
uint8_t reserved1
 
uint16_t tkip_rx_ttak [5]
 
uint8_t key_offset
 
uint8_t reserved2
 
uint8_t key [16]
 
uint64_t tx_secur_seq_cnt
 
uint64_t hw_tkip_mic_rx_key
 
uint64_t hw_tkip_mic_tx_key
 

Detailed Description

struct iwm_keyinfo - key information @key_flags: type iwm_sta_key_flag @tkip_rx_tsc_byte2: TSC[2] for key mix ph1 detection @tkip_rx_ttak: 10-byte unicast TKIP TTAK for Rx @key_offset: key offset in the fw's key table @key: 16-byte unicast decryption key @tx_secur_seq_cnt: initial RSC / PN needed for replay check @hw_tkip_mic_rx_key: byte: MIC Rx Key - used for TKIP only @hw_tkip_mic_tx_key: byte: MIC Tx Key - used for TKIP only

Definition at line 6319 of file if_iwmreg.h.

Field Documentation

◆ hw_tkip_mic_rx_key

uint64_t iwm_keyinfo::hw_tkip_mic_rx_key

Definition at line 6328 of file if_iwmreg.h.

◆ hw_tkip_mic_tx_key

uint64_t iwm_keyinfo::hw_tkip_mic_tx_key

Definition at line 6329 of file if_iwmreg.h.

◆ key

uint8_t iwm_keyinfo::key[16]

Definition at line 6326 of file if_iwmreg.h.

◆ key_flags

uint16_t iwm_keyinfo::key_flags

Definition at line 6320 of file if_iwmreg.h.

◆ key_offset

uint8_t iwm_keyinfo::key_offset

Definition at line 6324 of file if_iwmreg.h.

◆ reserved1

uint8_t iwm_keyinfo::reserved1

Definition at line 6322 of file if_iwmreg.h.

◆ reserved2

uint8_t iwm_keyinfo::reserved2

Definition at line 6325 of file if_iwmreg.h.

◆ tkip_rx_tsc_byte2

uint8_t iwm_keyinfo::tkip_rx_tsc_byte2

Definition at line 6321 of file if_iwmreg.h.

◆ tkip_rx_ttak

uint16_t iwm_keyinfo::tkip_rx_ttak[5]

Definition at line 6323 of file if_iwmreg.h.

◆ tx_secur_seq_cnt

uint64_t iwm_keyinfo::tx_secur_seq_cnt

Definition at line 6327 of file if_iwmreg.h.


The documentation for this struct was generated from the following file: