Go to the source code of this file.
|
enum | {
WLAN_RC_PHY_OFDM,
WLAN_RC_PHY_CCK,
WLAN_RC_PHY_HT_20_SS,
WLAN_RC_PHY_HT_20_DS,
WLAN_RC_PHY_HT_20_TS,
WLAN_RC_PHY_HT_40_SS,
WLAN_RC_PHY_HT_40_DS,
WLAN_RC_PHY_HT_40_TS,
WLAN_RC_PHY_HT_20_SS_HGI,
WLAN_RC_PHY_HT_20_DS_HGI,
WLAN_RC_PHY_HT_20_TS_HGI,
WLAN_RC_PHY_HT_40_SS_HGI,
WLAN_RC_PHY_HT_40_DS_HGI,
WLAN_RC_PHY_HT_40_TS_HGI,
WLAN_RC_PHY_MAX
} |
|
Definition at line 26 of file rc.h.
#define RATE_TABLE_SIZE 72 |
Definition at line 27 of file rc.h.
Definition at line 65 of file rc.h.
Definition at line 44 of file rc.h.
Definition at line 32 of file rc.h.
#define RC_DS_OR_LATER |
( |
|
f | ) |
|
Value:
Definition at line 38 of file rc.h.
Definition at line 34 of file rc.h.
Definition at line 43 of file rc.h.
Definition at line 35 of file rc.h.
Definition at line 48 of file rc.h.
Definition at line 51 of file rc.h.
Definition at line 55 of file rc.h.
Definition at line 57 of file rc.h.
Definition at line 47 of file rc.h.
Definition at line 50 of file rc.h.
Definition at line 54 of file rc.h.
Definition at line 59 of file rc.h.
Definition at line 56 of file rc.h.
Definition at line 62 of file rc.h.
Definition at line 60 of file rc.h.
Definition at line 63 of file rc.h.
Definition at line 49 of file rc.h.
Definition at line 52 of file rc.h.
#define RC_INVALID 0x0000 |
Definition at line 29 of file rc.h.
Definition at line 45 of file rc.h.
Definition at line 46 of file rc.h.
Definition at line 30 of file rc.h.
Definition at line 31 of file rc.h.
Definition at line 41 of file rc.h.
#define RC_STREAM_MASK 0xe |
Definition at line 37 of file rc.h.
Definition at line 33 of file rc.h.
Definition at line 40 of file rc.h.
#define WLAN_RC_40_FLAG (0x04) |
Definition at line 130 of file rc.h.
#define WLAN_RC_CAP_MODE |
( |
|
capflag | ) |
|
Value:
Definition at line 114 of file rc.h.
#define WLAN_RC_CAP_STREAM |
( |
|
capflag | ) |
|
Value:
Definition at line 117 of file rc.h.
#define WLAN_RC_DS_FLAG (0x01) |
Definition at line 128 of file rc.h.
#define WLAN_RC_HT_FLAG (0x10) |
Definition at line 132 of file rc.h.
#define WLAN_RC_PHY_20 |
( |
|
_phy | ) |
|
Value:
Definition at line 93 of file rc.h.
#define WLAN_RC_PHY_40 |
( |
|
_phy | ) |
|
Value:
Definition at line 99 of file rc.h.
#define WLAN_RC_PHY_DS |
( |
|
_phy | ) |
|
Value:
Definition at line 85 of file rc.h.
Definition at line 112 of file rc.h.
#define WLAN_RC_PHY_HT_VALID |
( |
|
flag, |
|
|
|
capflag |
|
) |
| |
Value:
Definition at line 124 of file rc.h.
#define WLAN_RC_PHY_SGI |
( |
|
_phy | ) |
|
Value:
Definition at line 105 of file rc.h.
#define WLAN_RC_PHY_TS |
( |
|
_phy | ) |
|
Value:
Definition at line 89 of file rc.h.
#define WLAN_RC_SGI_FLAG (0x08) |
Definition at line 131 of file rc.h.
#define WLAN_RC_TS_FLAG (0x02) |
Definition at line 129 of file rc.h.
- Enumerator:
WLAN_RC_PHY_OFDM |
|
WLAN_RC_PHY_CCK |
|
WLAN_RC_PHY_HT_20_SS |
|
WLAN_RC_PHY_HT_20_DS |
|
WLAN_RC_PHY_HT_20_TS |
|
WLAN_RC_PHY_HT_40_SS |
|
WLAN_RC_PHY_HT_40_DS |
|
WLAN_RC_PHY_HT_40_TS |
|
WLAN_RC_PHY_HT_20_SS_HGI |
|
WLAN_RC_PHY_HT_20_DS_HGI |
|
WLAN_RC_PHY_HT_20_TS_HGI |
|
WLAN_RC_PHY_HT_40_SS_HGI |
|
WLAN_RC_PHY_HT_40_DS_HGI |
|
WLAN_RC_PHY_HT_40_TS_HGI |
|
WLAN_RC_PHY_MAX |
|
Definition at line 67 of file rc.h.