iPXE
Data Structures | Macros
Management frame data payloads

Data Structures

struct  ieee80211_beacon_or_probe_resp
 Beacon or probe response frame data. More...
 
struct  ieee80211_disassoc_or_deauth
 Disassociation or deauthentication frame data. More...
 
struct  ieee80211_assoc_req
 Association request frame data. More...
 
struct  ieee80211_assoc_or_reassoc_resp
 Association or reassociation response frame data. More...
 
struct  ieee80211_reassoc_req
 Reassociation request frame data. More...
 
struct  ieee80211_probe_req
 Probe request frame data. More...
 
struct  ieee80211_auth
 Authentication frame data. More...
 

Macros

#define ieee80211_beacon   ieee80211_beacon_or_probe_resp
 
#define ieee80211_probe_resp   ieee80211_beacon_or_probe_resp
 
#define ieee80211_disassoc   ieee80211_disassoc_or_deauth
 
#define ieee80211_deauth   ieee80211_disassoc_or_deauth
 
#define ieee80211_assoc_resp   ieee80211_assoc_or_reassoc_resp
 
#define ieee80211_reassoc_resp   ieee80211_assoc_or_reassoc_resp
 
#define IEEE80211_AUTH_OPEN_SYSTEM   0
 Open System authentication algorithm. More...
 
#define IEEE80211_AUTH_SHARED_KEY   1
 Shared Key authentication algorithm. More...
 

Detailed Description

Macro Definition Documentation

◆ ieee80211_beacon

#define ieee80211_beacon   ieee80211_beacon_or_probe_resp

Definition at line 1069 of file ieee80211.h.

◆ ieee80211_probe_resp

#define ieee80211_probe_resp   ieee80211_beacon_or_probe_resp

Definition at line 1070 of file ieee80211.h.

◆ ieee80211_disassoc

#define ieee80211_disassoc   ieee80211_disassoc_or_deauth

Definition at line 1079 of file ieee80211.h.

◆ ieee80211_deauth

#define ieee80211_deauth   ieee80211_disassoc_or_deauth

Definition at line 1080 of file ieee80211.h.

◆ ieee80211_assoc_resp

#define ieee80211_assoc_resp   ieee80211_assoc_or_reassoc_resp

Definition at line 1111 of file ieee80211.h.

◆ ieee80211_reassoc_resp

#define ieee80211_reassoc_resp   ieee80211_assoc_or_reassoc_resp

Definition at line 1112 of file ieee80211.h.

◆ IEEE80211_AUTH_OPEN_SYSTEM

#define IEEE80211_AUTH_OPEN_SYSTEM   0

Open System authentication algorithm.

Definition at line 1154 of file ieee80211.h.

◆ IEEE80211_AUTH_SHARED_KEY

#define IEEE80211_AUTH_SHARED_KEY   1

Shared Key authentication algorithm.

Definition at line 1157 of file ieee80211.h.