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

Commit 8fcfac1b authored by spuligil's avatar spuligil Committed by Gerrit - the friendly Code Review server
Browse files

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

Change-Id: I9a308769efba3584cf434b074ee86dc2f8cb1523
WMI: add min_dwell_time_6ghz field to start_scan_cmd msg
CRs-Fixed: 2262693
parent 92167fed
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4545,6 +4545,13 @@ typedef struct {
     * Offset time is in milliseconds per channel.
     */
    A_UINT32 scan_start_offset;
    /**
     * minimum dwell time in msec for 6 GHz channel
     * We'll listen for this time on the channel; if no beacon /
     * probe response / FILS frame are received during this time
     * we'll move to next channel.
     */
    A_UINT32 min_dwell_time_6ghz;
/**
 * TLV (tag length value) parameters follow the scan_cmd
+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_ 1026
#define __WMI_REVISION_ 1027

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