Linux Kernel
3.7.1
|
#include <cfg80211.h>
struct ieee80211_supported_band - frequency band definition
This structure describes a frequency band a wiphy is able to operate in.
: Array of channels the hardware can operate in in this band. : the band this structure represents : Number of channels in : Array of bitrates the hardware can operate with in this band. Must be sorted to give a valid "supported rates" IE, i.e. CCK rates first, then OFDM. : Number of bitrates in : HT capabilities in this band : VHT capabilities in this band
Definition at line 250 of file cfg80211.h.
enum ieee80211_band band |
Definition at line 253 of file cfg80211.h.
struct ieee80211_rate* bitrates |
Definition at line 252 of file cfg80211.h.
struct ieee80211_channel* channels |
Definition at line 251 of file cfg80211.h.
struct ieee80211_sta_ht_cap ht_cap |
Definition at line 256 of file cfg80211.h.
int n_bitrates |
Definition at line 255 of file cfg80211.h.
int n_channels |
Definition at line 254 of file cfg80211.h.
struct ieee80211_sta_vht_cap vht_cap |
Definition at line 257 of file cfg80211.h.