#include <ieee80211.h>
Data Fields | |
| u8 | first |
| Differentiator between band and ext triplets. | |
| struct ieee80211_ie_country_band_triplet | band |
| Information about a band of channels. | |
| struct ieee80211_ie_country_ext_triplet | ext |
| Regulatory extension information. | |
It is a band triplet if the first byte is 200 or less, and a regulatory extension triplet otherwise.
Definition at line 641 of file ieee80211.h.
Differentiator between band and ext triplets.
Definition at line 643 of file ieee80211.h.
Referenced by net80211_process_ie().
Information about a band of channels.
Definition at line 646 of file ieee80211.h.
Referenced by net80211_process_ie().
1.5.7.1