Home
last modified time | relevance | path

Searched refs:IEEE80211_SCTL_SEQ (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c366 seq = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtw_tx_data_pkt_info_update()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h113 #define IEEE80211_SCTL_SEQ IEEE80211_SEQ_SEQ_MASK macro
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1257 seq_number &= IEEE80211_SCTL_SEQ; in iwl_mvm_tx_mpdu()
H A Dsta.c1454 ssn = (ssn + 1) & IEEE80211_SCTL_SEQ; in iwl_mvm_sta_alloc_queue()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c925 seq = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtw89_core_tx_kick_off_and_wait()