Эх сурвалжийг харах

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

Change-Id: I1e6d12071bb98806f1abe1c17e744086dc6d52bb
WMI: add service flag for WPA3_FT_FILS; add FT_RSNA_FILS auth types
CRs-Fixed: 2262693
spuligil 6 жил өмнө
parent
commit
15cc205fa3

+ 1 - 0
fw/wmi_services.h

@@ -388,6 +388,7 @@ typedef  enum  {
     WMI_SERVICE_THREE_WAY_COEX_CONFIG_OVERRIDE = 203, /* BTCOEX Three-way CoEx Config Override Feature support */
     WMI_SERVICE_TX_PWR_PER_PEER = 204, /* target supports per-peer tx pwr spec via WMI_PEER_USE_FIXED_PWR */
     WMI_SERVICE_NO_STA_PLUS_STA_SUPPORT = 205, /* indicates target doesn't support STA + STA concurrency */
+    WMI_SERVICE_WPA3_FT_FILS = 206,
 
 
     /******* ADD NEW SERVICES HERE *******/

+ 7 - 1
fw/wmi_unified.h

@@ -11740,6 +11740,8 @@ enum {
     WMI_AUTH_RSNA_SUITE_B_8021X_SHA384,
     WMI_AUTH_FT_RSNA_SAE,
     WMI_AUTH_FT_RSNA_SUITE_B_8021X_SHA384,
+    WMI_AUTH_FT_RSNA_FILS_SHA256,
+    WMI_AUTH_FT_RSNA_FILS_SHA384,
 };
 
 typedef enum {
@@ -17833,7 +17835,11 @@ typedef struct {
 typedef struct {
     /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_key_material_ext */
     A_UINT32 tlv_header;
-    A_UINT8  key_buffer[GTK_OFFLOAD_KEK_EXTENDED_BYTES+GTK_OFFLOAD_KCK_EXTENDED_BYTES+GTK_REPLAY_COUNTER_BYTES]; /*the split of kck, kek should be known to host based on akmp*/
+    /*
+     * key_buffer contains kck,kck2,kek,kek2,replay counter, in order
+     * The split between kck vs. kek should be known to host based on akmp.
+     */
+    A_UINT8  key_buffer[GTK_OFFLOAD_KEK_EXTENDED_BYTES+GTK_OFFLOAD_KCK_EXTENDED_BYTES+GTK_REPLAY_COUNTER_BYTES];
 } wmi_key_material_ext;
 
 typedef struct {

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