diff options
| author | Rajesh Chauhan <rajeshc@qca.qualcomm.com> | 2014-01-08 17:35:13 -0800 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@codeaurora.org> | 2014-01-18 02:43:09 -0800 |
| commit | 455fa9a7987a71e65624858287d705268acb097c (patch) | |
| tree | 6987caf7eaf1ad615fcaa2093081fc5b8fd5a81e | |
| parent | fd1e10c9303b443dc8dd684b26d74256ad8d9b4e (diff) | |
qcacld: update fw common interface files as per CL 810462
Add define for Fips mode in wmi header file.
Change-Id: Iba9ab38936356efdb23cbbc0f0fa1d9f7cdb109e
CRs-Fixed: 597701
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index e00b1839d6c6..594d6679dabe 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -3848,6 +3848,7 @@ typedef struct { #define WMI_PEER_PMF 0x08000000 /* Robust Management Frame Protection enabled */ /** CAUTION TODO: Place holder for WLAN_PEER_F_PS_PRESEND_REQUIRED = 0x10000000. Need to be clean up */ #define WMI_PEER_IS_P2P_CAPABLE 0x20000000 /* P2P capable peer */ +#define WMI_PEER_SAFEMODE_EN 0x80000000 /* Fips Mode Enabled */ /** * Peer rate capabilities. |
