Home
last modified time | relevance | path

Searched refs:IEEE80211_FCTL_ORDER (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/staging/rtl8712/
Dwifi.h102 cpu_to_le16(IEEE80211_FCTL_ORDER)) != 0)
/linux-6.12.1/net/mac80211/
Dwpa.c351 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_ORDER); in ccmp_gcmp_aad()
Drx.c78 hdr->frame_control &= ~cpu_to_le16(IEEE80211_FCTL_ORDER); in ieee80211_clean_skb()
/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib.h346 #define frame_order(pframe) (*(u16 *)pframe & IEEE80211_FCTL_ORDER)
/linux-6.12.1/include/linux/
Dieee80211.h53 #define IEEE80211_FCTL_ORDER 0x8000 macro
461 return (fc & cpu_to_le16(IEEE80211_FCTL_ORDER)) != 0; in ieee80211_has_order()
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp_rx.c1977 hdr->frame_control &= ~(__cpu_to_le16(IEEE80211_FCTL_ORDER)); in ath12k_dp_rx_h_undecap_nwifi()
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcore.c749 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_ORDER); in __rtw89_core_tx_adjust_he_qos_htc()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Ddp_rx.c2000 hdr->frame_control &= ~(__cpu_to_le16(IEEE80211_FCTL_ORDER)); in ath11k_dp_rx_h_undecap_nwifi()