Home
last modified time | relevance | path

Searched refs:auth_mode (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_sme_req_messages.c515 int32_t auth_mode, int32_t akm, bool ap_privacy) in lim_set_privacy() argument
521 if (QDF_HAS_PARAM(auth_mode, WLAN_CRYPTO_AUTH_AUTO) && in lim_set_privacy()
526 else if (QDF_HAS_PARAM(auth_mode, WLAN_CRYPTO_AUTH_SHARED)) in lim_set_privacy()
858 int32_t auth_mode; in __lim_handle_sme_start_bss_request() local
994 auth_mode = wlan_crypto_get_param(session->vdev, in __lim_handle_sme_start_bss_request()
999 lim_set_privacy(mac_ctx, ucast_cipher, auth_mode, akm, in __lim_handle_sme_start_bss_request()
3714 int32_t auth_mode; in lim_is_wpa_profile() local
3719 auth_mode = wlan_crypto_get_param(session->vdev, in lim_is_wpa_profile()
3722 if (auth_mode == -1 || ucast_cipher == -1) in lim_is_wpa_profile()
3725 if (!QDF_HAS_PARAM(auth_mode, WLAN_CRYPTO_AUTH_WPA)) in lim_is_wpa_profile()
[all …]
H A Dlim_process_mlm_rsp_messages.c494 tAniAuthType auth_type, auth_mode; in lim_process_mlm_auth_cnf() local
563 auth_mode = eSIR_OPEN_SYSTEM; in lim_process_mlm_auth_cnf()
579 auth_req->authType = auth_mode; in lim_process_mlm_auth_cnf()
2184 tAniAuthType *auth_mode) in lim_update_fils_auth_mode() argument
2190 *auth_mode = session_entry->fils_info->auth; in lim_update_fils_auth_mode()
2194 tAniAuthType *auth_mode) in lim_update_fils_auth_mode() argument
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_offload.c812 uint32_t auth_mode) in target_if_cm_roam_scan_get_cckm_mode() argument
825 return auth_mode; in target_if_cm_roam_scan_get_cckm_mode()
914 uint32_t auth_mode) in target_if_cm_roam_scan_get_cckm_mode() argument
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_api.h970 int32_t auth_mode, int32_t akm);
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c2316 int32_t auth_mode; in wlan_vdev_is_sae_auth_type() local
2318 auth_mode = wlan_crypto_get_param(vdev, WLAN_CRYPTO_PARAM_AUTH_MODE); in wlan_vdev_is_sae_auth_type()
2320 if (auth_mode == -1) in wlan_vdev_is_sae_auth_type()
2323 if (QDF_HAS_PARAM(auth_mode, WLAN_CRYPTO_AUTH_SAE)) in wlan_vdev_is_sae_auth_type()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c3881 cmd->auth_mode = param->akm; in send_peer_assoc_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h21494 A_UINT32 auth_mode; member