Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dwpa.c351 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_ORDER); in ccmp_gcmp_aad()
H A Drx.c78 hdr->frame_control &= ~cpu_to_le16(IEEE80211_FCTL_ORDER); in ieee80211_clean_skb()
/linux-6.15/include/linux/
H A Dieee80211.h53 #define IEEE80211_FCTL_ORDER 0x8000 macro
461 return (fc & cpu_to_le16(IEEE80211_FCTL_ORDER)) != 0; in ieee80211_has_order()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2032 hdr->frame_control &= ~(__cpu_to_le16(IEEE80211_FCTL_ORDER)); in ath12k_dp_rx_h_undecap_nwifi()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.c803 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_ORDER); in __rtw89_core_tx_adjust_he_qos_htc()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1991 hdr->frame_control &= ~(__cpu_to_le16(IEEE80211_FCTL_ORDER)); in ath11k_dp_rx_h_undecap_nwifi()