Pārlūkot izejas kodu

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

Change-Id: I25c3f1c89cf7f959f1296ec2075c6f44069a1d94
WMI: add auth_mode field to peer_assoc_complete cmd msg
CRs-Fixed: 2262693
spuligil 4 gadi atpakaļ
vecāks
revīzija
e222d6f8b7
2 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
fw/wmi_unified.h

@@ -14112,6 +14112,14 @@ typedef struct {
      */
     A_UINT32 bss_max_idle_option;
 
+    /*
+     * Connected AP auth mode values are from  WMI_AUTH_ enum.
+     * The target shall ignore an auth_mode value of 0 / WMI_AUTH_NONE,
+     * due to ambiguity whether a zero value was provided explicitly or
+     * simply as a default.
+     */
+    A_UINT32 auth_mode;
+
 /* Following this struct are the TLV's:
  *     A_UINT8 peer_legacy_rates[];
  *     A_UINT8 peer_ht_rates[];

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