qcacmn: Populate TWT target capabilities
Read TWT target capabilities and update the TWT object manager data structure. Change-Id: I03a4b8f367ccc749443139cbedb3c76e4ef8cd39 CRs-Fixed: 3085366
This commit is contained in:

committed by
Madan Koyyalamudi

orang tua
415b9134bf
melakukan
fb22b66fd2
@@ -100,6 +100,18 @@ QDF_STATUS
|
||||
ucfg_twt_get_all_twt_enabled(struct wlan_objmgr_psoc *psoc,
|
||||
bool *val);
|
||||
|
||||
/**
|
||||
* ucfg_twt_check_all_twt_support() - Check if all TWT sessions capability is
|
||||
* supported or not
|
||||
* @psoc: Pointer to psoc object
|
||||
* @dialog_id: dialod id
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS
|
||||
ucfg_twt_check_all_twt_support(struct wlan_objmgr_psoc *psoc,
|
||||
uint32_t dialog_id);
|
||||
|
||||
/**
|
||||
* ucfg_twt_get_twt_stats_enabled() - get twt stats enabled
|
||||
* @psoc: psoc handle
|
||||
|
Reference in New Issue
Block a user