IEEE80211_SCTL_SEQ 219 include/net/ieee80211.h #define WLAN_GET_SEQ_SEQ(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4) IEEE80211_SCTL_SEQ 577 net/mac80211/main.c & IEEE80211_SCTL_SEQ); IEEE80211_SCTL_SEQ 884 net/mac80211/rx.c seq = (sc & IEEE80211_SCTL_SEQ) >> 4; IEEE80211_SCTL_SEQ 2172 net/mac80211/rx.c mpdu_seq_num = (sc & IEEE80211_SCTL_SEQ) >> 4; IEEE80211_SCTL_SEQ 627 net/mac80211/tx.c *seq = (*seq + 0x10) & IEEE80211_SCTL_SEQ; IEEE80211_SCTL_SEQ 668 net/mac80211/tx.c seq = le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ;