iPXE
Data Fields
tkip_ctx Struct Reference

Context for TKIP encryption and decryption. More...

Data Fields

struct tkip_tk tk
 Temporal key to use. More...
 
struct tkip_dir_ctx enc
 State for encryption. More...
 
struct tkip_dir_ctx dec
 State for decryption. More...
 

Detailed Description

Context for TKIP encryption and decryption.

Definition at line 59 of file wpa_tkip.c.

Field Documentation

◆ tk

struct tkip_tk tkip_ctx::tk

Temporal key to use.

Definition at line 62 of file wpa_tkip.c.

◆ enc

struct tkip_dir_ctx tkip_ctx::enc

State for encryption.

Definition at line 65 of file wpa_tkip.c.

◆ dec

struct tkip_dir_ctx tkip_ctx::dec

State for decryption.

Definition at line 68 of file wpa_tkip.c.


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