Home
last modified time | relevance | path

Searched refs:pre_auth_node (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_auth_frame.c597 struct tLimPreAuthNode *pre_auth_node; in lim_update_link_to_mld_address() local
611 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() local
788 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 …]
H A Dlim_send_management_frames.c7564 struct tLimPreAuthNode *pre_auth_node; local
7581 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,