Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74b1dac5 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I4778c7e7c61c04c7dbe8026f42747252f58ca510
WMI: add ROAM_PMKID_REQUEST as WoW wake reason
CRs-Fixed: 2262693
parent 7a0df900
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ typedef enum {
    /** AP power save specific config */
    /** set AP power save specific param */
    WMI_AP_PS_PEER_PARAM_CMDID = WMI_CMD_GRP_START_ID(WMI_GRP_AP_PS),
    /** set AP UAPSD coex pecific param */
    /** set AP UAPSD coex specific param */
    WMI_AP_PS_PEER_UAPSD_COEX_CMDID,
    /** set Enhanced Green AP param */
    WMI_AP_PS_EGAP_PARAM_CMDID,
@@ -13762,6 +13762,7 @@ typedef enum event_type_e {
    WOW_BSS_COLOR_COLLISION_DETECT_EVENT,
    WOW_TKIP_MIC_ERR_FRAME_RECVD_EVENT,
    WOW_ROAM_PREAUTH_START_EVENT,
    WOW_ROAM_PMKID_REQUEST_EVENT,
} WOW_WAKE_EVENT_TYPE;
typedef enum wake_reason_e {
@@ -13827,6 +13828,7 @@ typedef enum wake_reason_e {
    WOW_REASON_PKT_CAPTURE_MODE_WAKE,
    WOW_REASON_PAGE_FAULT, /* Host wake up due to page fault */
    WOW_REASON_ROAM_PREAUTH_START,
    WOW_REASON_ROAM_PMKID_REQUEST,
    /* add new WOW_REASON_ defs before this line */
    WOW_REASON_MAX,
@@ -24032,7 +24034,7 @@ static INLINE A_UINT8 *wmi_id_to_name(A_UINT32 wmi_command)
        /* AP power save specific config
         * set AP power save specific param */
        WMI_RETURN_STRING(WMI_AP_PS_PEER_PARAM_CMDID);
        /* set AP UAPSD coex pecific param */
        /* set AP UAPSD coex specific param */
        WMI_RETURN_STRING(WMI_AP_PS_PEER_UAPSD_COEX_CMDID);
        /* Rate-control specific commands */
+1 −1
Original line number Diff line number Diff line
@@ -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_ 708
#define __WMI_REVISION_ 709

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work