iPXE
Data Fields
ieee80211_auth Struct Reference

Authentication frame data. More...

#include <ieee80211.h>

Data Fields

u16 algorithm
 Authentication algorithm (Open System or Shared Key) More...
 
u16 tx_seq
 Sequence number of this frame; first from client to AP is 1. More...
 
u16 status
 Status code. More...
 
union ieee80211_ie info_element [0]
 List of information elements. More...
 

Detailed Description

Authentication frame data.

Definition at line 1138 of file ieee80211.h.

Field Documentation

◆ algorithm

u16 ieee80211_auth::algorithm

Authentication algorithm (Open System or Shared Key)

Definition at line 1141 of file ieee80211.h.

◆ tx_seq

u16 ieee80211_auth::tx_seq

Sequence number of this frame; first from client to AP is 1.

Definition at line 1144 of file ieee80211.h.

◆ status

u16 ieee80211_auth::status

Status code.

Definition at line 1147 of file ieee80211.h.

◆ info_element

union ieee80211_ie ieee80211_auth::info_element[0]

List of information elements.

Definition at line 1150 of file ieee80211.h.


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