iPXE
|
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... | |
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.
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().
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().
struct ieee80211_ie_country_ext_triplet ieee80211_ie_country_triplet::ext |
Regulatory extension information.
Definition at line 650 of file ieee80211.h.