qcacld-3.0: Add support for FT over DS

Add support to enable the "FT over DS" via
QCA_WLAN_VENDOR_ATTR_CONFIG_FT_OVER_DS vendor config
command.

This configuration helps the firmware to support
“FT over DS” instead of “FT over Air”

Change-Id: I493bf15f83bc39135aaeefa9d8ef328f0fc0cda3
CRs-Fixed: 2968680
This commit is contained in:
Deeksha Gupta
2021-06-14 16:52:26 +05:30
committed by Madan Koyyalamudi
parent 99829f54e2
commit ed12a74d8c
9 changed files with 79 additions and 0 deletions

View File

@@ -2792,6 +2792,15 @@ wlan_mlme_get_roaming_offload(struct wlan_objmgr_psoc *psoc,
}
#endif
/**
* wlan_mlme_set_ft_over_ds() - Update ft_over_ds
* @psoc: pointer to psoc object
* @ft_over_ds_enable: value of ft_over_ds
*
* Return: QDF_STATUS
*/
QDF_STATUS wlan_mlme_set_ft_over_ds(struct wlan_objmgr_psoc *psoc,
uint8_t ft_over_ds_enable);
/**
* wlan_mlme_get_dfs_chan_ageout_time() - Get the DFS Channel ageout time
* @psoc: pointer to psoc object