Home
last modified time | relevance | path

Searched refs:CFG_IS_SAE_ENABLED (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/
H A Dcfg_fwol_generic.h732 #define CFG_IS_SAE_ENABLED CFG_INI_BOOL( \ macro
736 #define __CFG_IS_SAE_ENABLED CFG(CFG_IS_SAE_ENABLED)
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/
H A Dwlan_fw_offload_main.c581 fwol_cfg->sae_enable = cfg_get(psoc, CFG_IS_SAE_ENABLED); in ucfg_fwol_init_sae_cfg()
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/
H A Dwlan_fwol_ucfg_api.c797 return cfg_get(psoc, CFG_IS_SAE_ENABLED); in ucfg_fwol_get_sae_enable()