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

Commit e222d6f8 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I25c3f1c89cf7f959f1296ec2075c6f44069a1d94
WMI: add auth_mode field to peer_assoc_complete cmd msg
CRs-Fixed: 2262693
parent be65c2ec
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -14112,6 +14112,14 @@ typedef struct {
     */
    A_UINT32 bss_max_idle_option;
    /*
     * Connected AP auth mode values are from  WMI_AUTH_ enum.
     * The target shall ignore an auth_mode value of 0 / WMI_AUTH_NONE,
     * due to ambiguity whether a zero value was provided explicitly or
     * simply as a default.
     */
    A_UINT32 auth_mode;
/* Following this struct are the TLV's:
 *     A_UINT8 peer_legacy_rates[];
 *     A_UINT8 peer_ht_rates[];
+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_ 943
#define __WMI_REVISION_ 944

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