#include <mac80211.h>
Public Attributes | |
enum ieee80211_band | band |
struct ieee80211_rate * | bitrates |
struct ieee80211_channel * | channels |
int | n_bitrates |
int | n_channels |
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
Definition at line 189 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 192 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 191 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 190 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 194 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.
Definition at line 193 of file linux_ks/hwi/ath5k_raw/module/mac80211.h.