qcacmn: Add support to handle twt notify event
Add support to handle twt notify event from firmware. Change-Id: Ia4a84b0f3cfb76401681707c08e8169d07dacdbd CRs-Fixed: 2847179
This commit is contained in:

committed by
snandini

parent
d384cff416
commit
d7ec7b4010
@@ -1,6 +1,5 @@
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -242,6 +241,20 @@ QDF_STATUS wmi_extract_twt_resume_dialog_comp_event(
|
||||
uint8_t *evt_buf,
|
||||
struct wmi_twt_resume_dialog_complete_event_param *params);
|
||||
|
||||
/**
|
||||
* wmi_extract_twt_notify_event() - Extract WMI event params for TWT
|
||||
* notify event
|
||||
* @wmi_handle: wmi handle
|
||||
* @evt_buf: Pointer event buffer
|
||||
* @params: Parameters to extract
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_extract_twt_notify_event(
|
||||
wmi_unified_t wmi_handle,
|
||||
uint8_t *evt_buf,
|
||||
struct wmi_twt_notify_event_param *params);
|
||||
|
||||
#ifdef WLAN_SUPPORT_BCAST_TWT
|
||||
/**
|
||||
* wmi_extract_twt_btwt_invite_sta_comp_event() - Extract WMI event params for
|
||||
|
Reference in New Issue
Block a user