Home
last modified time | relevance | path

Searched refs:WLAN_CRYPTO_KEY_MGMT_DPP (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_def.h278 WLAN_CRYPTO_KEY_MGMT_DPP = 23, enumerator
744 QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_DPP) || \
/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/
H A Dwlan_nl_to_crypto_params.c198 .akm_type_crypto = WLAN_CRYPTO_KEY_MGMT_DPP,
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c2476 case WLAN_CRYPTO_KEY_MGMT_DPP: in wlan_crypto_rsn_keymgmt_to_suite()
2636 return WLAN_CRYPTO_KEY_MGMT_DPP; in wlan_crypto_rsn_suite_to_keymgmt()
3141 if (HAS_KEY_MGMT(crypto_params, WLAN_CRYPTO_KEY_MGMT_DPP)) { in wlan_crypto_build_rsnie_with_pmksa()
3143 RSN_ADD_KEYMGMT_TO_SUITE(frm, WLAN_CRYPTO_KEY_MGMT_DPP); in wlan_crypto_build_rsnie_with_pmksa()
4276 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_DPP)) in wlan_crypto_get_secure_akm_available()
4277 return WLAN_CRYPTO_KEY_MGMT_DPP; in wlan_crypto_get_secure_akm_available()
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_scan.c628 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_DPP)) in csr_fill_rsn_auth_type()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_connect.c410 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_DPP)) in cm_diag_get_akm_str()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c530 QDF_HAS_PARAM(key_mgmt, WLAN_CRYPTO_KEY_MGMT_DPP) || in cm_calculate_security_score()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_sme_req_messages.c3870 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_DPP)) in lim_get_rsn_akm()