Selaa lähdekoodia

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

Add def of WMI_SCN_STOP_HOST_VAP_ALL flag

Change-Id: Ic246eb58bd37cabf4aa6e71d601fc9572104e4e1
CRs-Fixed: 2262693
spuligil 5 vuotta sitten
vanhempi
sitoutus
771ed3fdab
3 muutettua tiedostoa jossa 18 lisäystä ja 4 poistoa
  1. 1 0
      fw/wmi_services.h
  2. 16 3
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_services.h

@@ -431,6 +431,7 @@ typedef  enum  {
     WMI_SERVICE_PERIODIC_FRAME_INJECT_SUPPORT = 240, /* Indicates FW supports periodic frame injection */
     WMI_SERVICE_NDI_NDI_STA_SUPPORT = 241, /* Indicates FW support for STA+NDI+NDI */
     WMI_SERVICE_BW_TRUE_160_SUPPORT = 242, /* Indicates FW supports true 160 BW */
+    WMI_SERVICE_HOST_SCAN_STOP_VDEV_ALL_SUPPORT = 243, /* Indicates FW supports scan stop mode WMI_SCN_STOP_HOST_VAP_ALL */
 
 
     /******* ADD NEW SERVICES HERE *******/

+ 16 - 3
fw/wmi_unified.h

@@ -4114,9 +4114,22 @@ typedef enum {
  * #define IEEE80211_VAP_SCAN            0x01000000
  * #define IEEE80211_ALL_SCANS           0x04000000
  */
-#define WMI_SCAN_STOP_ONE       0x00000000
-#define WMI_SCN_STOP_VAP_ALL    0x01000000
-#define WMI_SCAN_STOP_ALL       0x04000000
+/* WMI_SCAN_STOP_ONE:
+ * Stop one scan which matches with scan_id provided in scan stop command.
+ */
+#define WMI_SCAN_STOP_ONE         0x00000000
+/* WMI_SCN_STOP_VAP_ALL:
+ * Stop all scans (host scans and FW internal scans) on provided vdev.
+ */
+#define WMI_SCN_STOP_VAP_ALL      0x01000000
+/* WMI_SCN_STOP_HOST_VAP_ALL:
+ * Stop all host scans on provided vdev.
+ */
+#define WMI_SCN_STOP_HOST_VAP_ALL 0x02000000
+/* WMI_SCAN_STOP_ALL:
+ * Stop all scans (host scans and FW internal scans) on all vdevs.
+ */
+#define WMI_SCAN_STOP_ALL         0x04000000
 
 /** extended Scan ctrl flags **/
 #define WMI_SCAN_FLAG_EXT_DBS_SCAN_POLICY_MASK 0x00000003 /* Bit 0-1 reserved for DBS scan selection policy.*/

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