Bladeren bron

fw-api: CL 13943130 - update fw common interface files

Change-Id: Ie843f9b749294fe35cdf788edd5623fea9027f56
WMI: add ft_over_ds_enable field in roam_11r_offload param
CRs-Fixed: 2262693
spuligil 3 jaren geleden
bovenliggende
commit
b744556e0c
2 gewijzigde bestanden met toevoegingen van 8 en 1 verwijderingen
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -15788,6 +15788,13 @@ typedef struct {
      *     1 - To enable FT-IM
      */
     A_UINT32 ft_im_for_deauth;
+    /*
+     * FW can prefer doing over-the-ds fast BSS transition instead of
+     * over-the-air if associated and target AP are both capable of FT over DS.
+     *     0 - To disable FT-over-DS
+     *     1 - To enable FT-over-DS
+     */
+    A_UINT32 ft_over_ds_enable;
 } wmi_roam_11r_offload_tlv_param;
 
 /* This TLV will be filled only in case of ESE */

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 992
+#define __WMI_REVISION_ 993
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work