iPXE
Data Fields
ieee80211_beacon_or_probe_resp Struct Reference

Beacon or probe response frame data. More...

#include <ieee80211.h>

Data Fields

u64 timestamp
 802.11 TSFT value at frame send More...
 
u16 beacon_interval
 Interval at which beacons are sent, in units of 1024 us. More...
 
u16 capability
 Capability flags. More...
 
union ieee80211_ie info_element [0]
 List of information elements. More...
 

Detailed Description

Beacon or probe response frame data.

Definition at line 1054 of file ieee80211.h.

Field Documentation

◆ timestamp

u64 ieee80211_beacon_or_probe_resp::timestamp

802.11 TSFT value at frame send

Definition at line 1057 of file ieee80211.h.

◆ beacon_interval

u16 ieee80211_beacon_or_probe_resp::beacon_interval

Interval at which beacons are sent, in units of 1024 us.

Definition at line 1060 of file ieee80211.h.

◆ capability

u16 ieee80211_beacon_or_probe_resp::capability

Capability flags.

Definition at line 1063 of file ieee80211.h.

◆ info_element

union ieee80211_ie ieee80211_beacon_or_probe_resp::info_element[0]

List of information elements.

Definition at line 1066 of file ieee80211.h.


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