qcacmn: Add support for sending TWT enable command
Add WMI support for building and sending the WMI_TWT_ENABLE_CMDID to the firmware. Change-Id: Ifbda4d1668e2bcb2e33d044269908e8d4c8333a5 CRs-Fixed: 2244214
This commit is contained in:

committed by
nshrivas

parent
4b3b7e7110
commit
ade480af71
@@ -164,4 +164,13 @@ QDF_STATUS wmi_extract_twt_resume_dialog_comp_event(void *wmi_hdl,
|
||||
uint8_t *evt_buf,
|
||||
struct wmi_twt_resume_dialog_complete_event_param *params);
|
||||
|
||||
#ifdef WLAN_SUPPORT_TWT
|
||||
void wmi_twt_attach_tlv(struct wmi_unified *wmi_handle);
|
||||
#else
|
||||
static void wmi_twt_attach_tlv(struct wmi_unified *wmi_handle)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _WMI_UNIFIED_TWT_API_H_ */
|
||||
|
Reference in New Issue
Block a user