Searched refs:auth_node (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_auth_frame.c | 132 struct tLimPreAuthNode *auth_node; in lim_process_auth_shared_system_algo() local 167 auth_node = lim_acquire_free_pre_auth_node(mac_ctx, in lim_process_auth_shared_system_algo() 169 if (!auth_node) { in lim_process_auth_shared_system_algo() 175 qdf_mem_copy((uint8_t *) auth_node->peerMacAddr, mac_hdr->sa, in lim_process_auth_shared_system_algo() 177 auth_node->mlmState = eLIM_MLM_WT_AUTH_FRAME3_STATE; in lim_process_auth_shared_system_algo() 178 auth_node->authType = in lim_process_auth_shared_system_algo() 180 auth_node->fSeen = 0; in lim_process_auth_shared_system_algo() 181 auth_node->fTimerStarted = 0; in lim_process_auth_shared_system_algo() 182 auth_node->seq_num = ((mac_hdr->seqControl.seqNumHi << 4) | in lim_process_auth_shared_system_algo() 184 auth_node->timestamp = qdf_mc_timer_get_system_ticks(); in lim_process_auth_shared_system_algo() [all …]
|
H A D | lim_process_mlm_req_messages.c | 1354 struct tLimPreAuthNode *auth_node; in lim_process_mlm_deauth_req_ntf() local 1478 auth_node = lim_search_pre_auth_list(mac_ctx, mlm_deauth_req-> in lim_process_mlm_deauth_req_ntf() 1480 if (!auth_node) { in lim_process_mlm_deauth_req_ntf() 1994 struct tLimPreAuthNode *auth_node; in lim_process_auth_rsp_timeout() local 1998 auth_node = lim_get_pre_auth_node_from_index(mac_ctx, in lim_process_auth_rsp_timeout() 2000 if (!auth_node) { in lim_process_auth_rsp_timeout() 2005 session = pe_find_session_by_bssid(mac_ctx, auth_node->peerMacAddr, in lim_process_auth_rsp_timeout() 2018 if (auth_node->mlmState != eLIM_MLM_WT_AUTH_FRAME3_STATE) { in lim_process_auth_rsp_timeout() 2021 QDF_MAC_ADDR_REF(auth_node->peerMacAddr)); in lim_process_auth_rsp_timeout() 2023 auth_node->mlmState = eLIM_MLM_AUTH_RSP_TIMEOUT_STATE; in lim_process_auth_rsp_timeout() [all …]
|
H A D | lim_process_mlm_host_roam.c | 65 struct tLimPreAuthNode *auth_node; in lim_process_mlm_reassoc_req() local 112 auth_node = lim_search_pre_auth_list(mac_ctx, session->limReAssocbssId); in lim_process_mlm_reassoc_req() 114 if (!auth_node && (qdf_mem_cmp(reassoc_req->peerMacAddr, in lim_process_mlm_reassoc_req()
|
H A D | lim_assoc_utils.c | 696 struct tLimPreAuthNode *auth_node; in lim_reject_association() local 698 auth_node = lim_acquire_free_pre_auth_node(mac_ctx, in lim_reject_association() 701 if (auth_node) { in lim_reject_association() 702 qdf_mem_copy((uint8_t *) auth_node->peerMacAddr, in lim_reject_association() 704 auth_node->fTimerStarted = 0; in lim_reject_association() 705 auth_node->mlmState = eLIM_MLM_AUTHENTICATED_STATE; in lim_reject_association() 706 auth_node->authType = (tAniAuthType) auth_type; in lim_reject_association() 707 auth_node->timestamp = qdf_mc_timer_get_system_ticks(); in lim_reject_association() 708 lim_add_pre_auth_node(mac_ctx, auth_node); in lim_reject_association()
|
H A D | lim_api.c | 3255 struct tLimPreAuthNode *auth_node; in lim_is_pkt_candidate_for_drop() local 3267 auth_node = lim_search_pre_auth_list(mac, pHdr->sa); in lim_is_pkt_candidate_for_drop() 3268 if (auth_node && pHdr->fc.retry && in lim_is_pkt_candidate_for_drop() 3269 (auth_node->seq_num == curr_seq_num)) { in lim_is_pkt_candidate_for_drop()
|
H A D | lim_send_management_frames.c | 3358 struct tLimPreAuthNode *auth_node; in lim_calculate_auth_mlo_ie_len() local 3369 auth_node = lim_search_pre_auth_list(mac_ctx, peer_addr); in lim_calculate_auth_mlo_ie_len() 3370 if (!auth_node) { in lim_calculate_auth_mlo_ie_len() 3380 if (auth_node && auth_node->is_mlo_ie_present) { in lim_calculate_auth_mlo_ie_len()
|