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
3c4fb6e9be
commit
9180c75d61
@@ -257,6 +257,16 @@ QDF_STATUS wlan_mlme_get_prevent_link_down(struct wlan_objmgr_psoc *psoc,
|
||||
QDF_STATUS wlan_mlme_get_select_5ghz_margin(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t *select_5ghz_margin);
|
||||
|
||||
/**
|
||||
* wlan_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
|
||||
*/
|
||||
QDF_STATUS wlan_mlme_get_rtt_mac_randomization(struct wlan_objmgr_psoc *psoc,
|
||||
bool *rtt_mac_randomization);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_crash_inject() - Get the crash inject config
|
||||
* @psoc: pointer to psoc object
|
||||
|
Reference in New Issue
Block a user