Home | History | Annotate | Download | only in Data_Service

Lines Matching refs:uSequenceControl

391         TI_UINT16		    uSequenceControl;
423 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */
424 uFrameSn = (uSequenceControl & DOT11_SC_SEQ_NUM_MASK) >> 4;