Searched refs:pre_auth_node (Results 1 – 2 of 2) sorted by relevance
597 struct tLimPreAuthNode *pre_auth_node; in lim_update_link_to_mld_address() local611 pre_auth_node = lim_search_pre_auth_list(mac_ctx, mac_hdr->sa); in lim_update_link_to_mld_address()612 if (!pre_auth_node) in lim_update_link_to_mld_address()616 (struct qdf_mac_addr *)pre_auth_node->peer_mld)) in lim_update_link_to_mld_address()619 qdf_mem_copy(mac_hdr->sa, pre_auth_node->peer_mld, in lim_update_link_to_mld_address()777 struct tLimPreAuthNode *pre_auth_node; in lim_process_sae_auth_frame() local788 pre_auth_node = lim_search_pre_auth_list(mac_ctx, mac_hdr->sa); in lim_process_sae_auth_frame()789 if (!pre_auth_node || in lim_process_sae_auth_frame()790 (pre_auth_node->mlmState != eLIM_MLM_WT_SAE_AUTH_STATE)) { in lim_process_sae_auth_frame()791 if (pre_auth_node) { in lim_process_sae_auth_frame()[all …]
7564 struct tLimPreAuthNode *pre_auth_node; local7581 pre_auth_node =7584 if (!pre_auth_node) {7589 pre_auth_node = lim_search_pre_auth_list(mac_ctx,7591 if (!pre_auth_node) {7600 qdf_mem_copy(mac_hdr->da, pre_auth_node->peerMacAddr,