qcacmn: Add set/get APIs to update eMLSR capability
Add set/get APIs to update the eMLSR capability bit. This flag is used to determine if the current MLO connection is eMLSR. Change-Id: Ib72131e4740387918addca551dc11b349cd79bba CRs-Fixed: 3220952
This commit is contained in:

committed by
Madan Koyyalamudi

parent
47812b3daa
commit
83d3a9032e
@@ -246,6 +246,8 @@
|
||||
#define WLAN_VDEV_C_BGSCAN 0x00000100
|
||||
/* CAPABILITY: Restrict offchannel */
|
||||
#define WLAN_VDEV_C_RESTRICT_OFFCHAN 0x00000200
|
||||
/* CAPABILITY: eMLSR capability */
|
||||
#define WLAN_VDEV_C_EMLSR_CAP 0x00000400
|
||||
|
||||
/* Invalid VDEV identifier */
|
||||
#define WLAN_INVALID_VDEV_ID 255
|
||||
|
Reference in New Issue
Block a user