iPXE
Data Fields
ccmp_head Struct Reference

Header structure at the beginning of CCMP frame data. More...

Data Fields

u8 pn_lo [2]
 Bytes 0 and 1 of packet number. More...
 
u8 _rsvd
 Reserved byte. More...
 
u8 kid
 Key ID and ExtIV byte. More...
 
u8 pn_hi [4]
 Bytes 2-5 (2 first) of packet number. More...
 

Detailed Description

Header structure at the beginning of CCMP frame data.

Definition at line 51 of file wpa_ccmp.c.

Field Documentation

◆ pn_lo

u8 ccmp_head::pn_lo[2]

Bytes 0 and 1 of packet number.

Definition at line 53 of file wpa_ccmp.c.

◆ _rsvd

u8 ccmp_head::_rsvd

Reserved byte.

Definition at line 54 of file wpa_ccmp.c.

◆ kid

u8 ccmp_head::kid

Key ID and ExtIV byte.

Definition at line 55 of file wpa_ccmp.c.

◆ pn_hi

u8 ccmp_head::pn_hi[4]

Bytes 2-5 (2 first) of packet number.

Definition at line 56 of file wpa_ccmp.c.


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