iPXE
Data Fields
ieee80211_ie_country_triplet Union Reference

802.11 Country information element regulatory triplet More...

#include <ieee80211.h>

Data Fields

u8 first
 Differentiator between band and ext triplets. More...
 
struct ieee80211_ie_country_band_triplet band
 Information about a band of channels. More...
 
struct ieee80211_ie_country_ext_triplet ext
 Regulatory extension information. More...
 

Detailed Description

802.11 Country information element regulatory triplet

It is a band triplet if the first byte is 200 or less, and a regulatory extension triplet otherwise.

Definition at line 642 of file ieee80211.h.

Field Documentation

◆ first

u8 ieee80211_ie_country_triplet::first

Differentiator between band and ext triplets.

Definition at line 644 of file ieee80211.h.

Referenced by net80211_process_ie().

◆ band

struct ieee80211_ie_country_band_triplet ieee80211_ie_country_triplet::band

Information about a band of channels.

Definition at line 647 of file ieee80211.h.

Referenced by net80211_process_ie().

◆ ext

struct ieee80211_ie_country_ext_triplet ieee80211_ie_country_triplet::ext

Regulatory extension information.

Definition at line 650 of file ieee80211.h.


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