qcacld-3.0: Remove legacy scan and ap protection related ini items
Remove the following scan and ap protection related ini items: CFG_AP_ENABLE_PROTECTION_MODE_NAME CFG_ENABLE_MAC_ADDR_SPOOFING CFG_SCAN_AGING_PARAM_NAME Replace the corresponding hdd_config variables and replace these variable callers with ucfg api from corresponding module. Change-Id: I99a2659e2151ad285e9451b9e9cc036a199581a3 CRs-Fixed: 2378991
This commit is contained in:

committed by
nshrivas

parent
5f18226bd8
commit
f37f393792
@@ -762,6 +762,14 @@ QDF_STATUS mlme_update_tgt_he_caps_in_cfg(struct wlan_objmgr_psoc *psoc,
|
||||
struct wma_tgt_cfg *cfg);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* wlan_mlme_is_ap_prot_enabled() - check if sap protection is enabled
|
||||
* @psoc: pointer to psoc object
|
||||
*
|
||||
* Return: is_ap_prot_enabled flag
|
||||
*/
|
||||
bool wlan_mlme_is_ap_prot_enabled(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_ap_protection_mode() - Get ap_protection_mode value
|
||||
* @psoc: pointer to psoc object
|
||||
|
Reference in New Issue
Block a user