Searched refs:mlm_deauth_req (Results 1 – 3 of 3) sorted by relevance
1252 tLimMlmDeauthReq *mlm_deauth_req; in lim_clean_up_disassoc_deauth_req() local1273 mlm_deauth_req = mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq; in lim_clean_up_disassoc_deauth_req()1274 if (mlm_deauth_req && in lim_clean_up_disassoc_deauth_req()1276 (uint8_t *) &mlm_deauth_req->peer_macaddr.bytes, in lim_clean_up_disassoc_deauth_req()1280 mlm_deauth_req->sessionId); in lim_clean_up_disassoc_deauth_req()1287 qdf_mem_free(mlm_deauth_req); in lim_clean_up_disassoc_deauth_req()1355 tLimMlmDeauthReq *mlm_deauth_req; in lim_process_mlm_deauth_req_ntf() local1364 mlm_deauth_req = (tLimMlmDeauthReq *) msg_buf; in lim_process_mlm_deauth_req_ntf()1366 mlm_deauth_req->sessionId); in lim_process_mlm_deauth_req_ntf()1369 mlm_deauth_req->sessionId); in lim_process_mlm_deauth_req_ntf()[all …]
674 tLimMlmDeauthReq *mlm_deauth_req = NULL; in lim_check_and_trigger_pmf_sta_deletion() local694 mlm_deauth_req = mac->lim.limDisassocDeauthCnfReq.pMlmDeauthReq; in lim_check_and_trigger_pmf_sta_deletion()695 if (mlm_deauth_req && in lim_check_and_trigger_pmf_sta_deletion()696 !qdf_mem_cmp(mac_hdr->sa, &mlm_deauth_req->peer_macaddr.bytes, in lim_check_and_trigger_pmf_sta_deletion()700 QDF_MAC_ADDR_REF(mlm_deauth_req->peer_macaddr.bytes)); in lim_check_and_trigger_pmf_sta_deletion()
6821 tLimMlmDeauthReq *mlm_deauth_req; in __lim_process_sme_deauth_req() local6971 mlm_deauth_req = qdf_mem_malloc(sizeof(tLimMlmDeauthReq)); in __lim_process_sme_deauth_req()6972 if (!mlm_deauth_req) { in __lim_process_sme_deauth_req()6982 qdf_copy_macaddr(&mlm_deauth_req->peer_macaddr, in __lim_process_sme_deauth_req()6985 mlm_deauth_req->reasonCode = reason_code; in __lim_process_sme_deauth_req()6986 mlm_deauth_req->deauthTrigger = deauth_trigger; in __lim_process_sme_deauth_req()6989 mlm_deauth_req->sessionId = session_id; in __lim_process_sme_deauth_req()6990 lim_process_mlm_deauth_req(mac_ctx, (uint32_t *)mlm_deauth_req); in __lim_process_sme_deauth_req()