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

Commit 531154bf authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

add WMI_PEER_STA_KICKOUT_REASON_PMF_ERROR def

Change-Id: I3d9428fa81ac44505299b19c7e70cf68da875882
CRs-Fixed: 2262693
parent 11c35d5e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23093,6 +23093,7 @@ typedef enum wmi_peer_sta_kickout_reason {
    WMI_PEER_STA_KICKOUT_REASON_TDLS_DISCONNECT = 4,    /* TDLS peer has disappeared. All tx is failing */
    WMI_PEER_STA_KICKOUT_REASON_SA_QUERY_TIMEOUT = 5,
    WMI_PEER_STA_KICKOUT_REASON_ROAMING_EVENT = 6,      /* Directly connected peer has roamed to a repeater */
    WMI_PEER_STA_KICKOUT_REASON_PMF_ERROR = 7,          /* PMF error threshold is hit */
} PEER_KICKOUT_REASON;
typedef struct {
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,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_ 1397
#define __WMI_REVISION_ 1398

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