diff options
| author | Ravi Joshi <ravij@qca.qualcomm.com> | 2013-12-13 22:52:22 -0800 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@codeaurora.org> | 2014-01-16 21:45:56 -0800 |
| commit | a02f1d78e9c4d81aaa66b74169e102ba67f7c7aa (patch) | |
| tree | af63555cf652c1a631b91302137f8366637d694c /CORE/MAC/src/include | |
| parent | 791c922935fc4434e3f9bf4095312187d86dfe20 (diff) | |
wlan: ROME DFS Changes on branch
Implements DFS Channel Change for SAP in addition to
Radar Indication, random channel selection, SAP States
for CAC, partial changes for start beacon Indication.
.
Change-Id: I6b62e797b3c104ba716697d2bb2441aa5fccca7c
CRs-Fixed: 589876
Diffstat (limited to 'CORE/MAC/src/include')
| -rw-r--r-- | CORE/MAC/src/include/sirParams.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CORE/MAC/src/include/sirParams.h b/CORE/MAC/src/include/sirParams.h index 33ed8bed778a..f12920f14a66 100644 --- a/CORE/MAC/src/include/sirParams.h +++ b/CORE/MAC/src/include/sirParams.h @@ -634,6 +634,10 @@ typedef struct sSirMbMsgP2p #endif #endif +/* Handling of beacon tx indication from FW */ +#define SIR_HAL_BEACON_TX_SUCCESS_IND (SIR_HAL_ITC_MSG_TYPES_BEGIN + 242) +#define SIR_HAL_DFS_RADAR_IND (SIR_HAL_ITC_MSG_TYPES_BEGIN + 243) + #define SIR_HAL_MSG_TYPES_END (SIR_HAL_MSG_TYPES_BEGIN + 0x1FF) // CFG message types @@ -737,6 +741,7 @@ typedef struct sSirMbMsgP2p #define SIR_LIM_TDLS_LINK_SETUP_CNF_TIMEOUT (SIR_LIM_TIMEOUT_MSG_START + 0x2B) #endif #define SIR_LIM_CONVERT_ACTIVE_CHANNEL_TO_PASSIVE (SIR_LIM_TIMEOUT_MSG_START + 0x2C) + #define SIR_LIM_MSG_TYPES_END (SIR_LIM_MSG_TYPES_BEGIN+0xFF) // SCH message types |
