Searched refs:DelbaReq (Results 1 - 1 of 1) 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 Dba_action.c799 struct rt_mlme_delba_req DelbaReq; local
804 NdisZeroMemory(&DelbaReq, sizeof(DelbaReq));
807 COPY_MAC_ADDR(DelbaReq.Addr,
809 DelbaReq.Wcid = Wcid;
810 DelbaReq.TID = TID;
811 DelbaReq.Initiator = ORIGINATOR;
812 Elem->MsgLen = sizeof(DelbaReq);
813 NdisMoveMemory(Elem->Msg, &DelbaReq,
814 sizeof(DelbaReq));
839 struct rt_mlme_delba_req DelbaReq; local
898 struct rt_mlme_delba_req DelbaReq; local
[all...]

Completed in 59 milliseconds