/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/ |
H A D | osif_cm_req.c | 48 if (req->crypto.wep_keys->seq_len) { in osif_cm_update_wep_seq_info() 49 connect_req->crypto.wep_keys.seq_len = in osif_cm_update_wep_seq_info() 50 req->crypto.wep_keys->seq_len; in osif_cm_update_wep_seq_info() 51 connect_req->crypto.wep_keys.seq = in osif_cm_update_wep_seq_info() 52 qdf_mem_malloc(connect_req->crypto.wep_keys.seq_len); in osif_cm_update_wep_seq_info() 53 if (!connect_req->crypto.wep_keys.seq) { in osif_cm_update_wep_seq_info() 57 qdf_mem_copy(connect_req->crypto.wep_keys.seq, in osif_cm_update_wep_seq_info() 58 req->crypto.wep_keys->seq, in osif_cm_update_wep_seq_info() 59 connect_req->crypto.wep_keys.seq_len); in osif_cm_update_wep_seq_info() 80 connect_req->crypto.wep_keys.key_len = req->key_len; in osif_cm_set_wep_key_params() [all …]
|
/wlan-driver/wpa_supplicant_8/hostapd/ |
H A D | Android.bp |
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/utf/src/ |
H A D | wlan_cm_utf_main.c | 330 cm_utf->req.crypto.wep_keys.key_len = 0; in wlan_cm_utf_default_connect_param() 465 if (cm_utf->req.crypto.wep_keys.key) { in wlan_cm_utf_detach() 466 qdf_mem_free(cm_utf->req.crypto.wep_keys.key); in wlan_cm_utf_detach() 467 cm_utf->req.crypto.wep_keys.key = NULL; in wlan_cm_utf_detach() 797 if (cm_utf->req.crypto.wep_keys.key) { in wlan_cm_utf_update_connect_param() 798 qdf_mem_free(cm_utf->req.crypto.wep_keys.key); in wlan_cm_utf_update_connect_param() 799 cm_utf->req.crypto.wep_keys.key = NULL; in wlan_cm_utf_update_connect_param() 825 &cm_utf->req.crypto.wpa_versions, in wlan_cm_utf_update_connect_param() 826 &cm_utf->req.crypto.auth_type, in wlan_cm_utf_update_connect_param() 827 &cm_utf->req.crypto.group_cipher, in wlan_cm_utf_update_connect_param() [all …]
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | Android.bp |
|
H A D | todo.txt |
|
H A D | nmake.mak |
|
H A D | README |
|
/wlan-driver/wpa_supplicant_8/hs20/client/ |
H A D | Makefile |
|
/wlan-driver/qca-wifi-host-cmn/target_if/crypto/src/ |
H A D | target_if_crypto.c | 435 struct wlan_lmac_if_crypto_tx_ops *crypto; in target_if_crypto_register_tx_ops() local 441 crypto = &tx_ops->crypto_tx_ops; in target_if_crypto_register_tx_ops() 443 crypto->set_key = target_if_crypto_set_key; in target_if_crypto_register_tx_ops() 444 crypto->set_ltf_keyseed = target_if_crypto_set_ltf_keyseed; in target_if_crypto_register_tx_ops() 445 crypto->set_vdev_param = target_if_crypto_vdev_set_param; in target_if_crypto_register_tx_ops() 446 crypto->register_events = target_if_crypto_register_events; in target_if_crypto_register_tx_ops() 447 crypto->deregister_events = target_if_crypto_deregister_events; in target_if_crypto_register_tx_ops()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_connect.c | 515 if (req->crypto.rsn_caps & WLAN_CRYPTO_RSN_CAP_MFP_REQUIRED) in cm_set_pmf_caps() 517 else if (req->crypto.rsn_caps & WLAN_CRYPTO_RSN_CAP_MFP_ENABLED) in cm_set_pmf_caps() 1174 filter->authmodeset = req->crypto.auth_type; in cm_update_security_filter() 1175 filter->ucastcipherset = req->crypto.ciphers_pairwise; in cm_update_security_filter() 1176 filter->key_mgmt = req->crypto.akm_suites; in cm_update_security_filter() 1177 filter->mcastcipherset = req->crypto.group_cipher; in cm_update_security_filter() 1178 filter->mgmtcipherset = req->crypto.mgmt_ciphers; in cm_update_security_filter() 1273 if (!QDF_HAS_PARAM(req->crypto.auth_type, WLAN_CRYPTO_AUTH_WAPI) && in cm_update_security_filter() 1274 !QDF_HAS_PARAM(req->crypto.auth_type, WLAN_CRYPTO_AUTH_RSNA) && in cm_update_security_filter() 1275 !QDF_HAS_PARAM(req->crypto.auth_type, WLAN_CRYPTO_AUTH_WPA)) { in cm_update_security_filter() [all …]
|
H A D | wlan_cm_util.c | 220 struct wlan_cm_connect_crypto_info *crypto, in cm_store_wep_key() argument 228 if (!(crypto->ciphers_pairwise & (1 << WLAN_CRYPTO_CIPHER_WEP_40 | in cm_store_wep_key() 232 if (crypto->ciphers_pairwise & 1 << WLAN_CRYPTO_CIPHER_WEP_40) in cm_store_wep_key() 237 wep_keys = &crypto->wep_keys; in cm_store_wep_key() 1005 cm_zero_and_free_memory(req->crypto.wep_keys.key, in cm_free_wep_key_params() 1006 req->crypto.wep_keys.key_len); in cm_free_wep_key_params() 1007 req->crypto.wep_keys.key = NULL; in cm_free_wep_key_params() 1008 cm_zero_and_free_memory(req->crypto.wep_keys.seq, in cm_free_wep_key_params() 1009 req->crypto.wep_keys.seq_len); in cm_free_wep_key_params() 1010 req->crypto.wep_keys.seq = NULL; in cm_free_wep_key_params()
|
H A D | wlan_cm_main_api.h | 669 struct wlan_cm_connect_crypto_info *crypto, 775 struct wlan_cm_connect_crypto_info *crypto, in cm_store_wep_key() argument
|
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_roam.c | 1265 req.crypto.rsn_caps = rso_cfg->orig_sec_info.rsn_caps; in mlo_roam_prepare_and_send_link_connect_req() 1266 req.crypto.auth_type = rso_cfg->orig_sec_info.authmodeset; in mlo_roam_prepare_and_send_link_connect_req() 1267 req.crypto.ciphers_pairwise = in mlo_roam_prepare_and_send_link_connect_req() 1269 req.crypto.group_cipher = rso_cfg->orig_sec_info.mcastcipherset; in mlo_roam_prepare_and_send_link_connect_req() 1270 req.crypto.mgmt_ciphers = rso_cfg->orig_sec_info.mgmtcipherset; in mlo_roam_prepare_and_send_link_connect_req() 1271 req.crypto.akm_suites = rso_cfg->orig_sec_info.key_mgmt; in mlo_roam_prepare_and_send_link_connect_req() 1289 req.chan_freq, req.crypto.rsn_caps, req.crypto.auth_type, in mlo_roam_prepare_and_send_link_connect_req() 1290 req.crypto.ciphers_pairwise, req.crypto.group_cipher, in mlo_roam_prepare_and_send_link_connect_req() 1291 req.crypto.mgmt_ciphers, req.crypto.akm_suites, in mlo_roam_prepare_and_send_link_connect_req()
|
/wlan-driver/wpa_supplicant_8/hs20/server/ |
H A D | Makefile |
|
/wlan-driver/wpa_supplicant_8/src/ |
H A D | Makefile |
|
/wlan-driver/qca-wifi-host-cmn/iot_sim/ |
H A D | Kbuild | 33 INCS += -I$(obj)/$(DEPTH)/cmn_dev/umac/cmn_services/crypto/inc 34 INCS += -I$(obj)/$(DEPTH)/component_dev/crypto/inc 44 -I$(obj)/$(DEPTH)/umac/crypto \
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_vdev_connect.c | 1070 rso_cfg->orig_sec_info.rsn_caps = req->crypto.rsn_caps; in cm_connect_start_ind() 1071 rso_cfg->orig_sec_info.authmodeset = req->crypto.auth_type; in cm_connect_start_ind() 1073 req->crypto.ciphers_pairwise; in cm_connect_start_ind() 1075 req->crypto.group_cipher; in cm_connect_start_ind() 1076 rso_cfg->orig_sec_info.key_mgmt = req->crypto.akm_suites; in cm_connect_start_ind() 1090 rso_user_mfp = req->crypto.user_mfp; in cm_connect_start_ind() 1093 rso_cfg->rso_rsn_caps = (req->crypto.rsn_caps) & in cm_connect_start_ind()
|
/wlan-driver/qca-wifi-host-cmn/spectral/ |
H A D | Kbuild | 46 INCS += -I$(obj)/$(DEPTH)/cmn_dev/umac/cmn_services/crypto/inc 47 INCS += -I$(obj)/$(DEPTH)/component_dev/crypto/inc 69 -I$(obj)/$(DEPTH)/umac/crypto \
|
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/ |
H A D | wlan_connectivity_logging.c | 1076 wlan_diag_event.pairwise_cipher = req.crypto.user_cipher_pairwise; in wlan_connectivity_connecting_event() 1077 wlan_diag_event.grp_cipher = req.crypto.user_grp_cipher; in wlan_connectivity_connecting_event() 1078 wlan_diag_event.akm = req.crypto.user_akm_suite; in wlan_connectivity_connecting_event() 1079 wlan_diag_event.auth_algo = req.crypto.user_auth_type; in wlan_connectivity_connecting_event()
|
/wlan-driver/qcacld-3.0/ |
H A D | wlan_qcacld3_modules.bzl | 92 "cmn/os_if/linux/crypto/inc", 113 "cmn/target_if/crypto/inc", 141 "cmn/umac/cmn_services/crypto/inc", 142 "cmn/umac/cmn_services/crypto/src", 359 "cmn/os_if/linux/crypto/src/wlan_cfg80211_crypto.c", 360 "cmn/os_if/linux/crypto/src/wlan_nl_to_crypto_params.c", 396 "cmn/target_if/crypto/src/target_if_crypto.c", 409 "cmn/umac/cmn_services/crypto/src/wlan_crypto_global_api.c", 410 "cmn/umac/cmn_services/crypto/src/wlan_crypto_main.c", 411 "cmn/umac/cmn_services/crypto/src/wlan_crypto_obj_mgr.c", [all …]
|
H A D | Kbuild | 1079 -I$(WLAN_COMMON_INC)/os_if/linux/crypto/inc \ 1084 $(OS_IF_DIR)/linux/crypto/src/wlan_nl_to_crypto_params.o \ 1092 OS_IF_OBJ += $(OS_IF_DIR)/linux/crypto/src/wlan_cfg80211_crypto.o 1237 UMAC_CRYPTO_DIR := umac/cmn_services/crypto 1914 -I$(WLAN_COMMON_INC)/target_if/crypto/inc \ 1937 TARGET_IF_OBJ += $(TARGET_IF_DIR)/crypto/src/target_if_crypto.o
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/ |
H A D | wlan_cm_public_struct.h | 249 struct wlan_cm_connect_crypto_info crypto; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_fils.c | 748 uint8_t hash[32] = {0}, crypto; in lim_process_auth_wrapped_data() local 804 crypto = *wrapped_data; in lim_process_auth_wrapped_data() 808 auth_tag_len = lim_get_auth_tag_len(crypto); in lim_process_auth_wrapped_data() 823 crypto); in lim_process_auth_wrapped_data()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_sta.c | 54 target->crypto.wep_keys.key = NULL; in mlo_allocate_and_copy_ies() 55 target->crypto.wep_keys.seq = NULL; in mlo_allocate_and_copy_ies() 56 target->crypto.wep_keys.key_len = 0; in mlo_allocate_and_copy_ies() 57 target->crypto.wep_keys.seq_len = 0; in mlo_allocate_and_copy_ies() 902 req.crypto.auth_type = 0; in mlo_prepare_and_send_connect()
|
H A D | wlan_mlo_mgr_link_switch.c | 820 conn_req.crypto.auth_type = 0; in mlo_mgr_link_switch_start_connect()
|