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
Este commit está contenido en:
Gururaj Pandurangi
2022-06-14 12:54:27 -07:00
cometido por Madan Koyyalamudi
padre 47812b3daa
commit 83d3a9032e

Ver fichero

@@ -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