qcacmn: Add stub implementation when TWT is not enabled

Add stub implementation when TWT is not enabled.

Change-Id: I5a24376a04ebdaa88cbbc6cf4350d8de38bc6879
CRs-Fixed: 3488459
This commit is contained in:
David Oladunjoye
2023-05-04 15:22:25 -07:00
committed by Madan Koyyalamudi
parent b84e6e73fd
commit a6b80a2f32

View File

@@ -143,5 +143,13 @@ QDF_STATUS wlan_twt_deinit(void)
{
return QDF_STATUS_SUCCESS;
}
static inline
QDF_STATUS wlan_set_peer_twt_capabilities(struct wlan_objmgr_psoc *psoc,
struct qdf_mac_addr *peer_mac,
uint8_t peer_cap)
{
return QDF_STATUS_SUCCESS;
}
#endif
#endif /* _WLAN_TWT_API_H_ */