Searched refs:lim_search_pre_auth_list (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_deauth_frame.c | 310 if (lim_search_pre_auth_list(mac, pHdr->sa)) { in lim_process_deauth_frame() 442 if (lim_search_pre_auth_list(mac_ctx, addr)) in lim_perform_deauth() 510 if (lim_search_pre_auth_list(mac_ctx, addr)) in lim_perform_deauth() 604 if (lim_search_pre_auth_list(mac_ctx, addr)) in lim_perform_deauth()
|
H A D | lim_security_utils.h | 59 struct tLimPreAuthNode *lim_search_pre_auth_list(struct mac_context *,
|
H A D | lim_process_auth_frame.c | 611 pre_auth_node = lim_search_pre_auth_list(mac_ctx, mac_hdr->sa); in lim_update_link_to_mld_address() 788 pre_auth_node = lim_search_pre_auth_list(mac_ctx, mac_hdr->sa); in lim_process_sae_auth_frame() 910 sta_pre_auth_ctx = lim_search_pre_auth_list(mac_ctx, in lim_process_ft_auth_frame() 1024 auth_node = lim_search_pre_auth_list(mac_ctx, mac_hdr->sa); in lim_process_auth_frame_type1() 1523 auth_node = lim_search_pre_auth_list(mac_ctx, mac_hdr->sa); in lim_process_auth_frame_type3() 1814 auth_node = lim_search_pre_auth_list(mac_ctx, mac_hdr->sa); in lim_process_auth_frame()
|
H A D | lim_security_utils.c | 193 struct tLimPreAuthNode *lim_search_pre_auth_list(struct mac_context *mac, in lim_search_pre_auth_list() function
|
H A D | lim_process_mlm_req_messages.c | 594 preauth_node = lim_search_pre_auth_list(mac_ctx, in lim_is_preauth_ctx_exists() 1478 auth_node = lim_search_pre_auth_list(mac_ctx, mlm_deauth_req-> in lim_process_mlm_deauth_req_ntf() 2133 if (lim_search_pre_auth_list(mac_ctx, session->bssId)) { in lim_process_assoc_failure_timeout()
|
H A D | lim_process_mlm_host_roam.c | 112 auth_node = lim_search_pre_auth_list(mac_ctx, session->limReAssocbssId); in lim_process_mlm_reassoc_req()
|
H A D | lim_process_assoc_rsp_frame.c | 1435 if (lim_search_pre_auth_list(mac_ctx, hdr->sa)) in lim_process_assoc_rsp_frame() 1671 if (lim_search_pre_auth_list(mac_ctx, hdr->sa)) in lim_process_assoc_rsp_frame()
|
H A D | lim_process_assoc_req_frame.c | 2104 sta_pre_auth_ctx = lim_search_pre_auth_list(mac_ctx, sa); in lim_defer_sme_indication() 2259 sta_pre_auth_ctx = lim_search_pre_auth_list(mac_ctx, sa); in lim_send_assoc_ind_to_sme() 2660 sta_pre_auth_ctx = lim_search_pre_auth_list(mac_ctx, sa); in lim_proc_assoc_req_frm_cmn()
|
H A D | lim_process_message_queue.c | 165 sta_pre_auth_ctx = lim_search_pre_auth_list(mac, in lim_process_sae_msg_ap()
|
H A D | lim_send_management_frames.c | 3369 auth_node = lim_search_pre_auth_list(mac_ctx, peer_addr); in lim_calculate_auth_mlo_ie_len() 7589 pre_auth_node = lim_search_pre_auth_list(mac_ctx, 7723 sta_pre_auth_ctx = lim_search_pre_auth_list(mac_ctx,
|
H A D | lim_api.c | 3267 auth_node = lim_search_pre_auth_list(mac, pHdr->sa); in lim_is_pkt_candidate_for_drop()
|