iPXE
Data Fields
ccmp_aad Struct Reference

CCMP additional authentication data structure. More...

Data Fields

u16 fc
 Frame Control field. More...
 
u8 a1 [6]
 Address 1. More...
 
u8 a2 [6]
 Address 2. More...
 
u8 a3 [6]
 Address 3. More...
 
u16 seq
 Sequence Control field. More...
 

Detailed Description

CCMP additional authentication data structure.

Definition at line 81 of file wpa_ccmp.c.

Field Documentation

◆ fc

u16 ccmp_aad::fc

Frame Control field.

Definition at line 83 of file wpa_ccmp.c.

Referenced by ccmp_decrypt(), and ccmp_encrypt().

◆ a1

u8 ccmp_aad::a1[6]

Address 1.

Definition at line 84 of file wpa_ccmp.c.

Referenced by ccmp_decrypt(), and ccmp_encrypt().

◆ a2

u8 ccmp_aad::a2[6]

Address 2.

Definition at line 85 of file wpa_ccmp.c.

◆ a3

u8 ccmp_aad::a3[6]

Address 3.

Definition at line 86 of file wpa_ccmp.c.

◆ seq

u16 ccmp_aad::seq

Sequence Control field.

Definition at line 87 of file wpa_ccmp.c.

Referenced by ccmp_decrypt(), and ccmp_encrypt().


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