iPXE
Data Fields
ieee80211_assoc_req Struct Reference

Association request frame data. More...

#include <ieee80211.h>

Data Fields

u16 capability
 Capability flags. More...
 
u16 listen_interval
 Interval at which we wake up, in units of the beacon interval. More...
 
union ieee80211_ie info_element [0]
 List of information elements. More...
 

Detailed Description

Association request frame data.

Definition at line 1083 of file ieee80211.h.

Field Documentation

◆ capability

u16 ieee80211_assoc_req::capability

Capability flags.

Definition at line 1086 of file ieee80211.h.

Referenced by net80211_send_assoc().

◆ listen_interval

u16 ieee80211_assoc_req::listen_interval

Interval at which we wake up, in units of the beacon interval.

Definition at line 1089 of file ieee80211.h.

Referenced by net80211_send_assoc().

◆ info_element

union ieee80211_ie ieee80211_assoc_req::info_element[0]

List of information elements.

Definition at line 1092 of file ieee80211.h.

Referenced by net80211_send_assoc().


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