Przeglądaj źródła

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

Change-Id: Ifaa566922e19f3a5acb9593b08a3b366be6b2b14
WMI: add ft_im_for_deauth field in roam_11r_offload TLV struct
CRs-Fixed: 2262693
spuligil 5 lat temu
rodzic
commit
9a24937d56
2 zmienionych plików z 8 dodań i 1 usunięć
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -13810,6 +13810,13 @@ typedef struct {
     A_UINT32 psk_msk_ext_len; /**length of psk_msk_ext*/
     A_UINT32 psk_msk_ext[ROAM_OFFLOAD_PSK_MSK_BYTES>>2];
     A_UINT32 adaptive_11r; /* FW needs to perform adaptive 11r roaming */
+    /*
+     * FW needs to perform FT initial moiblity association instead of
+     * FT roaming for deauth roam trigger
+     *     0 - To disable FT-IM
+     *     1 - To enable FT-IM
+     */
+    A_UINT32 ft_im_for_deauth;
 } 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_ 817
+#define __WMI_REVISION_ 818
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work