/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
D | csr_api_scan.c | 609 static void csr_fill_rsn_auth_type(enum csr_akm_type *auth_type, uint32_t akm) in csr_fill_rsn_auth_type() argument 613 *auth_type = eCSR_AUTH_TYPE_FT_FILS_SHA384; in csr_fill_rsn_auth_type() 615 *auth_type = eCSR_AUTH_TYPE_FT_FILS_SHA256; in csr_fill_rsn_auth_type() 617 *auth_type = eCSR_AUTH_TYPE_FILS_SHA384; in csr_fill_rsn_auth_type() 619 *auth_type = eCSR_AUTH_TYPE_FILS_SHA256; in csr_fill_rsn_auth_type() 621 *auth_type = eCSR_AUTH_TYPE_FT_SAE_EXT_KEY; in csr_fill_rsn_auth_type() 623 *auth_type = eCSR_AUTH_TYPE_SAE_EXT_KEY; in csr_fill_rsn_auth_type() 625 *auth_type = eCSR_AUTH_TYPE_FT_SAE; in csr_fill_rsn_auth_type() 627 *auth_type = eCSR_AUTH_TYPE_SAE; in csr_fill_rsn_auth_type() 629 *auth_type = eCSR_AUTH_TYPE_DPP_RSN; in csr_fill_rsn_auth_type() [all …]
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/ |
D | wlan_nl_to_crypto_params.c | 295 osif_nl_to_crypto_auth_type(enum nl80211_auth_type auth_type) in osif_nl_to_crypto_auth_type() argument 299 if (auth_type < NL80211_AUTHTYPE_OPEN_SYSTEM || in osif_nl_to_crypto_auth_type() 300 auth_type >= QDF_ARRAY_SIZE(osif_auth_type_crypto_mapping)) { in osif_nl_to_crypto_auth_type() 302 auth_type); in osif_nl_to_crypto_auth_type() 306 crypto_auth_type = osif_auth_type_crypto_mapping[auth_type]; in osif_nl_to_crypto_auth_type() 308 auth_type, crypto_auth_type); in osif_nl_to_crypto_auth_type()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_assoc.c | 1408 sta_ctx->conn_info.auth_type = eCSR_AUTH_TYPE_OPEN_SYSTEM; in hdd_conn_remove_connect_info() 1665 sta_ctx->conn_info.auth_type != eCSR_AUTH_TYPE_NONE && in hdd_change_sta_state_authenticated() 1666 sta_ctx->conn_info.auth_type != eCSR_AUTH_TYPE_OPEN_SYSTEM && in hdd_change_sta_state_authenticated() 1667 sta_ctx->conn_info.auth_type != eCSR_AUTH_TYPE_SHARED_KEY) { in hdd_change_sta_state_authenticated() 2576 enum csr_akm_type *auth_type) in hdd_translate_fils_rsn_to_csr_auth() argument 2579 *auth_type = eCSR_AUTH_TYPE_FILS_SHA256; in hdd_translate_fils_rsn_to_csr_auth() 2581 *auth_type = eCSR_AUTH_TYPE_FILS_SHA384; in hdd_translate_fils_rsn_to_csr_auth() 2583 *auth_type = eCSR_AUTH_TYPE_FT_FILS_SHA256; in hdd_translate_fils_rsn_to_csr_auth() 2585 *auth_type = eCSR_AUTH_TYPE_FT_FILS_SHA384; in hdd_translate_fils_rsn_to_csr_auth() 2589 enum csr_akm_type *auth_type) in hdd_translate_fils_rsn_to_csr_auth() argument [all …]
|
D | wlan_hdd_cm_connect.c | 382 static bool hdd_cm_is_wapi_sta(enum csr_akm_type auth_type) in hdd_cm_is_wapi_sta() argument 384 if (auth_type == eCSR_AUTH_TYPE_WAPI_WAI_CERTIFICATE || in hdd_cm_is_wapi_sta() 385 auth_type == eCSR_AUTH_TYPE_WAPI_WAI_PSK) in hdd_cm_is_wapi_sta() 391 static inline bool hdd_cm_is_wapi_sta(enum csr_akm_type auth_type) in hdd_cm_is_wapi_sta() argument 1187 static bool hdd_is_ese_assoc(enum csr_akm_type auth_type, in hdd_is_ese_assoc() argument 1191 if ((csr_is_auth_type_ese(auth_type) || in hdd_is_ese_assoc() 1193 auth_type == eCSR_AUTH_TYPE_OPEN_SYSTEM)) && in hdd_is_ese_assoc() 1201 static bool hdd_is_ese_assoc(enum csr_akm_type auth_type, in hdd_is_ese_assoc() argument 1219 enum csr_akm_type auth_type) in hdd_wmm_cm_connect() argument 1283 !hdd_is_ese_assoc(auth_type, bcn_ie, mac_ctx)) { in hdd_wmm_cm_connect() [all …]
|
D | wlan_hdd_sysfs_connect_info.c | 192 uint8_t *hdd_auth_type_str(uint32_t auth_type) in hdd_auth_type_str() argument 194 switch (auth_type) { in hdd_auth_type_str()
|
D | wlan_hdd_connectivity_logging.c | 126 GET_ATTR_OFFSET(conn_info.auth_type)}, 166 GET_ATTR_OFFSET(pkt_info.auth_type)}, 194 GET_ATTR_OFFSET(pkt_info.auth_type)},
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_vdev_connect.c | 387 static const uint8_t *cm_diag_get_akm_str(enum mgmt_auth_type auth_type, in cm_diag_get_akm_str() argument 390 if (auth_type == AUTH_OPEN) in cm_diag_get_akm_str() 392 else if (auth_type == AUTH_SHARED) in cm_diag_get_akm_str() 602 static void cm_diag_fill_rsn_auth_type(uint8_t *auth_type, uint32_t akm) in cm_diag_fill_rsn_auth_type() argument 610 *auth_type = AUTH_WPA2_EAP; in cm_diag_fill_rsn_auth_type() 612 *auth_type = AUTH_WPA2_PSK; in cm_diag_fill_rsn_auth_type() 615 static void cm_diag_fill_wpa_auth_type(uint8_t *auth_type, uint32_t akm) in cm_diag_fill_wpa_auth_type() argument 619 *auth_type = AUTH_WPA_EAP; in cm_diag_fill_wpa_auth_type() 621 *auth_type = AUTH_WPA_PSK; in cm_diag_fill_wpa_auth_type() 624 static void cm_diag_fill_wapi_auth_type(uint8_t *auth_type, uint32_t akm) in cm_diag_fill_wapi_auth_type() argument [all …]
|
D | wlan_cm_vdev_api.h | 216 uint8_t *auth_type,
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/ |
D | osif_cm_req.c | 106 osif_nl_to_crypto_auth_type(req->auth_type); in osif_cm_set_auth_type() 119 QDF_SET_PARAM(connect_req->crypto.auth_type, crypto_auth_type); in osif_cm_set_auth_type() 189 connect_req->crypto.user_auth_type = req->auth_type; in osif_cm_populate_user_crypto_param() 279 if (connect_req->fils_info.auth_type == FILS_PK_MAX && in osif_cm_is_conn_type_fils() 280 req->auth_type != NL80211_AUTHTYPE_OPEN_SYSTEM) in osif_cm_is_conn_type_fils() 322 connect_req->fils_info.auth_type = in osif_cm_set_fils_info() 323 osif_cm_get_fils_auth_type(req->auth_type); in osif_cm_set_fils_info() 328 connect_req->fils_info.auth_type, in osif_cm_set_fils_info() 345 if (req->auth_type != NL80211_AUTHTYPE_FILS_SK) { in osif_cm_set_fils_info() 459 req->auth_type, req->crypto.wpa_versions, in osif_cm_dump_connect_req()
|
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/ |
D | wlan_connectivity_logging.h | 1016 uint8_t auth_type; member 1055 uint8_t auth_type; member 1275 uint8_t auth_algo, uint8_t auth_type, 1532 uint8_t auth_algo, uint8_t auth_type, 1631 uint8_t auth_algo, uint8_t auth_type, in wlan_connectivity_mgmt_event() argument
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_assoc_req_frame.c | 1248 tpDphHashNode sta_ds, tAniAuthType *auth_type, in lim_process_assoc_req_no_sta_ctx() argument 1289 auth_type)) { in lim_process_assoc_req_no_sta_ctx() 1295 *auth_type = sta_pre_auth_ctx->authType; in lim_process_assoc_req_no_sta_ctx() 1337 tAniAuthType *auth_type, uint8_t *update_ctx) in lim_process_assoc_req_sta_ctx() argument 1429 *auth_type = sta_pre_auth_ctx->authType; in lim_process_assoc_req_sta_ctx() 1432 *auth_type = sta_ds->mlmStaContext.authType; in lim_process_assoc_req_sta_ctx() 1558 tAniAuthType auth_type, in lim_update_sta_ds() argument 1621 sta_ds->mlmStaContext.authType = auth_type; in lim_update_sta_ds() 1626 pe_debug("auth_type = %d, akm_type = %d", auth_type, akm_type); in lim_update_sta_ds() 1806 auth_type, peer_idx, false, in lim_update_sta_ds() [all …]
|
D | lim_mlo.h | 205 tAniAuthType *auth_type); 445 tAniAuthType *auth_type) in lim_mlo_partner_auth_type() argument
|
D | lim_process_mlm_rsp_messages.c | 494 tAniAuthType auth_type, auth_mode; in lim_process_mlm_auth_cnf() local 550 auth_type = mac_ctx->mlme_cfg->wep_params.auth_type; in lim_process_mlm_auth_cnf() 552 auth_type = mac_ctx->lim.gLimPreAuthType; in lim_process_mlm_auth_cnf() 554 if ((auth_type == eSIR_AUTO_SWITCH) && in lim_process_mlm_auth_cnf() 610 if (auth_type == eSIR_AUTH_TYPE_SAE && in lim_process_mlm_auth_cnf() 2247 cfgAuthType = mac_ctx->mlme_cfg->wep_params.auth_type; in lim_process_sta_add_bss_rsp_pre_assoc()
|
D | lim_process_fils.c | 1446 static enum eAniAuthType lim_get_auth_type(uint8_t auth_type) in lim_get_auth_type() argument 1448 switch (auth_type) { in lim_get_auth_type() 1503 pe_fils_info->auth = lim_get_auth_type(fils_info->auth_type); in lim_update_fils_config() 1583 fils_info->auth_type, in lim_update_fils_config()
|
D | lim_process_mlm_req_messages.c | 1841 tAniAuthType auth_type; in lim_process_auth_retry_timer() local 1868 auth_type = mac_ctx->lim.gpLimMlmAuthReq->authType; in lim_process_auth_retry_timer() 1878 auth_type == eSIR_AUTH_TYPE_SAE) in lim_process_auth_retry_timer() 1881 auth_frame->authAlgoNumber = (uint8_t)auth_type; in lim_process_auth_retry_timer()
|
D | lim_process_assoc_rsp_frame.c | 1129 enum ani_akm_type auth_type; in lim_process_assoc_rsp_frame() local 1371 auth_type = session_entry->connected_akm; in lim_process_assoc_rsp_frame() 1372 sha384_akm = lim_is_sha384_akm(auth_type); in lim_process_assoc_rsp_frame()
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/inc/ |
D | wlan_nl_to_crypto_params.h | 37 osif_nl_to_crypto_auth_type(enum nl80211_auth_type auth_type);
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/ |
D | wlan_cm_public_struct.h | 91 uint32_t auth_type; member 147 enum wlan_fils_auth_type auth_type; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_extscan_tlv.c | 231 nlo_list[i].auth_type.valid = true; in send_set_epno_network_list_cmd_tlv() 232 nlo_list[i].auth_type.auth_type = in send_set_epno_network_list_cmd_tlv() 235 nlo_list[i].auth_type.auth_type); in send_set_epno_network_list_cmd_tlv()
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_softap_txrx.c | 112 uint8_t auth_type, eap_code; in dp_softap_inspect_tx_eap_pkt() local 135 auth_type = *(uint8_t *)(data + EAPOL_PACKET_TYPE_OFFSET); in dp_softap_inspect_tx_eap_pkt() 136 if (auth_type != IEEE8021X_AUTH_TYPE_EAP) in dp_softap_inspect_tx_eap_pkt()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_assoc.h | 169 enum csr_akm_type auth_type; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_connect.c | 1174 filter->authmodeset = req->crypto.auth_type; 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() 1280 filter->authmodeset = req->crypto.auth_type; in cm_update_security_filter() 2410 req->crypto.auth_type); in cm_fill_vdev_crypto_params() 3396 dst_params->auth_type = src_params->authmodeset; in cm_copy_crypto_prarams()
|
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/ |
D | host_diag_core_event.h | 372 uint8_t auth_type; member
|
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/ |
D | wlan_cp_stats_chipset_stats_events.h | 203 uint8_t auth_type; member
|
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/ |
D | wlan_connectivity_logging.c | 927 uint8_t auth_algo, uint8_t auth_type, in wlan_connectivity_mgmt_event() argument 987 wlan_diag_event.auth_frame_type = auth_type; in wlan_connectivity_mgmt_event()
|