#include <linux/if_ether.h>
Go to the source code of this file.
#define IEEE80211_BASIC_RATE_MASK 0x80 |
#define IEEE80211_CCK_BASIC_RATES_MASK |
Value:
IEEE80211_CCK_RATE_2MB_MASK)
Definition at line 35 of file wl12xx_80211.h.
#define IEEE80211_CCK_DEFAULT_RATES_MASK |
Value:
IEEE80211_CCK_RATE_5MB_MASK | \
IEEE80211_CCK_RATE_11MB_MASK)
Definition at line 37 of file wl12xx_80211.h.
#define IEEE80211_CCK_RATE_11MB 0x16 |
#define IEEE80211_CCK_RATE_11MB_MASK (1<<3) |
#define IEEE80211_CCK_RATE_1MB 0x02 |
#define IEEE80211_CCK_RATE_1MB_MASK (1<<0) |
#define IEEE80211_CCK_RATE_2MB 0x04 |
#define IEEE80211_CCK_RATE_2MB_MASK (1<<1) |
#define IEEE80211_CCK_RATE_5MB 0x0B |
#define IEEE80211_CCK_RATE_5MB_MASK (1<<2) |
#define IEEE80211_CCK_RATES_MASK 0x0000000F |
#define IEEE80211_DEFAULT_RATES_MASK |
Value:
IEEE80211_CCK_DEFAULT_RATES_MASK)
Definition at line 51 of file wl12xx_80211.h.
#define IEEE80211_OFDM_BASIC_RATES_MASK |
Value:
IEEE80211_OFDM_RATE_12MB_MASK | \
IEEE80211_OFDM_RATE_24MB_MASK)
Definition at line 42 of file wl12xx_80211.h.
#define IEEE80211_OFDM_DEFAULT_RATES_MASK |
Value:
IEEE80211_OFDM_RATE_9MB_MASK | \
IEEE80211_OFDM_RATE_18MB_MASK | \
IEEE80211_OFDM_RATE_36MB_MASK | \
IEEE80211_OFDM_RATE_48MB_MASK | \
IEEE80211_OFDM_RATE_54MB_MASK)
Definition at line 45 of file wl12xx_80211.h.
#define IEEE80211_OFDM_RATE_12MB 0x18 |
#define IEEE80211_OFDM_RATE_12MB_MASK (1<<6) |
#define IEEE80211_OFDM_RATE_18MB 0x24 |
#define IEEE80211_OFDM_RATE_18MB_MASK (1<<7) |
#define IEEE80211_OFDM_RATE_24MB 0x30 |
#define IEEE80211_OFDM_RATE_24MB_MASK (1<<8) |
#define IEEE80211_OFDM_RATE_36MB 0x48 |
#define IEEE80211_OFDM_RATE_36MB_MASK (1<<9) |
#define IEEE80211_OFDM_RATE_48MB 0x60 |
#define IEEE80211_OFDM_RATE_48MB_MASK (1<<10) |
#define IEEE80211_OFDM_RATE_54MB 0x6C |
#define IEEE80211_OFDM_RATE_54MB_MASK (1<<11) |
#define IEEE80211_OFDM_RATE_6MB 0x0C |
#define IEEE80211_OFDM_RATE_6MB_MASK (1<<4) |
#define IEEE80211_OFDM_RATE_9MB 0x12 |
#define IEEE80211_OFDM_RATE_9MB_MASK (1<<5) |
#define IEEE80211_OFDM_RATES_MASK 0x00000FF0 |
#define MAX_COUNTRY_TRIPLETS 32 |
#define MAX_SUPPORTED_RATES 32 |