Searched refs:MsgElem (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_main_dev.c103 struct rt_mlme_queue_elem *MsgElem = local
107 if (MsgElem) {
112 MsgElem->Machine = ASSOC_STATE_MACHINE;
113 MsgElem->MsgType = MT2_MLME_DISASSOC_REQ;
114 MsgElem->MsgLen =
116 NdisMoveMemory(MsgElem->Msg, &DisReq,
128 MlmeDisassocReqAction(pAd, MsgElem);
129 kfree(MsgElem);
H A Dsta_ioctl.c1567 struct rt_mlme_queue_elem MsgElem; local
1585 MsgElem.MsgLen = sizeof(struct rt_mlme_deauth_req);
1586 NdisMoveMemory(MsgElem.Msg, &DeAuthReq,
1588 MlmeDeauthReqAction(pAd, &MsgElem);
1602 MsgElem.Machine = ASSOC_STATE_MACHINE;
1603 MsgElem.MsgType = MT2_MLME_DISASSOC_REQ;
1604 MsgElem.MsgLen = sizeof(struct rt_mlme_disassoc_req);
1605 NdisMoveMemory(MsgElem.Msg, &DisAssocReq,
1609 MlmeDisassocReqAction(pAd, &MsgElem);

Completed in 163 milliseconds