qcacld-3.0: Add RTT related CFG item
ADD RTT MAC randomization CFG item based on converged cfg component Change-Id: I0e1203fc3b3cdab8d9f331c90092b460a02f0fbf CRs-Fixed: 2349709
This commit is contained in:

committed by
nshrivas

parent
633c391941
commit
7a68e31cac
@@ -261,6 +261,20 @@ QDF_STATUS ucfg_mlme_get_select_5ghz_margin(struct wlan_objmgr_psoc *psoc,
|
||||
return wlan_mlme_get_select_5ghz_margin(psoc, select_5ghz_margin);
|
||||
}
|
||||
|
||||
/**
|
||||
* ucfg_mlme_get_rtt_mac_randomization() - Get the RTT MAC randomization config
|
||||
* @psoc: pointer to psoc object
|
||||
* @rtt_mac_randomization: Pointer to the variable from caller
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
static inline
|
||||
QDF_STATUS ucfg_mlme_get_rtt_mac_randomization(struct wlan_objmgr_psoc *psoc,
|
||||
bool *rtt_mac_randomization)
|
||||
{
|
||||
return wlan_mlme_get_rtt_mac_randomization(psoc, rtt_mac_randomization);
|
||||
}
|
||||
|
||||
/**
|
||||
* ucfg_mlme_get_crash_inject() - Get the crash inject config
|
||||
* @psoc: pointer to psoc object
|
||||
|
Reference in New Issue
Block a user