iPXE
|
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... | |
802.11 Country information element regulatory band triplet
Definition at line 631 of file ieee80211.h.
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().
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().
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().