Home
last modified time | relevance | path

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 Dlim_process_deauth_frame.c310 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 Dlim_security_utils.h59 struct tLimPreAuthNode *lim_search_pre_auth_list(struct mac_context *,
H A Dlim_process_auth_frame.c611 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 Dlim_security_utils.c193 struct tLimPreAuthNode *lim_search_pre_auth_list(struct mac_context *mac, in lim_search_pre_auth_list() function
H A Dlim_process_mlm_req_messages.c594 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 Dlim_process_mlm_host_roam.c112 auth_node = lim_search_pre_auth_list(mac_ctx, session->limReAssocbssId); in lim_process_mlm_reassoc_req()
H A Dlim_process_assoc_rsp_frame.c1435 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 Dlim_process_assoc_req_frame.c2104 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 Dlim_process_message_queue.c165 sta_pre_auth_ctx = lim_search_pre_auth_list(mac, in lim_process_sae_msg_ap()
H A Dlim_send_management_frames.c3369 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 Dlim_api.c3267 auth_node = lim_search_pre_auth_list(mac, pHdr->sa); in lim_is_pkt_candidate_for_drop()