Searched refs:auth_mode (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_ndis.c |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_sme_req_messages.c | 515 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 D | lim_process_mlm_rsp_messages.c | 494 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 D | target_if_cm_roam_offload.c | 812 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 D | lim_api.h | 970 int32_t auth_mode, int32_t akm);
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c |
|
/wlan-driver/qcacld-3.0/components/mlme/core/src/ |
H A D | wlan_mlme_main.c | 2316 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 D | wmi_unified_tlv.c | 3881 cmd->auth_mode = param->akm; in send_peer_assoc_cmd_tlv()
|
/wlan-driver/fw-api/fw/ |
H A D | wmi_unified.h | 21494 A_UINT32 auth_mode; member
|