diff options
| author | Abhinav Kumar <abhikuma@codeaurora.org> | 2018-03-27 17:06:59 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-02 22:33:02 -0700 |
| commit | 126b7878799d542b06ef3f12b442ae54fa2bc49c (patch) | |
| tree | e61cf3816d8ae4bfa7caa35c017b3fe2280fccd3 /wmi/inc/wmi_unified_param.h | |
| parent | 77056824e7136e246261d74c388441585ca48316 (diff) | |
qcacmn: Add new ini to enable/disable FT open feature
Add new ini item "enable_ftopen" to enable/disable
FT open feature. There is no ini currently to
disable only FT open.
Add sanity check to send 11r params in case of FT open
to fw only when enable_ftopen is enabled
Change-Id: Ifb27aea8de8c8837f8eda329e1247abfadabb628
CRs-Fixed: 2214772
Diffstat (limited to 'wmi/inc/wmi_unified_param.h')
| -rw-r--r-- | wmi/inc/wmi_unified_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 5aec61113eae..9ead04fe1023 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -1907,6 +1907,7 @@ struct roam_offload_scan_params { bool fw_pmksa_cache; #endif bool is_ese_assoc; + bool is_11r_assoc; struct mobility_domain_info mdid; #ifndef WMI_NON_TLV_SUPPORT /* THis is not available in non tlv target. |
