Home | History | Annotate | Download | only in Data_Service

Lines Matching refs:ufc

751         TI_UINT16           ufc;
761 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */
764 switch ((dot11_Fc_Sub_Type_e)(ufc & DOT11_FC_SUB_MASK))
958 TRACE1(pRxQueue->hReport, REPORT_SEVERITY_ERROR , "RxQueue_ReceivePacket: BA event with Subtype illegal. Subtype = 0x%x\n",((ufc & DOT11_FC_SUB_MASK) >> 4));