Home
last modified time | relevance | path

Searched refs:ucastcipherset (Results 1 – 22 of 22) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_filter.c49 if (filter->ucastcipherset && in scm_check_open()
50 !(QDF_HAS_PARAM(filter->ucastcipherset, WLAN_CRYPTO_CIPHER_NONE))) { in scm_check_open()
53 filter->ucastcipherset); in scm_check_open()
65 QDF_SET_PARAM(security->ucastcipherset, WLAN_CRYPTO_CIPHER_NONE); in scm_check_open()
96 if (!filter->ucastcipherset || !filter->mcastcipherset) { in scm_check_wep()
99 filter->ucastcipherset, in scm_check_wep()
104 if (!(QDF_HAS_PARAM(filter->ucastcipherset, WLAN_CRYPTO_CIPHER_WEP) || in scm_check_wep()
105 QDF_HAS_PARAM(filter->ucastcipherset, WLAN_CRYPTO_CIPHER_WEP_40) || in scm_check_wep()
106 QDF_HAS_PARAM(filter->ucastcipherset, in scm_check_wep()
110 filter->ucastcipherset); in scm_check_wep()
[all …]
H A Dwlan_scan_cache_db.c1324 if ((QDF_HAS_PARAM(sec_params.ucastcipherset, in __scm_handle_bcn_probe()
1326 (QDF_HAS_PARAM(sec_params.ucastcipherset, in __scm_handle_bcn_probe()
1328 (QDF_HAS_PARAM(sec_params.ucastcipherset, in __scm_handle_bcn_probe()
1330 (QDF_HAS_PARAM(sec_params.ucastcipherset, in __scm_handle_bcn_probe()
1336 sec_params.ucastcipherset, in __scm_handle_bcn_probe()
2391 entry1_sec_info->ucastcipherset, in scm_scan_entries_contain_cmn_akm()
2392 entry2_sec_info->ucastcipherset); in scm_scan_entries_contain_cmn_akm()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_def_i.h260 #define RESET_UCAST_CIPHERS(_param) ((_param)->ucastcipherset = 0)
261 #define SET_UCAST_CIPHER(_param, _c) ((_param)->ucastcipherset |= (1 << (_c)))
262 #define HAS_UCAST_CIPHER(_param, _c) ((_param)->ucastcipherset & (1 << (_c)))
265 ((_param)->ucastcipherset == 0)
331 (((_param1)->ucastcipherset & (_param2)->ucastcipherset) != 0)
H A Dwlan_crypto_param_handling.c125 return crypto_params->ucastcipherset; in wlan_crypto_get_ucastciphers()
H A Dwlan_crypto_global_api.c2698 if (!crypto_params->ucastcipherset) in wlan_crypto_wpaie_check()
2846 if (crypto_params->ucastcipherset == 0) in wlan_crypto_rsnie_check()
3362 if (!crypto_params->ucastcipherset) in wlan_crypto_wapiie_check()
4123 dst_params->ucastcipherset |= src_params->ucastcipherset; in wlan_crypto_merge_prarams()
4135 params->ucastcipherset = 0; in wlan_crypto_reset_prarams()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_connect.c635 uint32_t ucastcipherset) in cm_diag_get_auth_type() argument
649 if ((QDF_HAS_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_WEP) || in cm_diag_get_auth_type()
650 QDF_HAS_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_WEP_40) || in cm_diag_get_auth_type()
651 QDF_HAS_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_WEP_104))) in cm_diag_get_auth_type()
809 crypto_params->ucastcipherset); in cm_connect_info()
812 cm_get_diag_enc_type(crypto_params->ucastcipherset); in cm_connect_info()
878 crypto_params->ucastcipherset); in cm_diag_get_auth_enc_type_vdev_id()
881 cm_get_diag_enc_type(crypto_params->ucastcipherset); in cm_diag_get_auth_enc_type_vdev_id()
884 cm_get_diag_enc_type(crypto_params->ucastcipherset); in cm_diag_get_auth_enc_type_vdev_id()
1012 crypto_params->ucastcipherset); in cm_get_sta_cxn_info()
[all …]
H A Dwlan_cm_roam_offload.c1664 int32_t akm, int32_t ucastcipherset) in cm_crypto_authmode_to_wmi_authmode() argument
1674 if ((QDF_HAS_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_WEP) || in cm_crypto_authmode_to_wmi_authmode()
1675 QDF_HAS_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_WEP_40) || in cm_crypto_authmode_to_wmi_authmode()
1676 QDF_HAS_PARAM(ucastcipherset, in cm_crypto_authmode_to_wmi_authmode()
1678 QDF_HAS_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_TKIP) || in cm_crypto_authmode_to_wmi_authmode()
1679 QDF_HAS_PARAM(ucastcipherset, in cm_crypto_authmode_to_wmi_authmode()
1681 QDF_HAS_PARAM(ucastcipherset, in cm_crypto_authmode_to_wmi_authmode()
1683 QDF_HAS_PARAM(ucastcipherset, in cm_crypto_authmode_to_wmi_authmode()
1685 QDF_HAS_PARAM(ucastcipherset, in cm_crypto_authmode_to_wmi_authmode()
1687 QDF_HAS_PARAM(ucastcipherset, in cm_crypto_authmode_to_wmi_authmode()
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_scan.c684 uint32_t ucastcipherset) in csr_fill_auth_type() argument
698 if ((QDF_HAS_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_WEP) || in csr_fill_auth_type()
699 QDF_HAS_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_WEP_40) || in csr_fill_auth_type()
700 QDF_HAS_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_WEP_104))) in csr_fill_auth_type()
775 !sec_info->ucastcipherset) in csr_fill_neg_crypto_info()
778 csr_fill_enc_type(&bss->ucEncryptionType, sec_info->ucastcipherset); in csr_fill_neg_crypto_info()
781 sec_info->key_mgmt, sec_info->ucastcipherset); in csr_fill_neg_crypto_info()
784 sec_info->ucastcipherset, sec_info->mcastcipherset, in csr_fill_neg_crypto_info()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_connect.c1175 filter->ucastcipherset = req->crypto.ciphers_pairwise; in cm_update_security_filter()
1281 filter->ucastcipherset = req->crypto.ciphers_pairwise; in cm_update_security_filter()
2595 int32_t ucastcipherset = 0; in cm_update_per_peer_ucastcipher_crypto_params() local
2601 if (QDF_HAS_PARAM(neg_sec_info->ucastcipherset, in cm_update_per_peer_ucastcipher_crypto_params()
2603 QDF_SET_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_AES_GCM_256); in cm_update_per_peer_ucastcipher_crypto_params()
2604 else if (QDF_HAS_PARAM(neg_sec_info->ucastcipherset, in cm_update_per_peer_ucastcipher_crypto_params()
2606 QDF_SET_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_AES_CCM_256); in cm_update_per_peer_ucastcipher_crypto_params()
2607 else if (QDF_HAS_PARAM(neg_sec_info->ucastcipherset, in cm_update_per_peer_ucastcipher_crypto_params()
2609 QDF_SET_PARAM(ucastcipherset, WLAN_CRYPTO_CIPHER_AES_GCM); in cm_update_per_peer_ucastcipher_crypto_params()
2610 else if (QDF_HAS_PARAM(neg_sec_info->ucastcipherset, in cm_update_per_peer_ucastcipher_crypto_params()
[all …]
H A Dwlan_cm_host_roam.c179 filter->ucastcipherset = in cm_connect_prepare_scan_filter_for_roam()
H A Dwlan_cm_bss_scoring.c505 uint32_t authmode, key_mgmt, ucastcipherset; in cm_calculate_security_score() local
510 ucastcipherset = neg_sec_info.ucastcipherset; in cm_calculate_security_score()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
H A Dwlan_scan_public_structs.h360 uint32_t ucastcipherset; member
790 uint32_t ucastcipherset; member
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_def.h444 uint32_t ucastcipherset; member
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_api.h934 uint32_t ucastcipherset);
H A Dsme_api.h4654 uint32_t ucastcipherset);
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_api.h456 int32_t ucastcipherset);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cm_connect.c1339 crypto_params->ucastcipherset); in hdd_cm_save_connect_info()
1344 crypto_params->ucastcipherset); in hdd_cm_save_connect_info()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_api.c1898 lim_get_connected_akm(ft_session, crypto_params->ucastcipherset, in pe_update_crypto_params()
1902 lim_get_encrypt_ed_type(crypto_params->ucastcipherset); in pe_update_crypto_params()
1908 crypto_params->ucastcipherset, in pe_update_crypto_params()
H A Dlim_process_assoc_req_frame.c874 if ((peer_crypto_params->ucastcipherset & in lim_check_crypto_param()
876 (peer_crypto_params->ucastcipherset & in lim_check_crypto_param()
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/
H A Dwlan_mlo_mgr_roam.c1268 rso_cfg->orig_sec_info.ucastcipherset; in mlo_roam_prepare_and_send_link_connect_req()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c1907 filter->ucastcipherset = in wlan_cm_fill_crypto_filter_from_vdev()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c16699 uint32_t ucastcipherset) in sme_fill_auth_type() argument
16702 akm, ucastcipherset); in sme_fill_auth_type()