qcacld-3.0: update mlme caps for the EHT

update the mlme data structures with eht capabilities.

Change-Id: I3d6b450d673d07560086383a6e32f5602d59ae41
CRs-Fixed: 2911882
This commit is contained in:
Arun Kumar Khandavalli
2021-02-26 20:51:23 +05:30
committed by snandini
parent 061fe45f3c
commit 40e2d02202
5 changed files with 53 additions and 1 deletions

View File

@@ -3129,4 +3129,14 @@ bool wlan_mlme_is_local_tpe_pref(struct wlan_objmgr_psoc *psoc);
*/
bool
wlan_mlme_is_data_stall_recovery_fw_supported(struct wlan_objmgr_psoc *psoc);
/**
* mlme_cfg_get_eht_caps() - Get the EHT capability info
* @psoc: pointer to psoc object
* @eht_cap: Caps that needs to be filled.
*
* Return: QDF Status
*/
QDF_STATUS mlme_cfg_get_eht_caps(struct wlan_objmgr_psoc *psoc,
tDot11fIEeht_cap *eht_cap);
#endif /* _WLAN_MLME_API_H_ */