• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/

Lines Matching defs:pHeader_802_11

251 	struct rt_header_802_11 * pHeader_802_11;
262 pHeader_802_11 = (struct rt_header_802_11 *) (pSrcBufVA + TXINFO_SIZE + TXWI_SIZE);
279 struct rt_header_802_11 * pHeader_802_11;
303 pHeader_802_11 = (struct rt_header_802_11 *) (pSrcBufVA + TXINFO_SIZE + TXWI_SIZE); /*TXWI_SIZE); */
305 if (pHeader_802_11->Addr1[0] & 0x01) {
315 if ((pHeader_802_11->FC.Type == BTYPE_DATA) &&
316 (pHeader_802_11->FC.SubType == SUBTYPE_QOS_NULL)) {
317 pMacEntry = MacTableLookup(pAd, pHeader_802_11->Addr1);
336 pHeader_802_11->FC.PwrMgmt = PWR_ACTIVE; /* (pAd->StaCfg.Psm == PWR_SAVE); */
341 /* if ((pHeader_802_11->FC.Type != BTYPE_DATA) && (pHeader_802_11->FC.Type != BTYPE_CNTL)) */
343 if ((pHeader_802_11->FC.SubType == SUBTYPE_ACTION) ||
344 ((pHeader_802_11->FC.Type == BTYPE_DATA) &&
345 ((pHeader_802_11->FC.SubType == SUBTYPE_QOS_NULL) ||
346 (pHeader_802_11->FC.SubType == SUBTYPE_NULL_FUNC)))) {
348 pHeader_802_11->FC.PwrMgmt = PWR_SAVE;
350 pHeader_802_11->FC.PwrMgmt =
356 if (pHeader_802_11->FC.Type == BTYPE_CNTL) /* must be PS-POLL */
360 && (pHeader_802_11->FC.SubType == SUBTYPE_PS_POLL)) {
361 pHeader_802_11->FC.PwrMgmt = PWR_SAVE;
367 /*pHeader_802_11->Sequence = pAd->Sequence; */
369 if (pHeader_802_11->Addr1[0] & 0x01) /* MULTICAST, BROADCAST */
372 pHeader_802_11->Duration = 0;
375 pHeader_802_11->Duration =
377 if ((pHeader_802_11->FC.SubType == SUBTYPE_PROBE_RSP)
378 && (pHeader_802_11->FC.Type == BTYPE_MGMT)) {
382 if ((pHeader_802_11->FC.SubType ==
384 && (pHeader_802_11->FC.Type == BTYPE_MGMT)) {
390 pHeader_802_11->Sequence = pAd->Sequence++;
396 if ((pHeader_802_11->FC.SubType != SUBTYPE_PROBE_REQ)