From bb433b22bbde8f547a3011cd8460614c214bd3fd Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Date: Tue, 27 Mar 2018 17:06:59 +0530 Subject: [PATCH] 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 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 57bdd926f3..e6129a6d00 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -1958,6 +1958,7 @@ struct roam_offload_scan_params { bool fw_pmksa_cache; #endif bool is_ese_assoc; + bool is_11r_assoc; struct mobility_domain_info mdid; #ifdef CONFIG_MCL /* THis is not available in non tlv target.