Sfoglia il codice sorgente

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

Change-Id: Id9c37e996ed94c81a8f20a66ee26bf42217214e5
WMI: remove sae_preauth_indicator field from roam_frame_info
CRs-Fixed: 2262693
spuligil 3 anni fa
parent
commit
52bf2903dc
2 ha cambiato i file con 2 aggiunte e 7 eliminazioni
  1. 1 6
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 6
fw/wmi_unified.h

@@ -33933,7 +33933,7 @@ typedef struct {
      *     should be one of value in WMI_ROAM_FRAME_INFO_FRAME_TYPE_EXT_SUBTYPE.
      * request_or_response(1 bit) - Valid if frame_subtype is authentication.
      *      0 - Authentication request 1 - Authentication response
-     * auth_algo_num(4bits) : Lower 4 bits of 9.4.1.1 Authentication Algorithm
+     * auth_algo_num(5bits) : Lower 5 bits of 9.4.1.1 Authentication Algorithm
      *     Number field
      *     The auth_algo_num bits shall be ignored unless
      *     WMI_SERVICE_ROAM_STAT_PER_CANDIDATE_FRAME_INFO_SUPPORT is set and
@@ -33965,11 +33965,6 @@ typedef struct {
      */
     A_UINT32 retry_count;
     wmi_mac_addr bssid;      /* AP MAC address */
-    /* sae_preauth_indicator
-     * 1 -> SAE auth happened in host, so auth frame history saved in host
-     * 0 -> SAE auth not happened, so firmware will send auth frame info
-     */
-    A_UINT32 sae_preauth_indicator;
 } wmi_roam_frame_info;
 
 typedef enum {

+ 1 - 1
fw/wmi_version.h

@@ -37,7 +37,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_ 1142
+#define __WMI_REVISION_ 1143
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work