FreeBSD kernel MWL device code
mwlreg.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mwl_txdesc
 
struct  mwl_ant_info
 
struct  mwl_rxdesc
 
struct  __packed
 
struct  _HostCmd_DS_802_11_RF_ANTENNA
 

Macros

#define MWL_ANT_INFO_SUPPORT   /* per-antenna data in rx descriptor */
 
#define MACREG_REG_TSF_LOW   0xa600 /* TSF lo */
 
#define MACREG_REG_TSF_HIGH   0xa604 /* TSF hi */
 
#define MACREG_REG_CHIP_REV   0xa814 /* chip rev */
 
#define MACREG_REG_H2A_INTERRUPT_EVENTS   0x00000C18
 
#define MACREG_REG_H2A_INTERRUPT_CAUSE   0x00000C1C
 
#define MACREG_REG_H2A_INTERRUPT_MASK   0x00000C20
 
#define MACREG_REG_H2A_INTERRUPT_CLEAR_SEL   0x00000C24
 
#define MACREG_REG_H2A_INTERRUPT_STATUS_MASK   0x00000C28
 
#define MACREG_REG_A2H_INTERRUPT_EVENTS   0x00000C2C
 
#define MACREG_REG_A2H_INTERRUPT_CAUSE   0x00000C30
 
#define MACREG_REG_A2H_INTERRUPT_MASK   0x00000C34
 
#define MACREG_REG_A2H_INTERRUPT_CLEAR_SEL   0x00000C38
 
#define MACREG_REG_A2H_INTERRUPT_STATUS_MASK   0x00000C3C
 
#define MACREG_REG_GEN_PTR   0x00000C10
 
#define MACREG_REG_INT_CODE   0x00000C14
 
#define MACREG_REG_SCRATCH   0x00000C40
 
#define MACREG_REG_FW_PRESENT   0x0000BFFC
 
#define MACREG_REG_PROMISCUOUS   0xA300
 
#define MACREG_A2HRIC_BIT_TX_DONE   0x00000001
 
#define MACREG_A2HRIC_BIT_RX_RDY   0x00000002
 
#define MACREG_A2HRIC_BIT_OPC_DONE   0x00000004
 
#define MACREG_A2HRIC_BIT_MAC_EVENT   0x00000008
 
#define MACREG_A2HRIC_BIT_RX_PROBLEM   0x00000010
 
#define MACREG_A2HRIC_BIT_RADIO_OFF   0x00000020
 
#define MACREG_A2HRIC_BIT_RADIO_ON   0x00000040
 
#define MACREG_A2HRIC_BIT_RADAR_DETECT   0x00000080
 
#define MACREG_A2HRIC_BIT_ICV_ERROR   0x00000100
 
#define MACREG_A2HRIC_BIT_MIC_ERROR   0x00000200
 
#define MACREG_A2HRIC_BIT_QUEUE_EMPTY   0x00004000
 
#define MACREG_A2HRIC_BIT_QUEUE_FULL   0x00000800
 
#define MACREG_A2HRIC_BIT_CHAN_SWITCH   0x00001000
 
#define MACREG_A2HRIC_BIT_TX_WATCHDOG   0x00002000
 
#define MACREG_A2HRIC_BIT_BA_WATCHDOG   0x00000400
 
#define MACREQ_A2HRIC_BIT_TX_ACK   0x00008000
 
#define ISR_SRC_BITS
 
#define MACREG_A2HRIC_BIT_MASK   ISR_SRC_BITS
 
#define MACREG_H2ARIC_BIT_PPA_READY   0x00000001
 
#define MACREG_H2ARIC_BIT_DOOR_BELL   0x00000002
 
#define ISR_RESET   (1<<15)
 
#define MACREG_INT_CODE_CMD_FINISHED   0x00000005
 
#define NUM_EDCA_QUEUES   4
 
#define NUM_HCCA_QUEUES   0
 
#define NUM_BA_QUEUES   0
 
#define NUM_MGMT_QUEUES   0
 
#define NUM_ACK_EVENT_QUEUE   1
 
#define TOTAL_TX_QUEUES    (NUM_EDCA_QUEUES + NUM_HCCA_QUEUES + NUM_BA_QUEUES + NUM_MGMT_QUEUES + NUM_ACK_EVENT_QUEUE)
 
#define MAX_TXWCB_QUEUES   TOTAL_TX_QUEUES - NUM_ACK_EVENT_QUEUE
 
#define MAX_RXWCB_QUEUES   1
 
#define RATE_INDEX_MAX_ARRAY   14
 
#define WOW_MAX_STATION   32
 
#define EAGLE_TXD_STATUS_IDLE   0x00000000
 
#define EAGLE_TXD_STATUS_USED   0x00000001
 
#define EAGLE_TXD_STATUS_OK   0x00000001
 
#define EAGLE_TXD_STATUS_OK_RETRY   0x00000002
 
#define EAGLE_TXD_STATUS_OK_MORE_RETRY   0x00000004
 
#define EAGLE_TXD_STATUS_MULTICAST_TX   0x00000008
 
#define EAGLE_TXD_STATUS_BROADCAST_TX   0x00000010
 
#define EAGLE_TXD_STATUS_FAILED_LINK_ERROR   0x00000020
 
#define EAGLE_TXD_STATUS_FAILED_EXCEED_LIMIT   0x00000040
 
#define EAGLE_TXD_STATUS_FAILED_XRETRY   EAGLE_TXD_STATUS_FAILED_EXCEED_LIMIT
 
#define EAGLE_TXD_STATUS_FAILED_AGING   0x00000080
 
#define EAGLE_TXD_STATUS_FW_OWNED   0x80000000
 
#define EAGLE_TXD_MODE_BONLY   1
 
#define EAGLE_TXD_MODE_GONLY   2
 
#define EAGLE_TXD_MODE_BG   3
 
#define EAGLE_TXD_MODE_NONLY   4
 
#define EAGLE_TXD_MODE_BN   5
 
#define EAGLE_TXD_MODE_GN   6
 
#define EAGLE_TXD_MODE_BGN   7
 
#define EAGLE_TXD_MODE_AONLY   8
 
#define EAGLE_TXD_MODE_AG   10
 
#define EAGLE_TXD_MODE_AN   12
 
#define EAGLE_TXD_FORMAT   0x0001 /* frame format/rate */
 
#define EAGLE_TXD_FORMAT_LEGACY   0x0000 /* legacy rate frame */
 
#define EAGLE_TXD_FORMAT_HT   0x0001 /* HT rate frame */
 
#define EAGLE_TXD_GI   0x0002 /* guard interval */
 
#define EAGLE_TXD_GI_SHORT   0x0002 /* short guard interval */
 
#define EAGLE_TXD_GI_LONG   0x0000 /* long guard interval */
 
#define EAGLE_TXD_CHW   0x0004 /* channel width */
 
#define EAGLE_TXD_CHW_20   0x0000 /* 20MHz channel width */
 
#define EAGLE_TXD_CHW_40   0x0004 /* 40MHz channel width */
 
#define EAGLE_TXD_RATE   0x01f8 /* tx rate (legacy)/ MCS */
 
#define EAGLE_TXD_RATE_S   3
 
#define EAGLE_TXD_ADV   0x0600 /* advanced coding */
 
#define EAGLE_TXD_ADV_S   9
 
#define EAGLE_TXD_ADV_NONE   0x0000
 
#define EAGLE_TXD_ADV_LDPC   0x0200
 
#define EAGLE_TXD_ADV_RS   0x0400
 
#define EAGLE_TXD_ANTENNA   0x1800 /* antenna select */
 
#define EAGLE_TXD_ANTENNA_S   11
 
#define EAGLE_TXD_EXTCHAN   0x6000 /* extension channel */
 
#define EAGLE_TXD_EXTCHAN_S   13
 
#define EAGLE_TXD_EXTCHAN_HI   0x0000 /* above */
 
#define EAGLE_TXD_EXTCHAN_LO   0x2000 /* below */
 
#define EAGLE_TXD_PREAMBLE   0x8000
 
#define EAGLE_TXD_PREAMBLE_SHORT   0x8000 /* short preamble */
 
#define EAGLE_TXD_PREAMBLE_LONG   0x0000 /* long preamble */
 
#define EAGLE_TXD_FIXED_RATE   0x0100 /* get tx rate from Format */
 
#define EAGLE_TXD_DONT_AGGR   0x0200 /* don't aggregate frame */
 
#define EAGLE_RXD_CTRL_DRIVER_OWN   0x00
 
#define EAGLE_RXD_CTRL_OS_OWN   0x04
 
#define EAGLE_RXD_CTRL_DMA_OWN   0x80
 
#define EAGLE_RXD_STATUS_IDLE   0x00
 
#define EAGLE_RXD_STATUS_OK   0x01
 
#define EAGLE_RXD_STATUS_MULTICAST_RX   0x02
 
#define EAGLE_RXD_STATUS_BROADCAST_RX   0x04
 
#define EAGLE_RXD_STATUS_FRAGMENT_RX   0x08
 
#define EAGLE_RXD_STATUS_GENERAL_DECRYPT_ERR   0xff
 
#define EAGLE_RXD_STATUS_DECRYPT_ERR_MASK   0x80
 
#define EAGLE_RXD_STATUS_TKIP_MIC_DECRYPT_ERR   0x02
 
#define EAGLE_RXD_STATUS_WEP_ICV_DECRYPT_ERR   0x04
 
#define EAGLE_RXD_STATUS_TKIP_ICV_DECRYPT_ERR   0x08
 
#define HostCmd_STA_MODE   0x5A
 
#define HostCmd_SOFTAP_MODE   0xA5
 
#define HostCmd_STA_FWRDY_SIGNATURE   0xF0F1F2F4
 
#define HostCmd_SOFTAP_FWRDY_SIGNATURE   0xF1F2F4A5
 
#define HostCmd_CMD_CODE_DNLD   0x0001
 
#define HostCmd_CMD_GET_HW_SPEC   0x0003
 
#define HostCmd_CMD_SET_HW_SPEC   0x0004
 
#define HostCmd_CMD_MAC_MULTICAST_ADR   0x0010
 
#define HostCmd_CMD_802_11_GET_STAT   0x0014
 
#define HostCmd_CMD_MAC_REG_ACCESS   0x0019
 
#define HostCmd_CMD_BBP_REG_ACCESS   0x001a
 
#define HostCmd_CMD_RF_REG_ACCESS   0x001b
 
#define HostCmd_CMD_802_11_RADIO_CONTROL   0x001c
 
#define HostCmd_CMD_802_11_RF_TX_POWER   0x001e
 
#define HostCmd_CMD_802_11_RF_ANTENNA   0x0020
 
#define HostCmd_CMD_SET_BEACON   0x0100
 
#define HostCmd_CMD_SET_AID   0x010d
 
#define HostCmd_CMD_SET_RF_CHANNEL   0x010a
 
#define HostCmd_CMD_SET_INFRA_MODE   0x010e
 
#define HostCmd_CMD_SET_G_PROTECT_FLAG   0x010f
 
#define HostCmd_CMD_802_11_RTS_THSD   0x0113
 
#define HostCmd_CMD_802_11_SET_SLOT   0x0114
 
#define HostCmd_CMD_802_11H_DETECT_RADAR   0x0120
 
#define HostCmd_CMD_SET_WMM_MODE   0x0123
 
#define HostCmd_CMD_HT_GUARD_INTERVAL   0x0124
 
#define HostCmd_CMD_SET_FIXED_RATE   0x0126
 
#define HostCmd_CMD_SET_LINKADAPT_CS_MODE   0x0129
 
#define HostCmd_CMD_SET_MAC_ADDR   0x0202
 
#define HostCmd_CMD_SET_RATE_ADAPT_MODE   0x0203
 
#define HostCmd_CMD_GET_WATCHDOG_BITMAP   0x0205
 
#define HostCmd_CMD_BSS_START   0x1100
 
#define HostCmd_CMD_SET_NEW_STN   0x1111
 
#define HostCmd_CMD_SET_KEEP_ALIVE   0x1112
 
#define HostCmd_CMD_SET_APMODE   0x1114
 
#define HostCmd_CMD_SET_SWITCH_CHANNEL   0x1121
 
#define HostCmd_CMD_UPDATE_ENCRYPTION   0x1122
 
#define HostCmd_CMD_BASTREAM   0x1125
 
#define HostCmd_CMD_SET_RIFS   0x1126
 
#define HostCmd_CMD_SET_N_PROTECT_FLAG   0x1131
 
#define HostCmd_CMD_SET_N_PROTECT_OPMODE   0x1132
 
#define HostCmd_CMD_SET_OPTIMIZATION_LEVEL   0x1133
 
#define HostCmd_CMD_GET_CALTABLE   0x1134
 
#define HostCmd_CMD_SET_MIMOPSHT   0x1135
 
#define HostCmd_CMD_GET_BEACON   0x1138
 
#define HostCmd_CMD_SET_REGION_CODE   0x1139
 
#define HostCmd_CMD_SET_POWERSAVESTATION   0x1140
 
#define HostCmd_CMD_SET_TIM   0x1141
 
#define HostCmd_CMD_GET_TIM   0x1142
 
#define HostCmd_CMD_GET_SEQNO   0x1143
 
#define HostCmd_CMD_DWDS_ENABLE   0x1144
 
#define HostCmd_CMD_AMPDU_RETRY_RATEDROP_MODE   0x1145
 
#define HostCmd_CMD_CFEND_ENABLE   0x1146
 
#define HostCmd_RESULT_OK   0x0000
 
#define HostCmd_RESULT_ERROR   0x0001
 
#define HostCmd_RESULT_NOT_SUPPORT   0x0002
 
#define HostCmd_RESULT_PENDING   0x0003
 
#define HostCmd_RESULT_BUSY   0x0004
 
#define HostCmd_RESULT_PARTIAL_DATA   0x0005
 
#define HostCmd_ACT_GEN_READ   0x0000
 
#define HostCmd_ACT_GEN_WRITE   0x0001
 
#define HostCmd_ACT_GEN_GET   0x0000
 
#define HostCmd_ACT_GEN_SET   0x0001
 
#define HostCmd_ACT_GEN_OFF   0x0000
 
#define HostCmd_ACT_GEN_ON   0x0001
 
#define HostCmd_ACT_DIFF_CHANNEL   0x0002
 
#define HostCmd_ACT_GEN_SET_LIST   0x0002
 
#define HostCmd_ACT_USE_FIXED_RATE   0x0001
 
#define HostCmd_ACT_NOT_USE_FIXED_RATE   0x0002
 
#define HostCmd_ACT_ADD   0x0002
 
#define HostCmd_ACT_REMOVE   0x0004
 
#define HostCmd_ACT_USE_DEFAULT   0x0008
 
#define HostCmd_TYPE_WEP_40_BIT   0x0001
 
#define HostCmd_TYPE_WEP_104_BIT   0x0002
 
#define HostCmd_TYPE_WEP_128_BIT   0x0003
 
#define HostCmd_TYPE_WEP_TX_KEY   0x0004
 
#define HostCmd_NUM_OF_WEP_KEYS   4
 
#define HostCmd_WEP_KEY_INDEX_MASK   0x3fffffff
 
#define HostCmd_ACT_HALT   0x0001
 
#define HostCmd_ACT_RESTART   0x0002
 
#define HostCmd_TYPE_AUTO_PREAMBLE   0x0001
 
#define HostCmd_TYPE_SHORT_PREAMBLE   0x0002
 
#define HostCmd_TYPE_LONG_PREAMBLE   0x0003
 
#define HostCmd_TYPE_802_11A   0x0001
 
#define HostCmd_TYPE_802_11B   0x0002
 
#define HostCmd_ACT_TX_POWER_OPT_SET_HIGH   0x0003
 
#define HostCmd_ACT_TX_POWER_OPT_SET_MID   0x0002
 
#define HostCmd_ACT_TX_POWER_OPT_SET_LOW   0x0001
 
#define HostCmd_ACT_TX_POWER_OPT_SET_AUTO   0x0000
 
#define HostCmd_ACT_TX_POWER_LEVEL_MIN   0x000e
 
#define HostCmd_ACT_TX_POWER_LEVEL_GAP   0x0001
 
#define HostCmd_ACT_SET_TX_AUTO   0x0000
 
#define HostCmd_ACT_SET_TX_FIX_RATE   0x0001
 
#define HostCmd_ACT_GET_TX_RATE   0x0002
 
#define HostCmd_ACT_SET_RX   0x0001
 
#define HostCmd_ACT_SET_TX   0x0002
 
#define HostCmd_ACT_SET_BOTH   0x0003
 
#define HostCmd_ACT_GET_RX   0x0004
 
#define HostCmd_ACT_GET_TX   0x0008
 
#define HostCmd_ACT_GET_BOTH   0x000c
 
#define TYPE_ANTENNA_DIVERSITY   0xffff
 
#define HostCmd_TYPE_CAM   0x0000
 
#define HostCmd_TYPE_MAX_PSP   0x0001
 
#define HostCmd_TYPE_FAST_PSP   0x0002
 
#define HostCmd_CMD_SET_EDCA_PARAMS   0x0115
 
#define SET_HW_SPEC_DISABLEMBSS   0x08
 
#define SET_HW_SPEC_HOSTFORM_BEACON   0x10
 
#define SET_HW_SPEC_HOSTFORM_PROBERESP   0x20
 
#define SET_HW_SPEC_HOST_POWERSAVE   0x40
 
#define SET_HW_SPEC_HOSTENCRDECR_MGMT   0x80
 
#define HostCmd_CAPINFO_DEFAULT   0x0000
 
#define HostCmd_CAPINFO_ESS   0x0001
 
#define HostCmd_CAPINFO_IBSS   0x0002
 
#define HostCmd_CAPINFO_CF_POLLABLE   0x0004
 
#define HostCmd_CAPINFO_CF_REQUEST   0x0008
 
#define HostCmd_CAPINFO_PRIVACY   0x0010
 
#define HostCmd_CAPINFO_SHORT_PREAMBLE   0x0020
 
#define HostCmd_CAPINFO_PBCC   0x0040
 
#define HostCmd_CAPINFO_CHANNEL_AGILITY   0x0080
 
#define HostCmd_CAPINFO_SHORT_SLOT   0x0400
 
#define HostCmd_CAPINFO_DSSS_OFDM   0x2000
 
#define MWL_HAL_MCAST_MAX   32
 
#define FREQ_BAND_2DOT4GHZ   0x0001
 
#define FREQ_BAND_4DOT9GHZ   0x0002 /* XXX not implemented */
 
#define FREQ_BAND_5GHZ   0x0004
 
#define FREQ_BAND_5DOT2GHZ   0x0008 /* XXX not implemented */
 
#define CH_AUTO_WIDTH   0x0000 /* XXX not used? */
 
#define CH_10_MHz_WIDTH   0x0040
 
#define CH_20_MHz_WIDTH   0x0080
 
#define CH_40_MHz_WIDTH   0x0100
 
#define EXT_CH_NONE   0x0000 /* no extension channel */
 
#define EXT_CH_ABOVE_CTRL_CH   0x0800 /* extension channel above */
 
#define EXT_CH_AUTO   0x1000 /* XXX not used? */
 
#define EXT_CH_BELOW_CTRL_CH   0x1800 /* extension channel below */
 
#define FIXED_RATE_WITH_AUTO_RATE_DROP   0
 
#define FIXED_RATE_WITHOUT_AUTORATE_DROP   1
 
#define LEGACY_RATE_TYPE   0
 
#define HT_RATE_TYPE   1
 
#define RETRY_COUNT_VALID   0
 
#define RETRY_COUNT_INVALID   1
 
#define GI_TYPE_LONG   0x0001
 
#define GI_TYPE_SHORT   0x0002
 
#define TX_POWER_LEVEL_TOTAL   8
 
#define DR_DFS_DISABLE   0
 
#define DR_CHK_CHANNEL_AVAILABLE_START   1
 
#define DR_CHK_CHANNEL_AVAILABLE_STOP   2
 
#define DR_IN_SERVICE_MONITOR_START   3
 
#define EDCA_PARAM_SIZE   18
 
#define BA_PARAM_SIZE   2
 
#define MAX_ENCR_KEY_LENGTH   16 /* max 128 bits - depends on type */
 
#define MIC_KEY_LENGTH   8 /* size of Tx/Rx MIC key - 8 bytes*/
 
#define ENCR_KEY_TYPE_ID_WEP   0x00 /* Key type is WEP */
 
#define ENCR_KEY_TYPE_ID_TKIP   0x01 /* Key type is TKIP */
 
#define ENCR_KEY_TYPE_ID_AES   0x02 /* Key type is AES-CCMP */
 
#define ENCR_KEY_FLAG_INUSE   0x00000001 /* indicate key is in use */
 
#define ENCR_KEY_FLAG_RXGROUPKEY   0x00000002 /* Group key for RX only */
 
#define ENCR_KEY_FLAG_TXGROUPKEY   0x00000004 /* Group key for TX */
 
#define ENCR_KEY_FLAG_PAIRWISE   0x00000008 /* pairwise */
 
#define ENCR_KEY_FLAG_RXONLY   0x00000010 /* only used for RX */
 
#define ENCR_KEY_FLAG_AUTHENTICATOR   0x00000020 /* Key is for Authenticator */
 
#define ENCR_KEY_FLAG_TSC_VALID   0x00000040 /* Sequence counters valid */
 
#define ENCR_KEY_FLAG_WEP_TXKEY   0x01000000 /* Tx key for WEP */
 
#define ENCR_KEY_FLAG_MICKEY_VALID   0x02000000 /* Tx/Rx MIC keys are valid */
 
#define BASTREAM_FLAG_DELAYED_TYPE   0x00
 
#define BASTREAM_FLAG_IMMEDIATE_TYPE   0x01
 
#define BASTREAM_FLAG_DIRECTION_UPSTREAM   0x00
 
#define BASTREAM_FLAG_DIRECTION_DOWNSTREAM   0x02
 
#define BASTREAM_FLAG_DIRECTION_DLP   0x04
 
#define BASTREAM_FLAG_DIRECTION_BOTH   0x06
 
#define CAL_TBL_SIZE   160
 
#define MAX_BEACON_SIZE   1024
 

Typedefs

typedef struct _HostCmd_DS_802_11_RF_ANTENNA HostCmd_DS_802_11_RF_ANTENNA
 
typedef struct __packed HostCmd_FW_SET_BSSID
 
typedef struct __packed HostCmd_FW_SET_MAC
 

Enumerations

enum  ENCR_ACTION_TYPE { EncrActionEnableHWEncryption , EncrActionTypeSetKey , EncrActionTypeRemoveKey , EncrActionTypeSetGroupKey }
 
enum  __packed { StaInfoDbActionAddEntry , StaInfoDbActionModifyEntry , StaInfoDbActionRemoveEntry }
 
enum  BASTREAM_ACTION_TYPE {
  BaCreateStream , BaUpdateStream , BaDestroyStream , BaFlushStream ,
  BaCheckCreateStream
}
 

Variables

struct mwl_txdesc __packed
 

Macro Definition Documentation

◆ BA_PARAM_SIZE

#define BA_PARAM_SIZE   2

Definition at line 999 of file mwlreg.h.

◆ BASTREAM_FLAG_DELAYED_TYPE

#define BASTREAM_FLAG_DELAYED_TYPE   0x00

Definition at line 1174 of file mwlreg.h.

◆ BASTREAM_FLAG_DIRECTION_BOTH

#define BASTREAM_FLAG_DIRECTION_BOTH   0x06

Definition at line 1182 of file mwlreg.h.

◆ BASTREAM_FLAG_DIRECTION_DLP

#define BASTREAM_FLAG_DIRECTION_DLP   0x04

Definition at line 1181 of file mwlreg.h.

◆ BASTREAM_FLAG_DIRECTION_DOWNSTREAM

#define BASTREAM_FLAG_DIRECTION_DOWNSTREAM   0x02

Definition at line 1180 of file mwlreg.h.

◆ BASTREAM_FLAG_DIRECTION_UPSTREAM

#define BASTREAM_FLAG_DIRECTION_UPSTREAM   0x00

Definition at line 1179 of file mwlreg.h.

◆ BASTREAM_FLAG_IMMEDIATE_TYPE

#define BASTREAM_FLAG_IMMEDIATE_TYPE   0x01

Definition at line 1175 of file mwlreg.h.

◆ CAL_TBL_SIZE

#define CAL_TBL_SIZE   160

Definition at line 1307 of file mwlreg.h.

◆ CH_10_MHz_WIDTH

#define CH_10_MHz_WIDTH   0x0040

Definition at line 672 of file mwlreg.h.

◆ CH_20_MHz_WIDTH

#define CH_20_MHz_WIDTH   0x0080

Definition at line 673 of file mwlreg.h.

◆ CH_40_MHz_WIDTH

#define CH_40_MHz_WIDTH   0x0100

Definition at line 674 of file mwlreg.h.

◆ CH_AUTO_WIDTH

#define CH_AUTO_WIDTH   0x0000 /* XXX not used? */

Definition at line 671 of file mwlreg.h.

◆ DR_CHK_CHANNEL_AVAILABLE_START

#define DR_CHK_CHANNEL_AVAILABLE_START   1

Definition at line 921 of file mwlreg.h.

◆ DR_CHK_CHANNEL_AVAILABLE_STOP

#define DR_CHK_CHANNEL_AVAILABLE_STOP   2

Definition at line 922 of file mwlreg.h.

◆ DR_DFS_DISABLE

#define DR_DFS_DISABLE   0

Definition at line 920 of file mwlreg.h.

◆ DR_IN_SERVICE_MONITOR_START

#define DR_IN_SERVICE_MONITOR_START   3

Definition at line 923 of file mwlreg.h.

◆ EAGLE_RXD_CTRL_DMA_OWN

#define EAGLE_RXD_CTRL_DMA_OWN   0x80

Definition at line 227 of file mwlreg.h.

◆ EAGLE_RXD_CTRL_DRIVER_OWN

#define EAGLE_RXD_CTRL_DRIVER_OWN   0x00

Definition at line 225 of file mwlreg.h.

◆ EAGLE_RXD_CTRL_OS_OWN

#define EAGLE_RXD_CTRL_OS_OWN   0x04

Definition at line 226 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_BROADCAST_RX

#define EAGLE_RXD_STATUS_BROADCAST_RX   0x04

Definition at line 233 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_DECRYPT_ERR_MASK

#define EAGLE_RXD_STATUS_DECRYPT_ERR_MASK   0x80

Definition at line 236 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_FRAGMENT_RX

#define EAGLE_RXD_STATUS_FRAGMENT_RX   0x08

Definition at line 234 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_GENERAL_DECRYPT_ERR

#define EAGLE_RXD_STATUS_GENERAL_DECRYPT_ERR   0xff

Definition at line 235 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_IDLE

#define EAGLE_RXD_STATUS_IDLE   0x00

Definition at line 230 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_MULTICAST_RX

#define EAGLE_RXD_STATUS_MULTICAST_RX   0x02

Definition at line 232 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_OK

#define EAGLE_RXD_STATUS_OK   0x01

Definition at line 231 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_TKIP_ICV_DECRYPT_ERR

#define EAGLE_RXD_STATUS_TKIP_ICV_DECRYPT_ERR   0x08

Definition at line 239 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_TKIP_MIC_DECRYPT_ERR

#define EAGLE_RXD_STATUS_TKIP_MIC_DECRYPT_ERR   0x02

Definition at line 237 of file mwlreg.h.

◆ EAGLE_RXD_STATUS_WEP_ICV_DECRYPT_ERR

#define EAGLE_RXD_STATUS_WEP_ICV_DECRYPT_ERR   0x04

Definition at line 238 of file mwlreg.h.

◆ EAGLE_TXD_ADV

#define EAGLE_TXD_ADV   0x0600 /* advanced coding */

Definition at line 189 of file mwlreg.h.

◆ EAGLE_TXD_ADV_LDPC

#define EAGLE_TXD_ADV_LDPC   0x0200

Definition at line 192 of file mwlreg.h.

◆ EAGLE_TXD_ADV_NONE

#define EAGLE_TXD_ADV_NONE   0x0000

Definition at line 191 of file mwlreg.h.

◆ EAGLE_TXD_ADV_RS

#define EAGLE_TXD_ADV_RS   0x0400

Definition at line 193 of file mwlreg.h.

◆ EAGLE_TXD_ADV_S

#define EAGLE_TXD_ADV_S   9

Definition at line 190 of file mwlreg.h.

◆ EAGLE_TXD_ANTENNA

#define EAGLE_TXD_ANTENNA   0x1800 /* antenna select */

Definition at line 195 of file mwlreg.h.

◆ EAGLE_TXD_ANTENNA_S

#define EAGLE_TXD_ANTENNA_S   11

Definition at line 196 of file mwlreg.h.

◆ EAGLE_TXD_CHW

#define EAGLE_TXD_CHW   0x0004 /* channel width */

Definition at line 184 of file mwlreg.h.

◆ EAGLE_TXD_CHW_20

#define EAGLE_TXD_CHW_20   0x0000 /* 20MHz channel width */

Definition at line 185 of file mwlreg.h.

◆ EAGLE_TXD_CHW_40

#define EAGLE_TXD_CHW_40   0x0004 /* 40MHz channel width */

Definition at line 186 of file mwlreg.h.

◆ EAGLE_TXD_DONT_AGGR

#define EAGLE_TXD_DONT_AGGR   0x0200 /* don't aggregate frame */

Definition at line 206 of file mwlreg.h.

◆ EAGLE_TXD_EXTCHAN

#define EAGLE_TXD_EXTCHAN   0x6000 /* extension channel */

Definition at line 197 of file mwlreg.h.

◆ EAGLE_TXD_EXTCHAN_HI

#define EAGLE_TXD_EXTCHAN_HI   0x0000 /* above */

Definition at line 199 of file mwlreg.h.

◆ EAGLE_TXD_EXTCHAN_LO

#define EAGLE_TXD_EXTCHAN_LO   0x2000 /* below */

Definition at line 200 of file mwlreg.h.

◆ EAGLE_TXD_EXTCHAN_S

#define EAGLE_TXD_EXTCHAN_S   13

Definition at line 198 of file mwlreg.h.

◆ EAGLE_TXD_FIXED_RATE

#define EAGLE_TXD_FIXED_RATE   0x0100 /* get tx rate from Format */

Definition at line 205 of file mwlreg.h.

◆ EAGLE_TXD_FORMAT

#define EAGLE_TXD_FORMAT   0x0001 /* frame format/rate */

Definition at line 178 of file mwlreg.h.

◆ EAGLE_TXD_FORMAT_HT

#define EAGLE_TXD_FORMAT_HT   0x0001 /* HT rate frame */

Definition at line 180 of file mwlreg.h.

◆ EAGLE_TXD_FORMAT_LEGACY

#define EAGLE_TXD_FORMAT_LEGACY   0x0000 /* legacy rate frame */

Definition at line 179 of file mwlreg.h.

◆ EAGLE_TXD_GI

#define EAGLE_TXD_GI   0x0002 /* guard interval */

Definition at line 181 of file mwlreg.h.

◆ EAGLE_TXD_GI_LONG

#define EAGLE_TXD_GI_LONG   0x0000 /* long guard interval */

Definition at line 183 of file mwlreg.h.

◆ EAGLE_TXD_GI_SHORT

#define EAGLE_TXD_GI_SHORT   0x0002 /* short guard interval */

Definition at line 182 of file mwlreg.h.

◆ EAGLE_TXD_MODE_AG

#define EAGLE_TXD_MODE_AG   10

Definition at line 175 of file mwlreg.h.

◆ EAGLE_TXD_MODE_AN

#define EAGLE_TXD_MODE_AN   12

Definition at line 176 of file mwlreg.h.

◆ EAGLE_TXD_MODE_AONLY

#define EAGLE_TXD_MODE_AONLY   8

Definition at line 174 of file mwlreg.h.

◆ EAGLE_TXD_MODE_BG

#define EAGLE_TXD_MODE_BG   3

Definition at line 169 of file mwlreg.h.

◆ EAGLE_TXD_MODE_BGN

#define EAGLE_TXD_MODE_BGN   7

Definition at line 173 of file mwlreg.h.

◆ EAGLE_TXD_MODE_BN

#define EAGLE_TXD_MODE_BN   5

Definition at line 171 of file mwlreg.h.

◆ EAGLE_TXD_MODE_BONLY

#define EAGLE_TXD_MODE_BONLY   1

Definition at line 167 of file mwlreg.h.

◆ EAGLE_TXD_MODE_GN

#define EAGLE_TXD_MODE_GN   6

Definition at line 172 of file mwlreg.h.

◆ EAGLE_TXD_MODE_GONLY

#define EAGLE_TXD_MODE_GONLY   2

Definition at line 168 of file mwlreg.h.

◆ EAGLE_TXD_MODE_NONLY

#define EAGLE_TXD_MODE_NONLY   4

Definition at line 170 of file mwlreg.h.

◆ EAGLE_TXD_PREAMBLE

#define EAGLE_TXD_PREAMBLE   0x8000

Definition at line 201 of file mwlreg.h.

◆ EAGLE_TXD_PREAMBLE_LONG

#define EAGLE_TXD_PREAMBLE_LONG   0x0000 /* long preamble */

Definition at line 203 of file mwlreg.h.

◆ EAGLE_TXD_PREAMBLE_SHORT

#define EAGLE_TXD_PREAMBLE_SHORT   0x8000 /* short preamble */

Definition at line 202 of file mwlreg.h.

◆ EAGLE_TXD_RATE

#define EAGLE_TXD_RATE   0x01f8 /* tx rate (legacy)/ MCS */

Definition at line 187 of file mwlreg.h.

◆ EAGLE_TXD_RATE_S

#define EAGLE_TXD_RATE_S   3

Definition at line 188 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_BROADCAST_TX

#define EAGLE_TXD_STATUS_BROADCAST_TX   0x00000010

Definition at line 153 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_FAILED_AGING

#define EAGLE_TXD_STATUS_FAILED_AGING   0x00000080

Definition at line 157 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_FAILED_EXCEED_LIMIT

#define EAGLE_TXD_STATUS_FAILED_EXCEED_LIMIT   0x00000040

Definition at line 155 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_FAILED_LINK_ERROR

#define EAGLE_TXD_STATUS_FAILED_LINK_ERROR   0x00000020

Definition at line 154 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_FAILED_XRETRY

#define EAGLE_TXD_STATUS_FAILED_XRETRY   EAGLE_TXD_STATUS_FAILED_EXCEED_LIMIT

Definition at line 156 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_FW_OWNED

#define EAGLE_TXD_STATUS_FW_OWNED   0x80000000

Definition at line 158 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_IDLE

#define EAGLE_TXD_STATUS_IDLE   0x00000000

Definition at line 147 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_MULTICAST_TX

#define EAGLE_TXD_STATUS_MULTICAST_TX   0x00000008

Definition at line 152 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_OK

#define EAGLE_TXD_STATUS_OK   0x00000001

Definition at line 149 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_OK_MORE_RETRY

#define EAGLE_TXD_STATUS_OK_MORE_RETRY   0x00000004

Definition at line 151 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_OK_RETRY

#define EAGLE_TXD_STATUS_OK_RETRY   0x00000002

Definition at line 150 of file mwlreg.h.

◆ EAGLE_TXD_STATUS_USED

#define EAGLE_TXD_STATUS_USED   0x00000001

Definition at line 148 of file mwlreg.h.

◆ EDCA_PARAM_SIZE

#define EDCA_PARAM_SIZE   18

Definition at line 998 of file mwlreg.h.

◆ ENCR_KEY_FLAG_AUTHENTICATOR

#define ENCR_KEY_FLAG_AUTHENTICATOR   0x00000020 /* Key is for Authenticator */

Definition at line 1031 of file mwlreg.h.

◆ ENCR_KEY_FLAG_INUSE

#define ENCR_KEY_FLAG_INUSE   0x00000001 /* indicate key is in use */

Definition at line 1025 of file mwlreg.h.

◆ ENCR_KEY_FLAG_MICKEY_VALID

#define ENCR_KEY_FLAG_MICKEY_VALID   0x02000000 /* Tx/Rx MIC keys are valid */

Definition at line 1034 of file mwlreg.h.

◆ ENCR_KEY_FLAG_PAIRWISE

#define ENCR_KEY_FLAG_PAIRWISE   0x00000008 /* pairwise */

Definition at line 1028 of file mwlreg.h.

◆ ENCR_KEY_FLAG_RXGROUPKEY

#define ENCR_KEY_FLAG_RXGROUPKEY   0x00000002 /* Group key for RX only */

Definition at line 1026 of file mwlreg.h.

◆ ENCR_KEY_FLAG_RXONLY

#define ENCR_KEY_FLAG_RXONLY   0x00000010 /* only used for RX */

Definition at line 1029 of file mwlreg.h.

◆ ENCR_KEY_FLAG_TSC_VALID

#define ENCR_KEY_FLAG_TSC_VALID   0x00000040 /* Sequence counters valid */

Definition at line 1032 of file mwlreg.h.

◆ ENCR_KEY_FLAG_TXGROUPKEY

#define ENCR_KEY_FLAG_TXGROUPKEY   0x00000004 /* Group key for TX */

Definition at line 1027 of file mwlreg.h.

◆ ENCR_KEY_FLAG_WEP_TXKEY

#define ENCR_KEY_FLAG_WEP_TXKEY   0x01000000 /* Tx key for WEP */

Definition at line 1033 of file mwlreg.h.

◆ ENCR_KEY_TYPE_ID_AES

#define ENCR_KEY_TYPE_ID_AES   0x02 /* Key type is AES-CCMP */

Definition at line 1022 of file mwlreg.h.

◆ ENCR_KEY_TYPE_ID_TKIP

#define ENCR_KEY_TYPE_ID_TKIP   0x01 /* Key type is TKIP */

Definition at line 1021 of file mwlreg.h.

◆ ENCR_KEY_TYPE_ID_WEP

#define ENCR_KEY_TYPE_ID_WEP   0x00 /* Key type is WEP */

Definition at line 1020 of file mwlreg.h.

◆ EXT_CH_ABOVE_CTRL_CH

#define EXT_CH_ABOVE_CTRL_CH   0x0800 /* extension channel above */

Definition at line 677 of file mwlreg.h.

◆ EXT_CH_AUTO

#define EXT_CH_AUTO   0x1000 /* XXX not used? */

Definition at line 678 of file mwlreg.h.

◆ EXT_CH_BELOW_CTRL_CH

#define EXT_CH_BELOW_CTRL_CH   0x1800 /* extension channel below */

Definition at line 679 of file mwlreg.h.

◆ EXT_CH_NONE

#define EXT_CH_NONE   0x0000 /* no extension channel */

Definition at line 676 of file mwlreg.h.

◆ FIXED_RATE_WITH_AUTO_RATE_DROP

#define FIXED_RATE_WITH_AUTO_RATE_DROP   0

Definition at line 682 of file mwlreg.h.

◆ FIXED_RATE_WITHOUT_AUTORATE_DROP

#define FIXED_RATE_WITHOUT_AUTORATE_DROP   1

Definition at line 683 of file mwlreg.h.

◆ FREQ_BAND_2DOT4GHZ

#define FREQ_BAND_2DOT4GHZ   0x0001

Definition at line 666 of file mwlreg.h.

◆ FREQ_BAND_4DOT9GHZ

#define FREQ_BAND_4DOT9GHZ   0x0002 /* XXX not implemented */

Definition at line 667 of file mwlreg.h.

◆ FREQ_BAND_5DOT2GHZ

#define FREQ_BAND_5DOT2GHZ   0x0008 /* XXX not implemented */

Definition at line 669 of file mwlreg.h.

◆ FREQ_BAND_5GHZ

#define FREQ_BAND_5GHZ   0x0004

Definition at line 668 of file mwlreg.h.

◆ GI_TYPE_LONG

#define GI_TYPE_LONG   0x0001

Definition at line 726 of file mwlreg.h.

◆ GI_TYPE_SHORT

#define GI_TYPE_SHORT   0x0002

Definition at line 727 of file mwlreg.h.

◆ HostCmd_ACT_ADD

#define HostCmd_ACT_ADD   0x0002

Definition at line 364 of file mwlreg.h.

◆ HostCmd_ACT_DIFF_CHANNEL

#define HostCmd_ACT_DIFF_CHANNEL   0x0002

Definition at line 354 of file mwlreg.h.

◆ HostCmd_ACT_GEN_GET

#define HostCmd_ACT_GEN_GET   0x0000

Definition at line 349 of file mwlreg.h.

◆ HostCmd_ACT_GEN_OFF

#define HostCmd_ACT_GEN_OFF   0x0000

Definition at line 351 of file mwlreg.h.

◆ HostCmd_ACT_GEN_ON

#define HostCmd_ACT_GEN_ON   0x0001

Definition at line 352 of file mwlreg.h.

◆ HostCmd_ACT_GEN_READ

#define HostCmd_ACT_GEN_READ   0x0000

Definition at line 347 of file mwlreg.h.

◆ HostCmd_ACT_GEN_SET

#define HostCmd_ACT_GEN_SET   0x0001

Definition at line 350 of file mwlreg.h.

◆ HostCmd_ACT_GEN_SET_LIST

#define HostCmd_ACT_GEN_SET_LIST   0x0002

Definition at line 355 of file mwlreg.h.

◆ HostCmd_ACT_GEN_WRITE

#define HostCmd_ACT_GEN_WRITE   0x0001

Definition at line 348 of file mwlreg.h.

◆ HostCmd_ACT_GET_BOTH

#define HostCmd_ACT_GET_BOTH   0x000c

Definition at line 408 of file mwlreg.h.

◆ HostCmd_ACT_GET_RX

#define HostCmd_ACT_GET_RX   0x0004

Definition at line 406 of file mwlreg.h.

◆ HostCmd_ACT_GET_TX

#define HostCmd_ACT_GET_TX   0x0008

Definition at line 407 of file mwlreg.h.

◆ HostCmd_ACT_GET_TX_RATE

#define HostCmd_ACT_GET_TX_RATE   0x0002

Definition at line 401 of file mwlreg.h.

◆ HostCmd_ACT_HALT

#define HostCmd_ACT_HALT   0x0001

Definition at line 378 of file mwlreg.h.

◆ HostCmd_ACT_NOT_USE_FIXED_RATE

#define HostCmd_ACT_NOT_USE_FIXED_RATE   0x0002

Definition at line 359 of file mwlreg.h.

◆ HostCmd_ACT_REMOVE

#define HostCmd_ACT_REMOVE   0x0004

Definition at line 365 of file mwlreg.h.

◆ HostCmd_ACT_RESTART

#define HostCmd_ACT_RESTART   0x0002

Definition at line 379 of file mwlreg.h.

◆ HostCmd_ACT_SET_BOTH

#define HostCmd_ACT_SET_BOTH   0x0003

Definition at line 405 of file mwlreg.h.

◆ HostCmd_ACT_SET_RX

#define HostCmd_ACT_SET_RX   0x0001

Definition at line 403 of file mwlreg.h.

◆ HostCmd_ACT_SET_TX

#define HostCmd_ACT_SET_TX   0x0002

Definition at line 404 of file mwlreg.h.

◆ HostCmd_ACT_SET_TX_AUTO

#define HostCmd_ACT_SET_TX_AUTO   0x0000

Definition at line 399 of file mwlreg.h.

◆ HostCmd_ACT_SET_TX_FIX_RATE

#define HostCmd_ACT_SET_TX_FIX_RATE   0x0001

Definition at line 400 of file mwlreg.h.

◆ HostCmd_ACT_TX_POWER_LEVEL_GAP

#define HostCmd_ACT_TX_POWER_LEVEL_GAP   0x0001

Definition at line 397 of file mwlreg.h.

◆ HostCmd_ACT_TX_POWER_LEVEL_MIN

#define HostCmd_ACT_TX_POWER_LEVEL_MIN   0x000e

Definition at line 396 of file mwlreg.h.

◆ HostCmd_ACT_TX_POWER_OPT_SET_AUTO

#define HostCmd_ACT_TX_POWER_OPT_SET_AUTO   0x0000

Definition at line 394 of file mwlreg.h.

◆ HostCmd_ACT_TX_POWER_OPT_SET_HIGH

#define HostCmd_ACT_TX_POWER_OPT_SET_HIGH   0x0003

Definition at line 391 of file mwlreg.h.

◆ HostCmd_ACT_TX_POWER_OPT_SET_LOW

#define HostCmd_ACT_TX_POWER_OPT_SET_LOW   0x0001

Definition at line 393 of file mwlreg.h.

◆ HostCmd_ACT_TX_POWER_OPT_SET_MID

#define HostCmd_ACT_TX_POWER_OPT_SET_MID   0x0002

Definition at line 392 of file mwlreg.h.

◆ HostCmd_ACT_USE_DEFAULT

#define HostCmd_ACT_USE_DEFAULT   0x0008

Definition at line 366 of file mwlreg.h.

◆ HostCmd_ACT_USE_FIXED_RATE

#define HostCmd_ACT_USE_FIXED_RATE   0x0001

Definition at line 358 of file mwlreg.h.

◆ HostCmd_CAPINFO_CF_POLLABLE

#define HostCmd_CAPINFO_CF_POLLABLE   0x0004

Definition at line 618 of file mwlreg.h.

◆ HostCmd_CAPINFO_CF_REQUEST

#define HostCmd_CAPINFO_CF_REQUEST   0x0008

Definition at line 619 of file mwlreg.h.

◆ HostCmd_CAPINFO_CHANNEL_AGILITY

#define HostCmd_CAPINFO_CHANNEL_AGILITY   0x0080

Definition at line 623 of file mwlreg.h.

◆ HostCmd_CAPINFO_DEFAULT

#define HostCmd_CAPINFO_DEFAULT   0x0000

Definition at line 615 of file mwlreg.h.

◆ HostCmd_CAPINFO_DSSS_OFDM

#define HostCmd_CAPINFO_DSSS_OFDM   0x2000

Definition at line 625 of file mwlreg.h.

◆ HostCmd_CAPINFO_ESS

#define HostCmd_CAPINFO_ESS   0x0001

Definition at line 616 of file mwlreg.h.

◆ HostCmd_CAPINFO_IBSS

#define HostCmd_CAPINFO_IBSS   0x0002

Definition at line 617 of file mwlreg.h.

◆ HostCmd_CAPINFO_PBCC

#define HostCmd_CAPINFO_PBCC   0x0040

Definition at line 622 of file mwlreg.h.

◆ HostCmd_CAPINFO_PRIVACY

#define HostCmd_CAPINFO_PRIVACY   0x0010

Definition at line 620 of file mwlreg.h.

◆ HostCmd_CAPINFO_SHORT_PREAMBLE

#define HostCmd_CAPINFO_SHORT_PREAMBLE   0x0020

Definition at line 621 of file mwlreg.h.

◆ HostCmd_CAPINFO_SHORT_SLOT

#define HostCmd_CAPINFO_SHORT_SLOT   0x0400

Definition at line 624 of file mwlreg.h.

◆ HostCmd_CMD_802_11_GET_STAT

#define HostCmd_CMD_802_11_GET_STAT   0x0014

Definition at line 275 of file mwlreg.h.

◆ HostCmd_CMD_802_11_RADIO_CONTROL

#define HostCmd_CMD_802_11_RADIO_CONTROL   0x001c

Definition at line 279 of file mwlreg.h.

◆ HostCmd_CMD_802_11_RF_ANTENNA

#define HostCmd_CMD_802_11_RF_ANTENNA   0x0020

Definition at line 281 of file mwlreg.h.

◆ HostCmd_CMD_802_11_RF_TX_POWER

#define HostCmd_CMD_802_11_RF_TX_POWER   0x001e

Definition at line 280 of file mwlreg.h.

◆ HostCmd_CMD_802_11_RTS_THSD

#define HostCmd_CMD_802_11_RTS_THSD   0x0113

Definition at line 287 of file mwlreg.h.

◆ HostCmd_CMD_802_11_SET_SLOT

#define HostCmd_CMD_802_11_SET_SLOT   0x0114

Definition at line 288 of file mwlreg.h.

◆ HostCmd_CMD_802_11H_DETECT_RADAR

#define HostCmd_CMD_802_11H_DETECT_RADAR   0x0120

Definition at line 290 of file mwlreg.h.

◆ HostCmd_CMD_AMPDU_RETRY_RATEDROP_MODE

#define HostCmd_CMD_AMPDU_RETRY_RATEDROP_MODE   0x1145

Definition at line 329 of file mwlreg.h.

◆ HostCmd_CMD_BASTREAM

#define HostCmd_CMD_BASTREAM   0x1125

Definition at line 315 of file mwlreg.h.

◆ HostCmd_CMD_BBP_REG_ACCESS

#define HostCmd_CMD_BBP_REG_ACCESS   0x001a

Definition at line 277 of file mwlreg.h.

◆ HostCmd_CMD_BSS_START

#define HostCmd_CMD_BSS_START   0x1100

Definition at line 300 of file mwlreg.h.

◆ HostCmd_CMD_CFEND_ENABLE

#define HostCmd_CMD_CFEND_ENABLE   0x1146

Definition at line 330 of file mwlreg.h.

◆ HostCmd_CMD_CODE_DNLD

#define HostCmd_CMD_CODE_DNLD   0x0001

Definition at line 271 of file mwlreg.h.

◆ HostCmd_CMD_DWDS_ENABLE

#define HostCmd_CMD_DWDS_ENABLE   0x1144

Definition at line 328 of file mwlreg.h.

◆ HostCmd_CMD_GET_BEACON

#define HostCmd_CMD_GET_BEACON   0x1138

Definition at line 322 of file mwlreg.h.

◆ HostCmd_CMD_GET_CALTABLE

#define HostCmd_CMD_GET_CALTABLE   0x1134

Definition at line 320 of file mwlreg.h.

◆ HostCmd_CMD_GET_HW_SPEC

#define HostCmd_CMD_GET_HW_SPEC   0x0003

Definition at line 272 of file mwlreg.h.

◆ HostCmd_CMD_GET_SEQNO

#define HostCmd_CMD_GET_SEQNO   0x1143

Definition at line 327 of file mwlreg.h.

◆ HostCmd_CMD_GET_TIM

#define HostCmd_CMD_GET_TIM   0x1142

Definition at line 326 of file mwlreg.h.

◆ HostCmd_CMD_GET_WATCHDOG_BITMAP

#define HostCmd_CMD_GET_WATCHDOG_BITMAP   0x0205

Definition at line 297 of file mwlreg.h.

◆ HostCmd_CMD_HT_GUARD_INTERVAL

#define HostCmd_CMD_HT_GUARD_INTERVAL   0x0124

Definition at line 292 of file mwlreg.h.

◆ HostCmd_CMD_MAC_MULTICAST_ADR

#define HostCmd_CMD_MAC_MULTICAST_ADR   0x0010

Definition at line 274 of file mwlreg.h.

◆ HostCmd_CMD_MAC_REG_ACCESS

#define HostCmd_CMD_MAC_REG_ACCESS   0x0019

Definition at line 276 of file mwlreg.h.

◆ HostCmd_CMD_RF_REG_ACCESS

#define HostCmd_CMD_RF_REG_ACCESS   0x001b

Definition at line 278 of file mwlreg.h.

◆ HostCmd_CMD_SET_AID

#define HostCmd_CMD_SET_AID   0x010d

Definition at line 283 of file mwlreg.h.

◆ HostCmd_CMD_SET_APMODE

#define HostCmd_CMD_SET_APMODE   0x1114

Definition at line 303 of file mwlreg.h.

◆ HostCmd_CMD_SET_BEACON

#define HostCmd_CMD_SET_BEACON   0x0100

Definition at line 282 of file mwlreg.h.

◆ HostCmd_CMD_SET_EDCA_PARAMS

#define HostCmd_CMD_SET_EDCA_PARAMS   0x0115

Definition at line 417 of file mwlreg.h.

◆ HostCmd_CMD_SET_FIXED_RATE

#define HostCmd_CMD_SET_FIXED_RATE   0x0126

Definition at line 293 of file mwlreg.h.

◆ HostCmd_CMD_SET_G_PROTECT_FLAG

#define HostCmd_CMD_SET_G_PROTECT_FLAG   0x010f

Definition at line 286 of file mwlreg.h.

◆ HostCmd_CMD_SET_HW_SPEC

#define HostCmd_CMD_SET_HW_SPEC   0x0004

Definition at line 273 of file mwlreg.h.

◆ HostCmd_CMD_SET_INFRA_MODE

#define HostCmd_CMD_SET_INFRA_MODE   0x010e

Definition at line 285 of file mwlreg.h.

◆ HostCmd_CMD_SET_KEEP_ALIVE

#define HostCmd_CMD_SET_KEEP_ALIVE   0x1112

Definition at line 302 of file mwlreg.h.

◆ HostCmd_CMD_SET_LINKADAPT_CS_MODE

#define HostCmd_CMD_SET_LINKADAPT_CS_MODE   0x0129

Definition at line 294 of file mwlreg.h.

◆ HostCmd_CMD_SET_MAC_ADDR

#define HostCmd_CMD_SET_MAC_ADDR   0x0202

Definition at line 295 of file mwlreg.h.

◆ HostCmd_CMD_SET_MIMOPSHT

#define HostCmd_CMD_SET_MIMOPSHT   0x1135

Definition at line 321 of file mwlreg.h.

◆ HostCmd_CMD_SET_N_PROTECT_FLAG

#define HostCmd_CMD_SET_N_PROTECT_FLAG   0x1131

Definition at line 317 of file mwlreg.h.

◆ HostCmd_CMD_SET_N_PROTECT_OPMODE

#define HostCmd_CMD_SET_N_PROTECT_OPMODE   0x1132

Definition at line 318 of file mwlreg.h.

◆ HostCmd_CMD_SET_NEW_STN

#define HostCmd_CMD_SET_NEW_STN   0x1111

Definition at line 301 of file mwlreg.h.

◆ HostCmd_CMD_SET_OPTIMIZATION_LEVEL

#define HostCmd_CMD_SET_OPTIMIZATION_LEVEL   0x1133

Definition at line 319 of file mwlreg.h.

◆ HostCmd_CMD_SET_POWERSAVESTATION

#define HostCmd_CMD_SET_POWERSAVESTATION   0x1140

Definition at line 324 of file mwlreg.h.

◆ HostCmd_CMD_SET_RATE_ADAPT_MODE

#define HostCmd_CMD_SET_RATE_ADAPT_MODE   0x0203

Definition at line 296 of file mwlreg.h.

◆ HostCmd_CMD_SET_REGION_CODE

#define HostCmd_CMD_SET_REGION_CODE   0x1139

Definition at line 323 of file mwlreg.h.

◆ HostCmd_CMD_SET_RF_CHANNEL

#define HostCmd_CMD_SET_RF_CHANNEL   0x010a

Definition at line 284 of file mwlreg.h.

◆ HostCmd_CMD_SET_RIFS

#define HostCmd_CMD_SET_RIFS   0x1126

Definition at line 316 of file mwlreg.h.

◆ HostCmd_CMD_SET_SWITCH_CHANNEL

#define HostCmd_CMD_SET_SWITCH_CHANNEL   0x1121

Definition at line 304 of file mwlreg.h.

◆ HostCmd_CMD_SET_TIM

#define HostCmd_CMD_SET_TIM   0x1141

Definition at line 325 of file mwlreg.h.

◆ HostCmd_CMD_SET_WMM_MODE

#define HostCmd_CMD_SET_WMM_MODE   0x0123

Definition at line 291 of file mwlreg.h.

◆ HostCmd_CMD_UPDATE_ENCRYPTION

#define HostCmd_CMD_UPDATE_ENCRYPTION   0x1122

Definition at line 310 of file mwlreg.h.

◆ HostCmd_NUM_OF_WEP_KEYS

#define HostCmd_NUM_OF_WEP_KEYS   4

Definition at line 373 of file mwlreg.h.

◆ HostCmd_RESULT_BUSY

#define HostCmd_RESULT_BUSY   0x0004

Definition at line 339 of file mwlreg.h.

◆ HostCmd_RESULT_ERROR

#define HostCmd_RESULT_ERROR   0x0001

Definition at line 336 of file mwlreg.h.

◆ HostCmd_RESULT_NOT_SUPPORT

#define HostCmd_RESULT_NOT_SUPPORT   0x0002

Definition at line 337 of file mwlreg.h.

◆ HostCmd_RESULT_OK

#define HostCmd_RESULT_OK   0x0000

Definition at line 335 of file mwlreg.h.

◆ HostCmd_RESULT_PARTIAL_DATA

#define HostCmd_RESULT_PARTIAL_DATA   0x0005

Definition at line 340 of file mwlreg.h.

◆ HostCmd_RESULT_PENDING

#define HostCmd_RESULT_PENDING   0x0003

Definition at line 338 of file mwlreg.h.

◆ HostCmd_SOFTAP_FWRDY_SIGNATURE

#define HostCmd_SOFTAP_FWRDY_SIGNATURE   0xF1F2F4A5

Definition at line 264 of file mwlreg.h.

◆ HostCmd_SOFTAP_MODE

#define HostCmd_SOFTAP_MODE   0xA5

Definition at line 261 of file mwlreg.h.

◆ HostCmd_STA_FWRDY_SIGNATURE

#define HostCmd_STA_FWRDY_SIGNATURE   0xF0F1F2F4

Definition at line 263 of file mwlreg.h.

◆ HostCmd_STA_MODE

#define HostCmd_STA_MODE   0x5A

Definition at line 260 of file mwlreg.h.

◆ HostCmd_TYPE_802_11A

#define HostCmd_TYPE_802_11A   0x0001

Definition at line 387 of file mwlreg.h.

◆ HostCmd_TYPE_802_11B

#define HostCmd_TYPE_802_11B   0x0002

Definition at line 388 of file mwlreg.h.

◆ HostCmd_TYPE_AUTO_PREAMBLE

#define HostCmd_TYPE_AUTO_PREAMBLE   0x0001

Definition at line 382 of file mwlreg.h.

◆ HostCmd_TYPE_CAM

#define HostCmd_TYPE_CAM   0x0000

Definition at line 413 of file mwlreg.h.

◆ HostCmd_TYPE_FAST_PSP

#define HostCmd_TYPE_FAST_PSP   0x0002

Definition at line 415 of file mwlreg.h.

◆ HostCmd_TYPE_LONG_PREAMBLE

#define HostCmd_TYPE_LONG_PREAMBLE   0x0003

Definition at line 384 of file mwlreg.h.

◆ HostCmd_TYPE_MAX_PSP

#define HostCmd_TYPE_MAX_PSP   0x0001

Definition at line 414 of file mwlreg.h.

◆ HostCmd_TYPE_SHORT_PREAMBLE

#define HostCmd_TYPE_SHORT_PREAMBLE   0x0002

Definition at line 383 of file mwlreg.h.

◆ HostCmd_TYPE_WEP_104_BIT

#define HostCmd_TYPE_WEP_104_BIT   0x0002

Definition at line 369 of file mwlreg.h.

◆ HostCmd_TYPE_WEP_128_BIT

#define HostCmd_TYPE_WEP_128_BIT   0x0003

Definition at line 370 of file mwlreg.h.

◆ HostCmd_TYPE_WEP_40_BIT

#define HostCmd_TYPE_WEP_40_BIT   0x0001

Definition at line 368 of file mwlreg.h.

◆ HostCmd_TYPE_WEP_TX_KEY

#define HostCmd_TYPE_WEP_TX_KEY   0x0004

Definition at line 371 of file mwlreg.h.

◆ HostCmd_WEP_KEY_INDEX_MASK

#define HostCmd_WEP_KEY_INDEX_MASK   0x3fffffff

Definition at line 375 of file mwlreg.h.

◆ HT_RATE_TYPE

#define HT_RATE_TYPE   1

Definition at line 686 of file mwlreg.h.

◆ ISR_RESET

#define ISR_RESET   (1<<15)

Definition at line 106 of file mwlreg.h.

◆ ISR_SRC_BITS

#define ISR_SRC_BITS
Value:
#define MACREG_A2HRIC_BIT_RX_RDY
Definition: mwlreg.h:70
#define MACREG_A2HRIC_BIT_OPC_DONE
Definition: mwlreg.h:71
#define MACREG_A2HRIC_BIT_TX_DONE
Definition: mwlreg.h:69
#define MACREG_A2HRIC_BIT_QUEUE_EMPTY
Definition: mwlreg.h:82
#define MACREG_A2HRIC_BIT_MAC_EVENT
Definition: mwlreg.h:72
#define MACREG_A2HRIC_BIT_RADAR_DETECT
Definition: mwlreg.h:78
#define MACREQ_A2HRIC_BIT_TX_ACK
Definition: mwlreg.h:87
#define MACREG_A2HRIC_BIT_CHAN_SWITCH
Definition: mwlreg.h:84
#define MACREG_A2HRIC_BIT_MIC_ERROR
Definition: mwlreg.h:81
#define MACREG_A2HRIC_BIT_ICV_ERROR
Definition: mwlreg.h:80
#define MACREG_A2HRIC_BIT_TX_WATCHDOG
Definition: mwlreg.h:85
#define MACREG_A2HRIC_BIT_BA_WATCHDOG
Definition: mwlreg.h:86

Definition at line 88 of file mwlreg.h.

◆ LEGACY_RATE_TYPE

#define LEGACY_RATE_TYPE   0

Definition at line 685 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_BA_WATCHDOG

#define MACREG_A2HRIC_BIT_BA_WATCHDOG   0x00000400

Definition at line 86 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_CHAN_SWITCH

#define MACREG_A2HRIC_BIT_CHAN_SWITCH   0x00001000

Definition at line 84 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_ICV_ERROR

#define MACREG_A2HRIC_BIT_ICV_ERROR   0x00000100

Definition at line 80 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_MAC_EVENT

#define MACREG_A2HRIC_BIT_MAC_EVENT   0x00000008

Definition at line 72 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_MASK

#define MACREG_A2HRIC_BIT_MASK   ISR_SRC_BITS

Definition at line 101 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_MIC_ERROR

#define MACREG_A2HRIC_BIT_MIC_ERROR   0x00000200

Definition at line 81 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_OPC_DONE

#define MACREG_A2HRIC_BIT_OPC_DONE   0x00000004

Definition at line 71 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_QUEUE_EMPTY

#define MACREG_A2HRIC_BIT_QUEUE_EMPTY   0x00004000

Definition at line 82 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_QUEUE_FULL

#define MACREG_A2HRIC_BIT_QUEUE_FULL   0x00000800

Definition at line 83 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_RADAR_DETECT

#define MACREG_A2HRIC_BIT_RADAR_DETECT   0x00000080

Definition at line 78 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_RADIO_OFF

#define MACREG_A2HRIC_BIT_RADIO_OFF   0x00000020

Definition at line 75 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_RADIO_ON

#define MACREG_A2HRIC_BIT_RADIO_ON   0x00000040

Definition at line 76 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_RX_PROBLEM

#define MACREG_A2HRIC_BIT_RX_PROBLEM   0x00000010

Definition at line 73 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_RX_RDY

#define MACREG_A2HRIC_BIT_RX_RDY   0x00000002

Definition at line 70 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_TX_DONE

#define MACREG_A2HRIC_BIT_TX_DONE   0x00000001

Definition at line 69 of file mwlreg.h.

◆ MACREG_A2HRIC_BIT_TX_WATCHDOG

#define MACREG_A2HRIC_BIT_TX_WATCHDOG   0x00002000

Definition at line 85 of file mwlreg.h.

◆ MACREG_H2ARIC_BIT_DOOR_BELL

#define MACREG_H2ARIC_BIT_DOOR_BELL   0x00000002

Definition at line 105 of file mwlreg.h.

◆ MACREG_H2ARIC_BIT_PPA_READY

#define MACREG_H2ARIC_BIT_PPA_READY   0x00000001

Definition at line 104 of file mwlreg.h.

◆ MACREG_INT_CODE_CMD_FINISHED

#define MACREG_INT_CODE_CMD_FINISHED   0x00000005

Definition at line 109 of file mwlreg.h.

◆ MACREG_REG_A2H_INTERRUPT_CAUSE

#define MACREG_REG_A2H_INTERRUPT_CAUSE   0x00000C30

Definition at line 55 of file mwlreg.h.

◆ MACREG_REG_A2H_INTERRUPT_CLEAR_SEL

#define MACREG_REG_A2H_INTERRUPT_CLEAR_SEL   0x00000C38

Definition at line 57 of file mwlreg.h.

◆ MACREG_REG_A2H_INTERRUPT_EVENTS

#define MACREG_REG_A2H_INTERRUPT_EVENTS   0x00000C2C

Definition at line 54 of file mwlreg.h.

◆ MACREG_REG_A2H_INTERRUPT_MASK

#define MACREG_REG_A2H_INTERRUPT_MASK   0x00000C34

Definition at line 56 of file mwlreg.h.

◆ MACREG_REG_A2H_INTERRUPT_STATUS_MASK

#define MACREG_REG_A2H_INTERRUPT_STATUS_MASK   0x00000C3C

Definition at line 58 of file mwlreg.h.

◆ MACREG_REG_CHIP_REV

#define MACREG_REG_CHIP_REV   0xa814 /* chip rev */

Definition at line 45 of file mwlreg.h.

◆ MACREG_REG_FW_PRESENT

#define MACREG_REG_FW_PRESENT   0x0000BFFC

Definition at line 64 of file mwlreg.h.

◆ MACREG_REG_GEN_PTR

#define MACREG_REG_GEN_PTR   0x00000C10

Definition at line 61 of file mwlreg.h.

◆ MACREG_REG_H2A_INTERRUPT_CAUSE

#define MACREG_REG_H2A_INTERRUPT_CAUSE   0x00000C1C

Definition at line 49 of file mwlreg.h.

◆ MACREG_REG_H2A_INTERRUPT_CLEAR_SEL

#define MACREG_REG_H2A_INTERRUPT_CLEAR_SEL   0x00000C24

Definition at line 51 of file mwlreg.h.

◆ MACREG_REG_H2A_INTERRUPT_EVENTS

#define MACREG_REG_H2A_INTERRUPT_EVENTS   0x00000C18

Definition at line 48 of file mwlreg.h.

◆ MACREG_REG_H2A_INTERRUPT_MASK

#define MACREG_REG_H2A_INTERRUPT_MASK   0x00000C20

Definition at line 50 of file mwlreg.h.

◆ MACREG_REG_H2A_INTERRUPT_STATUS_MASK

#define MACREG_REG_H2A_INTERRUPT_STATUS_MASK   0x00000C28

Definition at line 52 of file mwlreg.h.

◆ MACREG_REG_INT_CODE

#define MACREG_REG_INT_CODE   0x00000C14

Definition at line 62 of file mwlreg.h.

◆ MACREG_REG_PROMISCUOUS

#define MACREG_REG_PROMISCUOUS   0xA300

Definition at line 66 of file mwlreg.h.

◆ MACREG_REG_SCRATCH

#define MACREG_REG_SCRATCH   0x00000C40

Definition at line 63 of file mwlreg.h.

◆ MACREG_REG_TSF_HIGH

#define MACREG_REG_TSF_HIGH   0xa604 /* TSF hi */

Definition at line 44 of file mwlreg.h.

◆ MACREG_REG_TSF_LOW

#define MACREG_REG_TSF_LOW   0xa600 /* TSF lo */

Definition at line 43 of file mwlreg.h.

◆ MACREQ_A2HRIC_BIT_TX_ACK

#define MACREQ_A2HRIC_BIT_TX_ACK   0x00008000

Definition at line 87 of file mwlreg.h.

◆ MAX_BEACON_SIZE

#define MAX_BEACON_SIZE   1024

Definition at line 1318 of file mwlreg.h.

◆ MAX_ENCR_KEY_LENGTH

#define MAX_ENCR_KEY_LENGTH   16 /* max 128 bits - depends on type */

Definition at line 1017 of file mwlreg.h.

◆ MAX_RXWCB_QUEUES

#define MAX_RXWCB_QUEUES   1

Definition at line 129 of file mwlreg.h.

◆ MAX_TXWCB_QUEUES

#define MAX_TXWCB_QUEUES   TOTAL_TX_QUEUES - NUM_ACK_EVENT_QUEUE

Definition at line 128 of file mwlreg.h.

◆ MIC_KEY_LENGTH

#define MIC_KEY_LENGTH   8 /* size of Tx/Rx MIC key - 8 bytes*/

Definition at line 1018 of file mwlreg.h.

◆ MWL_ANT_INFO_SUPPORT

#define MWL_ANT_INFO_SUPPORT   /* per-antenna data in rx descriptor */

Definition at line 41 of file mwlreg.h.

◆ MWL_HAL_MCAST_MAX

#define MWL_HAL_MCAST_MAX   32

Definition at line 643 of file mwlreg.h.

◆ NUM_ACK_EVENT_QUEUE

#define NUM_ACK_EVENT_QUEUE   1

Definition at line 125 of file mwlreg.h.

◆ NUM_BA_QUEUES

#define NUM_BA_QUEUES   0

Definition at line 123 of file mwlreg.h.

◆ NUM_EDCA_QUEUES

#define NUM_EDCA_QUEUES   4

Define total number of TX queues in the shared memory. This count includes the EDCA queues, Block Ack queues, and HCCA queues In addition to this, there could be a management packet queue some time in the future

Definition at line 121 of file mwlreg.h.

◆ NUM_HCCA_QUEUES

#define NUM_HCCA_QUEUES   0

Definition at line 122 of file mwlreg.h.

◆ NUM_MGMT_QUEUES

#define NUM_MGMT_QUEUES   0

Definition at line 124 of file mwlreg.h.

◆ RATE_INDEX_MAX_ARRAY

#define RATE_INDEX_MAX_ARRAY   14

Definition at line 135 of file mwlreg.h.

◆ RETRY_COUNT_INVALID

#define RETRY_COUNT_INVALID   1

Definition at line 689 of file mwlreg.h.

◆ RETRY_COUNT_VALID

#define RETRY_COUNT_VALID   0

Definition at line 688 of file mwlreg.h.

◆ SET_HW_SPEC_DISABLEMBSS

#define SET_HW_SPEC_DISABLEMBSS   0x08

Definition at line 453 of file mwlreg.h.

◆ SET_HW_SPEC_HOST_POWERSAVE

#define SET_HW_SPEC_HOST_POWERSAVE   0x40

Definition at line 456 of file mwlreg.h.

◆ SET_HW_SPEC_HOSTENCRDECR_MGMT

#define SET_HW_SPEC_HOSTENCRDECR_MGMT   0x80

Definition at line 457 of file mwlreg.h.

◆ SET_HW_SPEC_HOSTFORM_BEACON

#define SET_HW_SPEC_HOSTFORM_BEACON   0x10

Definition at line 454 of file mwlreg.h.

◆ SET_HW_SPEC_HOSTFORM_PROBERESP

#define SET_HW_SPEC_HOSTFORM_PROBERESP   0x20

Definition at line 455 of file mwlreg.h.

◆ TOTAL_TX_QUEUES

Definition at line 126 of file mwlreg.h.

◆ TX_POWER_LEVEL_TOTAL

#define TX_POWER_LEVEL_TOTAL   8

Definition at line 810 of file mwlreg.h.

◆ TYPE_ANTENNA_DIVERSITY

#define TYPE_ANTENNA_DIVERSITY   0xffff

Definition at line 410 of file mwlreg.h.

◆ WOW_MAX_STATION

#define WOW_MAX_STATION   32

Definition at line 136 of file mwlreg.h.

Typedef Documentation

◆ HostCmd_DS_802_11_RF_ANTENNA

◆ HostCmd_FW_SET_BSSID

◆ HostCmd_FW_SET_MAC

typedef struct __packed HostCmd_FW_SET_MAC

Enumeration Type Documentation

◆ __packed

enum struct mwl_rxdesc __packed
Enumerator
StaInfoDbActionAddEntry 
StaInfoDbActionModifyEntry 
StaInfoDbActionRemoveEntry 

Definition at line 1158 of file mwlreg.h.

◆ BASTREAM_ACTION_TYPE

Enumerator
BaCreateStream 
BaUpdateStream 
BaDestroyStream 
BaFlushStream 
BaCheckCreateStream 

Definition at line 1184 of file mwlreg.h.

◆ ENCR_ACTION_TYPE

Enumerator
EncrActionEnableHWEncryption 
EncrActionTypeSetKey 
EncrActionTypeRemoveKey 
EncrActionTypeSetGroupKey 

Definition at line 1039 of file mwlreg.h.

Variable Documentation

◆ __packed