iPXE
Data Fields
ieee80211_ie_country_band_triplet Struct Reference

802.11 Country information element regulatory band triplet More...

#include <ieee80211.h>

Data Fields

u8 first_channel
 Channel number for first channel in band. More...
 
u8 nr_channels
 Number of contiguous channels in band. More...
 
u8 max_txpower
 Maximum TX power in dBm. More...
 

Detailed Description

802.11 Country information element regulatory band triplet

Definition at line 631 of file ieee80211.h.

Field Documentation

◆ first_channel

u8 ieee80211_ie_country_band_triplet::first_channel

Channel number for first channel in band.

Definition at line 632 of file ieee80211.h.

Referenced by net80211_process_ie().

◆ nr_channels

u8 ieee80211_ie_country_band_triplet::nr_channels

Number of contiguous channels in band.

Definition at line 633 of file ieee80211.h.

Referenced by net80211_process_ie().

◆ max_txpower

u8 ieee80211_ie_country_band_triplet::max_txpower

Maximum TX power in dBm.

Definition at line 634 of file ieee80211.h.

Referenced by net80211_process_ie().


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