Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ieee80211_supported_band Struct Reference

#include <cfg80211.h>

Data Fields

struct ieee80211_channelchannels
 
struct ieee80211_ratebitrates
 
enum ieee80211_band band
 
int n_channels
 
int n_bitrates
 
struct ieee80211_sta_ht_cap ht_cap
 
struct ieee80211_sta_vht_cap vht_cap
 

Detailed Description

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.

Field Documentation

enum ieee80211_band band

Definition at line 253 of file cfg80211.h.

Definition at line 252 of file cfg80211.h.

Definition at line 251 of file cfg80211.h.

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.

Definition at line 257 of file cfg80211.h.


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