qcacmn: add MLME changes for ML reconfig
1) add op flags to indicate Link removal in progress 2) update API to include link removal check for ML peer create 3) add API to check whether all link peers to be deleted. CRs-Fixed: 3341256 Change-Id: I8fabd19d3321315eb13d874a7e9b2e93392a7886
This commit is contained in:

committed by
Madan Koyyalamudi

부모
9c289d3485
커밋
3bae1f975c
@@ -227,6 +227,12 @@
|
||||
* Broadcast TWT element
|
||||
*/
|
||||
#define WLAN_VDEV_OP_CU_CAT2 0x00100000
|
||||
/* for mlo reconfig link removal functionality */
|
||||
#define WLAN_VDEV_OP_MLO_STOP_LINK_DEL 0x00200000
|
||||
/* for mlo reconfig link add functionality */
|
||||
#define WLAN_VDEV_OP_MLO_LINK_ADD 0x00400000
|
||||
/* for mlo reconfig link removal TBTT complete */
|
||||
#define WLAN_VDEV_OP_MLO_LINK_TBTT_COMPLETE 0x00800000
|
||||
|
||||
/* CAPABILITY: IBSS available */
|
||||
#define WLAN_VDEV_C_IBSS 0x00000001
|
||||
|
Reference in New Issue
Block a user