Searched refs:pSirSmeDeauthRsp (Results 1 – 1 of 1) sorted by relevance
1307 struct deauth_rsp *pSirSmeDeauthRsp; in lim_send_sme_deauth_ntf() local1322 pSirSmeDeauthRsp = qdf_mem_malloc(sizeof(*pSirSmeDeauthRsp)); in lim_send_sme_deauth_ntf()1323 if (!pSirSmeDeauthRsp) in lim_send_sme_deauth_ntf()1328 pSirSmeDeauthRsp->messageType = eWNI_SME_DEAUTH_RSP; in lim_send_sme_deauth_ntf()1329 pSirSmeDeauthRsp->length = sizeof(*pSirSmeDeauthRsp); in lim_send_sme_deauth_ntf()1330 pSirSmeDeauthRsp->status_code = reasonCode; in lim_send_sme_deauth_ntf()1331 pSirSmeDeauthRsp->sessionId = smesessionId; in lim_send_sme_deauth_ntf()1333 pBuf = (uint8_t *) pSirSmeDeauthRsp->peer_macaddr.bytes; in lim_send_sme_deauth_ntf()1340 pMsg = (uint32_t *) pSirSmeDeauthRsp; in lim_send_sme_deauth_ntf()