Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dieee80211.h51 #define IEEE80211_FCTL_PM 0x1000 macro
406 return (fc & cpu_to_le16(IEEE80211_FCTL_PM)) != 0; in ieee80211_has_pm()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c999 IEEE80211_FCTL_PM); in hwsim_send_ps_poll()
1032 (ps ? IEEE80211_FCTL_PM : 0)); in hwsim_send_nullfunc()
1664 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_nl()
1949 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_no_nl()
3434 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_unassign_vif_chanctx()
/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1118 cpu_to_le16(IEEE80211_FCTL_PM); in ath_chanctx_send_vif_ps_frame()
H A Dmain.c773 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ath9k_tx()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c1564 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtl_pci_tx()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c2189 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mt76_offchannel_send_nullfunc()
/linux/net/mac80211/
H A Dmlme.c2807 pspoll->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_pspoll()
2829 nullfunc->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_nullfunc()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4996 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtw89_core_send_nullfunc()