qcacmn: Add mlo teardown support for standby active mode

Add mlo teardown support for standby active mode in
mlo setup sequences and wmi

Change-Id: Iaa727527c53ff0ad6c7682e039ef23fa537e1ae0
CRs-Fixed: 3613367
This commit is contained in:
Surya Prakash Raajen
2023-09-12 12:30:58 +05:30
committed by Rahul Choudhary
parent 3f6e59aef9
commit ff56ef27f4
3 changed files with 7 additions and 1 deletions

View File

@@ -48,11 +48,13 @@ struct wmi_mlo_ready_params {
* @WMI_HOST_MLO_TEARDOWN_REASON_DOWN: Wifi down
* @WMI_HOST_MLO_TEARDOWN_REASON_SSR: Wifi Recovery
* @WMI_HOST_MLO_TEARDOWN_REASON_MODE1_SSR: Recovery Mode1 SSR teardown
* @WMI_HOST_MLO_TEARDOWN_REASON_STANDBY: Network Standby mode teardown
*/
enum wmi_mlo_teardown_reason {
WMI_HOST_MLO_TEARDOWN_REASON_DOWN,
WMI_HOST_MLO_TEARDOWN_REASON_SSR,
WMI_HOST_MLO_TEARDOWN_REASON_MODE1_SSR,
WMI_HOST_MLO_TEARDOWN_REASON_STANDBY,
};
/** struct wmi_mlo_teardown_params - MLO teardown command params