Searched refs:seq_control (Results 1 – 3 of 3) sorted by relevance
1100 USHORT seq_control; in RTMPSoftDecryptTKIP() local1154 seq_control = *((PUSHORT)(pData+22)); in RTMPSoftDecryptTKIP()
1103 USHORT seq_control; in RTMPSoftDecryptTKIP() local1157 seq_control = *((PUSHORT)(pData+22)); in RTMPSoftDecryptTKIP()
1049 u16 msdu_size, rx_packet_loc, frame_ctl, seq_control; in rx_done_irq() local1072 seq_control = le16_to_cpu(header.seq_ctrl); in rx_done_irq()1100 u8 packet_fragment_no = seq_control & IEEE80211_SCTL_FRAG; in rx_done_irq()1101 u16 packet_sequence_no = (seq_control & IEEE80211_SCTL_SEQ) >> 4; in rx_done_irq()