Browse Source

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

Change-Id: I70999c5941e1a0ce3dd394c285b4887690c4664a
WMI: add flags field in WMI_ENABLE_FILS_CMD msg
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
dc05a9591b
2 changed files with 13 additions and 4 deletions
  1. 12 3
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 12 - 3
fw/wmi_unified.h

@@ -9641,9 +9641,9 @@ typedef enum {
 /* Control to enable/disable FILS discovery frame tx in non-HT duplicate */
 #define WMI_VDEV_6GHZ_BITMAP_NON_HT_DUPLICATE_FD_FRAME                  0x4
 /* Control to enable/disable periodic FILS discovery frame transmission */
-#define WMI_VDEV_6GHZ_BITMAP_FD_FRAME                                   0x8
+#define WMI_VDEV_6GHZ_BITMAP_FD_FRAME                                   0x8  /* deprecated */
 /* Control to enable/disable periodic broadcast probe response transmission */
-#define WMI_VDEV_6GHZ_BITMAP_BCAST_PROBE_RSP                            0x10
+#define WMI_VDEV_6GHZ_BITMAP_BCAST_PROBE_RSP                            0x10 /* deprecated */
 
 /** the definition of different VDEV parameters */
 typedef enum {
@@ -13197,6 +13197,13 @@ typedef struct wmi_fd_send_from_host {
     A_UINT32 frame_ctrl; /* frame ctrl to setup PPDU desc */
 } wmi_fd_send_from_host_cmd_fixed_param;
 
+/*
+ * Control to send broadcast probe response instead of FD frames.
+ * When this flag is not set then FD frame will be transmitted when
+ * fd_period is non-zero
+ */
+#define WMI_FILS_FLAGS_BITMAP_BCAST_PROBE_RSP   0x1
+
 /*
  * WMI command structure for FILS feature enable/disable
  */
@@ -13204,7 +13211,9 @@ typedef struct {
     A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_enable_fils_cmd_fixed_param  */
     /* VDEV identifier */
     A_UINT32 vdev_id;
-    A_UINT32 fd_period; /* non-zero - enable Fils Discovery frames with this period (in TU), 0 - disable FD frames */
+    A_UINT32 fd_period; /* non-zero - enable Fils Discovery frames or broadcast probe response with this period (in TU),
+                         * 0 - disable FD and broadcast probe response frames */
+    A_UINT32 flags; /* WMI_FILS_FLAGS_BITMAP flags */
 } wmi_enable_fils_cmd_fixed_param;
 
 /*

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