Home
last modified time | relevance | path

Searched refs:auth_algo (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
H A Dwlan_connectivity_logging.h808 uint8_t auth_algo; member
858 uint8_t auth_algo; member
1014 uint8_t auth_algo; 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/hdd/src/
H A Dwlan_hdd_p2p.c231 uint16_t auth_algo; in __wlan_hdd_mgmt_tx() local
270 auth_algo = in __wlan_hdd_mgmt_tx()
273 if (auth_algo == eSIR_AUTH_TYPE_PASN) in __wlan_hdd_mgmt_tx()
275 if ((auth_algo == eSIR_FT_AUTH) && in __wlan_hdd_mgmt_tx()
1141 uint16_t auth_algo; in __hdd_indicate_mgmt_frame_to_user() local
1175 auth_algo = *(uint16_t *)(pb_frames + in __hdd_indicate_mgmt_frame_to_user()
1177 if (auth_algo == eSIR_AUTH_TYPE_PASN) { in __hdd_indicate_mgmt_frame_to_user()
1179 } else if (auth_algo == eSIR_FT_AUTH && in __hdd_indicate_mgmt_frame_to_user()
H A Dwlan_hdd_connectivity_logging.c164 GET_ATTR_OFFSET(pkt_info.auth_algo)},
192 GET_ATTR_OFFSET(pkt_info.auth_algo)},
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/
H A Dwlan_connectivity_logging.c927 uint8_t auth_algo, uint8_t auth_type, in wlan_connectivity_mgmt_event() argument
986 wlan_diag_event.auth_algo = auth_algo; in wlan_connectivity_mgmt_event()
1010 auth_algo == WLAN_SAE_AUTH_ALGO_NUMBER && cache_sae_frame_cap) { in wlan_connectivity_mgmt_event()
1079 wlan_diag_event.auth_algo = req.crypto.user_auth_type; in wlan_connectivity_connecting_event()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_auth_frame.c751 uint16_t auth_algo; in lim_process_sae_auth_frame() local
758 auth_algo = *(uint16_t *)body_ptr; in lim_process_sae_auth_frame()
856 auth_algo, sae_auth_seq, sae_auth_seq, 0, in lim_process_sae_auth_frame()
860 auth_algo, sae_auth_seq, in lim_process_sae_auth_frame()
895 uint16_t auth_algo; in lim_process_ft_auth_frame() local
932 auth_algo = *(uint16_t *)body_ptr; in lim_process_ft_auth_frame()
936 sta_pre_auth_ctx->authType = (tAniAuthType) auth_algo; in lim_process_ft_auth_frame()
H A Dlim_send_management_frames.c7456 uint16_t auth_algo = *(uint16_t *)(frame + local
7459 if (auth_algo == eSIR_AUTH_TYPE_SAE) {
7709 uint16_t auth_algo; local
7715 auth_algo = *(uint16_t *)(mb_msg->data +
7717 if (auth_algo == eSIR_AUTH_TYPE_SAE)
7720 if (auth_algo == eSIR_FT_AUTH) {
H A Dlim_utils.c11919 stat.auth_algo = algo; in lim_cp_stats_cstats_log_auth_evt()
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
H A Dhost_diag_core_log.h333 uint8_t auth_algo; member
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_chipset_stats_events.h145 uint8_t auth_algo; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_public_struct.h2295 uint8_t auth_algo; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c7274 wlan_diag_event.auth_algo = frame_data->auth_algo; in cm_roam_mgmt_frame_event()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c3573 if (frame_info->auth_algo == WLAN_SAE_AUTH_ALGO && in cm_roam_print_frame_info()
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c2068 dst_buf->auth_algo = in extract_roam_frame_info_tlv()