qcacld-3.0: Add new ini to enable/disable R-STA 11az support
Add new ini "enable_responder_11az_support" to enable/disable R-STA 11az support. Change-Id: If99f19eb88a6db31364f010db0f257ece45e6527 CRs-Fixed: 3295310
This commit is contained in:

committed by
Madan Koyyalamudi

parent
97fefb1f62
commit
b70d93c705
@@ -2348,7 +2348,10 @@ mlme_init_wifi_pos_11az_config(struct wlan_objmgr_psoc *psoc,
|
||||
{
|
||||
bool rsta_sec_ltf_enabled =
|
||||
cfg_get(psoc, CFG_RESPONDER_SECURE_LTF_SUPPORT);
|
||||
bool rsta_11az_ranging_enabled = cfg_get(psoc,
|
||||
CFG_RESPONDER_11AZ_SUPPORT);
|
||||
|
||||
wifi_pos_set_rsta_11az_ranging_cap(rsta_11az_ranging_enabled);
|
||||
wifi_pos_set_rsta_sec_ltf_cap(rsta_sec_ltf_enabled);
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user