Searched refs:pMsgElem (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/common/
H A Dcmm_mac_usb.c1089 struct rt_mlme_queue_elem *pMsgElem = local
1093 if (pMsgElem) {
1098 pMsgElem->Machine = ASSOC_STATE_MACHINE;
1099 pMsgElem->MsgType = MT2_MLME_DISASSOC_REQ;
1100 pMsgElem->MsgLen =
1102 NdisMoveMemory(pMsgElem->Msg, &DisReq,
1106 MlmeDisassocReqAction(pAd, pMsgElem);
1107 kfree(pMsgElem);
H A Dcmm_mac_pci.c1560 struct rt_mlme_queue_elem *pMsgElem = local
1564 if (pMsgElem) {
1569 pMsgElem->Machine = ASSOC_STATE_MACHINE;
1570 pMsgElem->MsgType = MT2_MLME_DISASSOC_REQ;
1571 pMsgElem->MsgLen =
1573 NdisMoveMemory(pMsgElem->Msg, &DisReq,
1577 MlmeDisassocReqAction(pAd, pMsgElem);
1578 kfree(pMsgElem);

Completed in 90 milliseconds