Searched refs:pDot11Hdr (Results 1 – 6 of 6) sorted by relevance
141 dot11_header_t *pDot11Hdr; in TnetwDrv_txXfer_sendPacket() local196 pDot11Hdr = (dot11_header_t*)(aFrame); /* aFrame points to the start of the data */ in TnetwDrv_txXfer_sendPacket()197 …pPktCtrlBlk->txPktParams.headerFrameCtrl = pDot11Hdr->fc; /* Save frame-control field from MAC he… in TnetwDrv_txXfer_sendPacket()205 && (MAC_MULTICAST(GET_DA_FROM_DOT11_HEADER_T(pDot11Hdr)))); in TnetwDrv_txXfer_sendPacket()208 if (IS_QOS_FRAME(pDot11Hdr->fc)) /* Check if frame is QoS-Data or QoS-Null. */ in TnetwDrv_txXfer_sendPacket()212 if ( (pDot11Hdr->fc & DOT11_FC_TYPE_MASK) == DOT11_FC_TYPE_MGMT ) in TnetwDrv_txXfer_sendPacket()
156 …dot11_header_t *pDot11Hdr = (dot11_header_t*)((UINT8 *)pPktCtrlBlk->txPktParams.pFrame + TX_TOTAL_… in CalcFragThreshold() local164 if (MAC_MULTICAST(GET_DA_FROM_DOT11_HEADER_T(pDot11Hdr))) in CalcFragThreshold()
337 #define GET_DA_FROM_DOT11_HEADER_T(pDot11Hdr) ((pDot11Hdr->fc & DOT11_FC_TO_DS) ? (pDot11Hdr->add… argument
295 …define GET_DA_FROM_DOT11_HEADER_T(pDot11Hdr) ((pDot11Hdr->fc & DOT11_FC_TO_DS) ? (&pDot11Hdr->ad… argument
988 dot11_header_t *pDot11Hdr; in rxData_receiveMsduFromWlan() local1006 pDot11Hdr = (dot11_header_t*)(memMgr_BufData(pMsdu->firstBDPtr) in rxData_receiveMsduFromWlan()1008 os_memoryCopy(pRxData->hOs, &address3, &pDot11Hdr->address3, sizeof(address3)); in rxData_receiveMsduFromWlan()1010 tmpFCtrl = ((pDot11Hdr->fc & DOT11_FC_SUB_MASK) >> 4) ; in rxData_receiveMsduFromWlan()
940 dot11_header_t *pDot11Hdr; in rxData_receivePacketFromWlan() local956 pDot11Hdr = (dot11_header_t*)RX_BUF_DATA(pBuffer); in rxData_receivePacketFromWlan()958 os_memoryCopy(pRxData->hOs, &address3, &pDot11Hdr->address3, sizeof(address3)); in rxData_receivePacketFromWlan()