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

Commit 1cb390ca authored by spuligil's avatar spuligil Committed by Rahul Choudhary
Browse files

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

Add WMI_ROAM_PARAM_ROAM_UNSUPPORTED_6GHZ_POWERTYPE def

Change-Id: I8cf21a066b61d30edbc6d91702f5ca65d5e078e4
CRs-Fixed: 2262693
parent 599ef65e
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -40351,6 +40351,22 @@ typedef enum {
     */
    WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP = 8,
    /*
     * Roam param to indicate unsupported Power Type for 6 GHz Candidate AP
     * found during Roam Scan. If AP operates on the power type disabled by
     * the host, then that candidate should not be selected.
     * This unsupported Power Type will be configured based
     * on disabled 6GHz Power Types in Regdomain
     *
     * If below bits in the obtianed Bitmap is set then any AP
     * broadcasting these Power Types should not be selected
     * BIT 0   - Indoor Access Point
     * BIT 1   - Standard Power (SP) Access Point
     * BIT 2   - Very Low Power (VLP) Access Point
     * BIT 3-7 - Reserved
     */
    WMI_ROAM_PARAM_ROAM_UNSUPPORTED_6GHZ_POWERTYPE = 9,
    /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/
} WMI_ROAM_PARAM;
+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_ 1390
#define __WMI_REVISION_ 1391

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