qcacld-3.0: Add support to Dynamic TDLS enable
Add support to dynamic enabling the TDLS. Vendor subcmd: QCA_NL80211_VENDOR_SUBCMD_TDLS_ENABLE Change-Id: I3b9164ba04a4d9c23d7f580020966c222f8bd359 CRs-Fixed: 3562148
This commit is contained in:

committed by
Rahul Choudhary

parent
ea029e0c45
commit
bbece0a981
@@ -296,6 +296,17 @@ bool ucfg_mlme_get_tdls_prohibited(struct wlan_objmgr_vdev *vdev)
|
||||
return mlme_get_tdls_prohibited(vdev);
|
||||
}
|
||||
|
||||
/**
|
||||
* ucfg_mlme_get_tdls_chan_switch_prohibited() - get tdls chan switch prohibited
|
||||
* @vdev: vdev pointer
|
||||
*
|
||||
* Return: bool
|
||||
*/
|
||||
static inline
|
||||
bool ucfg_mlme_get_tdls_chan_switch_prohibited(struct wlan_objmgr_vdev *vdev)
|
||||
{
|
||||
return mlme_get_tdls_chan_switch_prohibited(vdev);
|
||||
}
|
||||
#ifdef MULTI_CLIENT_LL_SUPPORT
|
||||
/**
|
||||
* ucfg_mlme_get_wlm_multi_client_ll_caps() - Get multi client latency level
|
||||
|
Reference in New Issue
Block a user