Sfoglia il codice sorgente

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

Added new VDEV parameter WMI_VDEV_PARAM_SKIP_EAPOL_4WAY_HANDSHAKE in WMI_VDEV_SET_PARAM_CMDID
<Describe here the change summary in detail>

Change-Id: If63638120c8444f9fb26398b56e3a1786a8d5557
CRs-Fixed: 2262693
spuligil 5 anni fa
parent
commit
91adc9f718
2 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
fw/wmi_unified.h

@@ -10056,6 +10056,12 @@ WMI_VDEV_PARAM_ROAM_FW_OFFLOAD WMI_VDEV_PARAM **/
 #define WMI_ROAM_FW_OFFLOAD_ENABLE_FLAG                          0x1
 /* Enable Roaming module in FW to do scan based on Final BMISS */
 #define WMI_ROAM_BMISS_FINAL_SCAN_ENABLE_FLAG                    0x2
+/**
+	 * To enable/desable EAPOL_4WAY_HANDSHAKE process while roaming. 
+	 * param value = 0 --> Enable EAPOL 4way handshake
+     * param value = 1 --> Skip EAPOL 4way handshake  
+	 */
+#define WMI_VDEV_PARAM_SKIP_ROAM_EAPOL_4WAY_HANDSHAKE           0x4
 
 /** slot time long */
 #define WMI_VDEV_SLOT_TIME_LONG                                  0x1

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