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

  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 391 TI_UINT16 uSequenceControl;
423 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */
424 uFrameSn = (uSequenceControl & DOT11_SC_SEQ_NUM_MASK) >> 4;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 427 TI_UINT16 uSequenceControl;
462 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */
463 uFrameSn = (uSequenceControl & DOT11_SC_SEQ_NUM_MASK) >> 4;
    [all...]

Completed in 138 milliseconds