fw-api: CL 24632751 - update fw common interface files
Add WMI_ROAM_PARAM_ROAM_UNSUPPORTED_6GHZ_POWERTYPE def Change-Id: I8cf21a066b61d30edbc6d91702f5ca65d5e078e4 CRs-Fixed: 2262693
This commit is contained in:

committed by
Rahul Choudhary

parent
599ef65ed2
commit
1cb390ca6c
@@ -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;
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user