Searched refs:WLAN_CRYPTO_KEY_MGMT_PSK (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/ |
H A D | wlan_crypto_global_def.h | 256 WLAN_CRYPTO_KEY_MGMT_PSK = 1, enumerator 714 QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK) || \ 733 (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK) || \
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
H A D | wlan_scan_filter.c | 254 WLAN_CRYPTO_KEY_MGMT_PSK || in scm_check_and_update_adaptive_11r_key_mgmt_support() 257 first_key_mgmt = WLAN_CRYPTO_KEY_MGMT_PSK; in scm_check_and_update_adaptive_11r_key_mgmt_support() 271 if (first_key_mgmt == WLAN_CRYPTO_KEY_MGMT_PSK) in scm_check_and_update_adaptive_11r_key_mgmt_support()
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/ |
H A D | wlan_nl_to_crypto_params.c | 96 .akm_type_crypto = WLAN_CRYPTO_KEY_MGMT_PSK,
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/ |
H A D | wlan_crypto_global_api.c | 2444 case WLAN_CRYPTO_KEY_MGMT_PSK: in wlan_crypto_rsn_keymgmt_to_suite() 2503 case WLAN_CRYPTO_KEY_MGMT_PSK: in wlan_crypto_wpa_keymgmt_to_suite() 2547 return WLAN_CRYPTO_KEY_MGMT_PSK; in wlan_crypto_wpa_suite_to_keymgmt() 2604 return WLAN_CRYPTO_KEY_MGMT_PSK; in wlan_crypto_rsn_suite_to_keymgmt() 2977 } else if (HAS_KEY_MGMT(crypto_params, WLAN_CRYPTO_KEY_MGMT_PSK)) { in wlan_crypto_build_wpaie() 2979 WPA_ADD_KEYMGMT_TO_SUITE(frm, WLAN_CRYPTO_KEY_MGMT_PSK); in wlan_crypto_build_wpaie() 3074 if (HAS_KEY_MGMT(crypto_params, WLAN_CRYPTO_KEY_MGMT_PSK)) { in wlan_crypto_build_rsnie_with_pmksa() 3076 RSN_ADD_KEYMGMT_TO_SUITE(frm, WLAN_CRYPTO_KEY_MGMT_PSK); in wlan_crypto_build_rsnie_with_pmksa() 4292 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK)) in wlan_crypto_get_secure_akm_available() 4293 return WLAN_CRYPTO_KEY_MGMT_PSK; in wlan_crypto_get_secure_akm_available()
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
H A D | csr_api_scan.c | 640 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK)) in csr_fill_rsn_auth_type() 663 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK)) in csr_fill_wpa_auth_type()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_vdev_connect.c | 422 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK)) in cm_diag_get_akm_str() 438 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK)) in cm_diag_get_akm_str()
|
H A D | wlan_cm_roam_offload.c | 1621 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK)) in cm_get_rsn_wmi_auth_type() 1644 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK)) in cm_get_wpa_wmi_auth_type()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_bss_scoring.c | 540 } else if (QDF_HAS_PARAM(key_mgmt, WLAN_CRYPTO_KEY_MGMT_PSK) || in cm_calculate_security_score()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_sme_req_messages.c | 3845 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK)) in lim_get_wpa_akm() 3882 else if (QDF_HAS_PARAM(akm, WLAN_CRYPTO_KEY_MGMT_PSK)) in lim_get_rsn_akm()
|