HomeSort by relevance Sort by last modified time
    Searched refs:ufc (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 613 TI_UINT16 ufc; local
623 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */
626 switch ((dot11_Fc_Sub_Type_e)(ufc & DOT11_FC_SUB_MASK))
808 TRACE1(pRxQueue->hReport, REPORT_SEVERITY_ERROR , "RxQueue_ReceivePacket: BA event with Subtype illegal. Subtype = 0x%x\n",((ufc & DOT11_FC_SUB_MASK) >> 4));
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 751 TI_UINT16 ufc; local
761 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */
764 switch ((dot11_Fc_Sub_Type_e)(ufc & DOT11_FC_SUB_MASK))
    [all...]

Completed in 662 milliseconds