Ver código fonte

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

Change-Id: I17520545cb7ce5e5c4b71957885b88343c3601e3
WMI: add WOW_TKIP_MIC_ERR_FRAME_RECVD wake reason
CRs-Fixed: 1107600
spuligil 7 anos atrás
pai
commit
342c750399
2 arquivos alterados com 3 adições e 1 exclusões
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -11686,6 +11686,7 @@ typedef enum event_type_e {
     WOW_11D_SCAN_EVENT,
     WOW_SAP_OBSS_DETECTION_EVENT,
     WOW_BSS_COLOR_COLLISION_DETECT_EVENT,
+    WOW_TKIP_MIC_ERR_FRAME_RECVD_EVENT,
 } WOW_WAKE_EVENT_TYPE;
 
 typedef enum wake_reason_e {
@@ -11744,6 +11745,7 @@ typedef enum wake_reason_e {
     WOW_REASON_WLAN_DHCP_RENEW,
     WOW_REASON_SAP_OBSS_DETECTION,
     WOW_REASON_BSS_COLOR_COLLISION_DETECT,
+    WOW_REASON_TKIP_MIC_ERR_FRAME_RECVD_DETECT,
 
     WOW_REASON_DEBUG_TEST = 0xFF,
 } WOW_WAKE_REASON_TYPE;

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