Home
last modified time | relevance | path

Searched refs:authmodeset (Results 1 – 20 of 20) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_scan.c683 uint32_t authmodeset, uint32_t akm, in csr_fill_auth_type() argument
686 if (!authmodeset) { in csr_fill_auth_type()
691 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_NONE) || in csr_fill_auth_type()
692 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_OPEN)) { in csr_fill_auth_type()
697 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_AUTO)) { in csr_fill_auth_type()
708 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_SHARED)) { in csr_fill_auth_type()
713 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_8021X) || in csr_fill_auth_type()
714 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_RSNA) || in csr_fill_auth_type()
715 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_CCKM) || in csr_fill_auth_type()
716 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_SAE) || in csr_fill_auth_type()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_vdev_connect.c634 uint32_t authmodeset, uint32_t akm, in cm_diag_get_auth_type() argument
637 if (!authmodeset) { in cm_diag_get_auth_type()
642 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_NONE) || in cm_diag_get_auth_type()
643 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_OPEN)) { in cm_diag_get_auth_type()
648 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_AUTO)) { in cm_diag_get_auth_type()
659 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_SHARED)) { in cm_diag_get_auth_type()
664 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_8021X) || in cm_diag_get_auth_type()
665 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_RSNA) || in cm_diag_get_auth_type()
666 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_CCKM) || in cm_diag_get_auth_type()
667 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_SAE) || in cm_diag_get_auth_type()
[all …]
Dwlan_cm_roam_offload.c1663 uint32_t cm_crypto_authmode_to_wmi_authmode(int32_t authmodeset, in cm_crypto_authmode_to_wmi_authmode() argument
1666 if (!authmodeset || authmodeset < 0) in cm_crypto_authmode_to_wmi_authmode()
1669 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_OPEN)) in cm_crypto_authmode_to_wmi_authmode()
1672 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_AUTO) || in cm_crypto_authmode_to_wmi_authmode()
1673 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_NONE)) { in cm_crypto_authmode_to_wmi_authmode()
1694 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_SHARED)) in cm_crypto_authmode_to_wmi_authmode()
1697 if (QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_8021X) || in cm_crypto_authmode_to_wmi_authmode()
1698 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_RSNA) || in cm_crypto_authmode_to_wmi_authmode()
1699 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_CCKM) || in cm_crypto_authmode_to_wmi_authmode()
1700 QDF_HAS_PARAM(authmodeset, WLAN_CRYPTO_AUTH_SAE) || in cm_crypto_authmode_to_wmi_authmode()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_filter.c462 QDF_SET_PARAM(security->authmodeset, WLAN_CRYPTO_AUTH_RSNA); in scm_match_any_security()
479 QDF_SET_PARAM(security->authmodeset, WLAN_CRYPTO_AUTH_WPA); in scm_match_any_security()
497 QDF_SET_PARAM(security->authmodeset, WLAN_CRYPTO_AUTH_WAPI); in scm_match_any_security()
505 QDF_SET_PARAM(security->authmodeset, WLAN_CRYPTO_AUTH_SHARED); in scm_match_any_security()
512 QDF_SET_PARAM(security->authmodeset, WLAN_CRYPTO_AUTH_OPEN); in scm_match_any_security()
536 if (!filter->authmodeset) in scm_is_security_match()
540 if (!QDF_HAS_PARAM(filter->authmodeset, i)) in scm_is_security_match()
543 security->authmodeset = 0; in scm_is_security_match()
544 QDF_SET_PARAM(security->authmodeset, i); in scm_is_security_match()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_def_i.h241 #define RESET_AUTHMODE(_param) ((_param)->authmodeset = 0)
243 #define SET_AUTHMODE(_param, _mode) ((_param)->authmodeset |= (1 << (_mode)))
244 #define HAS_AUTHMODE(_param, _mode) ((_param)->authmodeset & (1 << (_mode)))
257 (((_param1)->authmodeset & (_param2)->authmodeset) != 0)
Dwlan_crypto_param_handling.c63 crypto_params->authmodeset = authmode; in wlan_crypto_set_authmode()
69 return crypto_params->authmodeset; in wlan_crypto_get_authmode()
Dwlan_crypto_global_api.c4122 dst_params->authmodeset |= src_params->authmodeset; in wlan_crypto_merge_prarams()
4134 params->authmodeset = 0; in wlan_crypto_reset_prarams()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_host_roam.c146 if (!QDF_HAS_PARAM(filter->authmodeset, WLAN_CRYPTO_AUTH_WAPI) && in cm_update_roam_scan_filter()
147 !QDF_HAS_PARAM(filter->authmodeset, WLAN_CRYPTO_AUTH_RSNA) && in cm_update_roam_scan_filter()
148 !QDF_HAS_PARAM(filter->authmodeset, WLAN_CRYPTO_AUTH_WPA)) { in cm_update_roam_scan_filter()
176 filter->authmodeset = in cm_connect_prepare_scan_filter_for_roam()
Dwlan_cm_connect.c1174 filter->authmodeset = req->crypto.auth_type; in cm_update_security_filter()
1280 filter->authmodeset = req->crypto.auth_type; in cm_update_security_filter()
3396 dst_params->auth_type = src_params->authmodeset; in cm_copy_crypto_prarams()
Dwlan_cm_bss_scoring.c508 authmode = neg_sec_info.authmodeset; in cm_calculate_security_score()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_public_structs.h358 uint32_t authmodeset; member
788 uint32_t authmodeset; member
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
Dwlan_crypto_global_def.h443 uint32_t authmodeset; member
/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_api.h933 uint32_t authmodeset, uint32_t akm,
Dsme_api.h4653 uint32_t authmodeset, uint32_t akm,
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
Dwlan_cm_roam_api.h454 uint32_t cm_crypto_authmode_to_wmi_authmode(int32_t authmodeset,
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/
Dwlan_mlo_mgr_roam.c1266 req.crypto.auth_type = rso_cfg->orig_sec_info.authmodeset; in mlo_roam_prepare_and_send_link_connect_req()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_api.c1899 crypto_params->authmodeset, in pe_update_crypto_params()
1905 crypto_params->authmodeset, in pe_update_crypto_params()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cm_connect.c1342 crypto_params->authmodeset, in hdd_cm_save_connect_info()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
Dwlan_cm_roam_api.c1903 filter->authmodeset = in wlan_cm_fill_crypto_filter_from_vdev()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c16698 uint32_t authmodeset, uint32_t akm, in sme_fill_auth_type() argument
16701 csr_fill_auth_type(auth_type, authmodeset, in sme_fill_auth_type()